/linux-3.4.99/fs/efs/ |
D | inode.c | 36 dst->cooked.ex_magic = (unsigned int) src->raw[0]; in extent_copy() 37 dst->cooked.ex_bn = ((unsigned int) src->raw[1] << 16) | in extent_copy() 40 dst->cooked.ex_length = (unsigned int) src->raw[4]; in extent_copy() 41 dst->cooked.ex_offset = ((unsigned int) src->raw[5] << 16) | in extent_copy() 132 if (i < in->numextents && in->extents[i].cooked.ex_magic != 0) { in efs_iget() 189 start = ptr->cooked.ex_bn; in efs_extent_check() 190 length = ptr->cooked.ex_length; in efs_extent_check() 191 offset = ptr->cooked.ex_offset; in efs_extent_check() 244 direxts = in->extents[0].cooked.ex_offset; in efs_map_block() 259 ibase += in->extents[dirext].cooked.ex_length * in efs_map_block() [all …]
|
D | efs.h | 37 } cooked; member
|
/linux-3.4.99/Documentation/input/ |
D | gameport-programming.txt | 68 the gameport. To register a cooked gameport: 101 Gameports can support both raw and cooked modes. In that case combine either 139 If the gameport supports cooked mode, this should be set to a value that 154 If the gameport supports cooked mode, it should point this to its cooked 161 pre-filled by cooked data by the caller, max[0..3] should be pre-filled with 170 in cooked mode, the open() callback can decide which modes are supported.
|
D | cs461x.txt | 8 This version does not have cooked mode support; the basic code
|
/linux-3.4.99/drivers/input/serio/ |
D | hp_sdc.c | 267 if (hp_sdc.cooked != NULL) in hp_sdc_isr() 268 hp_sdc.cooked(irq, dev_id, status, data); in hp_sdc_isr() 716 if (hp_sdc.cooked != NULL) { in hp_sdc_request_cooked_irq() 722 hp_sdc.cooked = callback; in hp_sdc_request_cooked_irq() 764 if(hp_sdc.cooked == NULL) { in hp_sdc_release_hil_irq() 777 if ((callback != hp_sdc.cooked) || in hp_sdc_release_cooked_irq() 778 (hp_sdc.cooked == NULL)) { in hp_sdc_release_cooked_irq() 783 hp_sdc.cooked = NULL; in hp_sdc_release_cooked_irq() 846 hp_sdc.cooked = NULL; in hp_sdc_init()
|
/linux-3.4.99/drivers/scsi/ibmvscsi/ |
D | ibmvstgt.c | 104 struct viosrp_crq cooked; in send_iu() member 115 crq.cooked.valid = 0x80; in send_iu() 116 crq.cooked.format = format; in send_iu() 117 crq.cooked.reserved = 0x00; in send_iu() 118 crq.cooked.timeout = 0x00; in send_iu() 119 crq.cooked.IU_length = length; in send_iu() 120 crq.cooked.IU_data_ptr = vio_iu(iue)->srp.rsp.tag; in send_iu() 123 crq.cooked.status = 0x99; /* Just needs to be non-zero */ in send_iu() 125 crq.cooked.status = 0x00; in send_iu()
|
/linux-3.4.99/drivers/video/console/ |
D | sticore.c | 729 struct sti_cooked_rom *cooked; in sti_read_rom() local 733 cooked = kmalloc(sizeof *cooked, GFP_KERNEL); in sti_read_rom() 734 if (!cooked) in sti_read_rom() 745 if (!sti_cook_fonts(cooked, raw)) { in sti_read_rom() 760 sti->rom = cooked; in sti_read_rom() 805 kfree(cooked); in sti_read_rom()
|
/linux-3.4.99/drivers/input/joystick/ |
D | analog.c | 121 char cooked; member 319 if (port->cooked) { in analog_poll() 566 if (port->cooked) { in analog_init_masks() 641 port->cooked = 1; in analog_init_port()
|
/linux-3.4.99/include/linux/ |
D | hp_sdc.h | 278 hp_sdc_irqhook *timer, *reg, *hil, *pup, *cooked; member
|
/linux-3.4.99/Documentation/ioctl/ |
D | cdrom.txt | 43 CDROMREADCOOKED read data in cooked mode 511 CDROMREADCOOKED read data in cooked mode 521 2048 bytes of data, "cooked" mode.
|
/linux-3.4.99/drivers/message/fusion/ |
D | mptbase.h | 933 extern u32 mpt_GetIocState(MPT_ADAPTER *ioc, int cooked);
|
D | mptbase.c | 3041 mpt_GetIocState(MPT_ADAPTER *ioc, int cooked) in mpt_GetIocState() argument 3052 return cooked ? sc : s; in mpt_GetIocState()
|
/linux-3.4.99/drivers/scsi/mpt2sas/ |
D | mpt2sas_base.h | 1038 u32 mpt2sas_base_get_iocstate(struct MPT2SAS_ADAPTER *ioc, int cooked);
|
D | mpt2sas_base.c | 2777 mpt2sas_base_get_iocstate(struct MPT2SAS_ADAPTER *ioc, int cooked) in mpt2sas_base_get_iocstate() argument 2783 return cooked ? sc : s; in mpt2sas_base_get_iocstate()
|
/linux-3.4.99/Documentation/networking/ |
D | packet_mmap.txt | 95 information can be captured or SOCK_DGRAM for the cooked
|
/linux-3.4.99/Documentation/ |
D | kernel-parameters.txt | 1632 ('y', default) or cooked coordinates ('n')
|
D | devices.txt | 3223 ``cooked'' devices (/dev/st* and /dev/sr*, respectively), whereas
|