Searched refs:cooked (Results 1 – 15 of 15) sorted by relevance
| /linux/fs/efs/ |
| H A D | inode.c | 39 dst->cooked.ex_magic = (unsigned int) src->raw[0]; in extent_copy() 40 dst->cooked.ex_bn = ((unsigned int) src->raw[1] << 16) | in extent_copy() 43 dst->cooked.ex_length = (unsigned int) src->raw[4]; in extent_copy() 44 dst->cooked.ex_offset = ((unsigned int) src->raw[5] << 16) | in extent_copy() 134 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() 243 direxts = in->extents[0].cooked.ex_offset; in efs_map_block() 258 ibase += in->extents[dirext].cooked.ex_length * in efs_map_block() [all …]
|
| H A D | efs.h | 41 } cooked; member
|
| /linux/Documentation/input/ |
| H A D | gameport-programming.rst | 71 the gameport. To register a cooked gameport:: 104 Gameports can support both raw and cooked modes. In that case combine either 160 If the gameport supports cooked mode, this should be set to a value that 182 If the gameport supports cooked mode, it should point this to its cooked 191 pre-filled by cooked data by the caller, max[0..3] should be pre-filled with 202 in cooked mode, the open() callback can decide which modes are supported.
|
| /linux/drivers/video/ |
| H A D | sticore.c | 805 struct sti_cooked_rom *cooked; in sti_read_rom() local 809 cooked = kmalloc(sizeof *cooked, GFP_KERNEL); in sti_read_rom() 810 if (!cooked) in sti_read_rom() 821 if (!sti_cook_fonts(cooked, raw)) { in sti_read_rom() 850 sti->rom = cooked; in sti_read_rom() 901 kfree(cooked); in sti_read_rom()
|
| /linux/drivers/input/joystick/ |
| H A D | analog.c | 104 char cooked; member 257 if (port->cooked) { in analog_poll() 497 if (port->cooked) { in analog_init_masks() 572 port->cooked = 1; in analog_init_port()
|
| /linux/include/linux/ |
| H A D | hp_sdc.h | 278 hp_sdc_irqhook *timer, *reg, *hil, *pup, *cooked; member
|
| /linux/Documentation/driver-api/ |
| H A D | frame-buffer.rst | 28 monitor from being cooked. fb_monospecs will not be useful until
|
| /linux/Documentation/input/devices/ |
| H A D | cs461x.rst | 9 This version does not have cooked mode support; the basic code
|
| /linux/Documentation/userspace-api/ioctl/ |
| H A D | cdrom.rst | 45 CDROMREADCOOKED read data in cooked mode 646 read data in cooked mode 660 2048 bytes of data, "cooked" mode.
|
| /linux/drivers/message/fusion/ |
| H A D | mptbase.h | 928 extern u32 mpt_GetIocState(MPT_ADAPTER *ioc, int cooked);
|
| H A D | mptbase.c | 3046 mpt_GetIocState(MPT_ADAPTER *ioc, int cooked) in mpt_GetIocState() argument 3057 return cooked ? sc : s; in mpt_GetIocState()
|
| /linux/Documentation/trace/ |
| H A D | fprobetrace.rst | 208 As you can see, the ``sched_switch`` trace-event shows *cooked* parameters, on
|
| /linux/Documentation/admin-guide/ |
| H A D | devices.rst | 128 *cooked* devices (``/dev/st*`` and ``/dev/sr*``, respectively), whereas
|
| H A D | kernel-parameters.txt | 4178 ('y', default) or cooked coordinates ('n')
|
| /linux/Documentation/networking/ |
| H A D | packet_mmap.rst | 86 information can be captured or SOCK_DGRAM for the cooked
|