Searched refs:cooked (Results 1 – 16 of 16) sorted by relevance
/linux-4.4.14/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() 186 start = ptr->cooked.ex_bn; in efs_extent_check() 187 length = ptr->cooked.ex_length; in efs_extent_check() 188 offset = ptr->cooked.ex_offset; in efs_extent_check() 240 direxts = in->extents[0].cooked.ex_offset; in efs_map_block() 255 ibase += in->extents[dirext].cooked.ex_length * in efs_map_block() [all …]
|
D | efs.h | 43 } cooked; member
|
/linux-4.4.14/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-4.4.14/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-4.4.14/drivers/video/console/ |
D | sticore.c | 732 struct sti_cooked_rom *cooked; in sti_read_rom() local 736 cooked = kmalloc(sizeof *cooked, GFP_KERNEL); in sti_read_rom() 737 if (!cooked) in sti_read_rom() 748 if (!sti_cook_fonts(cooked, raw)) { in sti_read_rom() 767 sti->rom = cooked; in sti_read_rom() 812 kfree(cooked); in sti_read_rom()
|
/linux-4.4.14/drivers/input/joystick/ |
D | analog.c | 126 char cooked; member 340 if (port->cooked) { in analog_poll() 595 if (port->cooked) { in analog_init_masks() 670 port->cooked = 1; in analog_init_port()
|
/linux-4.4.14/include/linux/ |
D | hp_sdc.h | 278 hp_sdc_irqhook *timer, *reg, *hil, *pup, *cooked; member
|
/linux-4.4.14/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-4.4.14/drivers/message/fusion/ |
D | mptbase.h | 932 extern u32 mpt_GetIocState(MPT_ADAPTER *ioc, int cooked);
|
D | mptbase.c | 3026 mpt_GetIocState(MPT_ADAPTER *ioc, int cooked) in mpt_GetIocState() argument 3037 return cooked ? sc : s; in mpt_GetIocState()
|
/linux-4.4.14/drivers/scsi/mpt3sas/ |
D | mpt3sas_base.h | 1229 u32 mpt3sas_base_get_iocstate(struct MPT3SAS_ADAPTER *ioc, int cooked);
|
D | mpt3sas_base.c | 3574 mpt3sas_base_get_iocstate(struct MPT3SAS_ADAPTER *ioc, int cooked) in mpt3sas_base_get_iocstate() argument 3580 return cooked ? sc : s; in mpt3sas_base_get_iocstate()
|
/linux-4.4.14/Documentation/networking/ |
D | packet_mmap.txt | 93 information can be captured or SOCK_DGRAM for the cooked
|
/linux-4.4.14/Documentation/ |
D | devices.txt | 3224 ``cooked'' devices (/dev/st* and /dev/sr*, respectively), whereas
|
D | kernel-parameters.txt | 2214 ('y', default) or cooked coordinates ('n')
|