Home
last modified time | relevance | path

Searched refs:cooked (Results 1 – 18 of 18) sorted by relevance

/linux-6.3-rc2/fs/efs/
A Dinode.c39 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()
190 start = ptr->cooked.ex_bn; in efs_extent_check()
191 length = ptr->cooked.ex_length; in efs_extent_check()
192 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()
272 iblock = sb->fs_start + in->extents[dirext].cooked.ex_bn + in efs_map_block()
[all …]
A Defs.h44 } cooked; member
/linux-6.3-rc2/Documentation/input/
A Dgameport-programming.rst71 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-6.3-rc2/drivers/input/serio/
A Dhp_sdc.c267 if (hp_sdc.cooked != NULL) in hp_sdc_isr()
268 hp_sdc.cooked(irq, dev_id, status, data); in hp_sdc_isr()
713 if (hp_sdc.cooked != NULL) { in hp_sdc_request_cooked_irq()
719 hp_sdc.cooked = callback; in hp_sdc_request_cooked_irq()
761 if(hp_sdc.cooked == NULL) { in hp_sdc_release_hil_irq()
774 if ((callback != hp_sdc.cooked) || in hp_sdc_release_cooked_irq()
775 (hp_sdc.cooked == NULL)) { in hp_sdc_release_cooked_irq()
780 hp_sdc.cooked = NULL; in hp_sdc_release_cooked_irq()
843 hp_sdc.cooked = NULL; in hp_sdc_init()
/linux-6.3-rc2/drivers/video/console/
A Dsticore.c775 struct sti_cooked_rom *cooked; in sti_read_rom() local
779 cooked = kmalloc(sizeof *cooked, GFP_KERNEL); in sti_read_rom()
780 if (!cooked) in sti_read_rom()
791 if (!sti_cook_fonts(cooked, raw)) { in sti_read_rom()
811 sti->rom = cooked; in sti_read_rom()
856 kfree(cooked); in sti_read_rom()
/linux-6.3-rc2/drivers/input/joystick/
A Danalog.c104 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-6.3-rc2/include/linux/
A Dhp_sdc.h278 hp_sdc_irqhook *timer, *reg, *hil, *pup, *cooked; member
/linux-6.3-rc2/Documentation/driver-api/
A Dframe-buffer.rst28 monitor from being cooked. fb_monospecs will not be useful until
/linux-6.3-rc2/Documentation/input/devices/
A Dcs461x.rst9 This version does not have cooked mode support; the basic code
/linux-6.3-rc2/Documentation/devicetree/bindings/mfd/
A Dgateworks-gsc.yaml67 Properties for a single ADC which can report cooked values
/linux-6.3-rc2/Documentation/userspace-api/ioctl/
A Dcdrom.rst45 CDROMREADCOOKED read data in cooked mode
646 read data in cooked mode
660 2048 bytes of data, "cooked" mode.
/linux-6.3-rc2/drivers/message/fusion/
A Dmptbase.h932 extern u32 mpt_GetIocState(MPT_ADAPTER *ioc, int cooked);
A Dmptbase.c3047 mpt_GetIocState(MPT_ADAPTER *ioc, int cooked) in mpt_GetIocState() argument
3058 return cooked ? sc : s; in mpt_GetIocState()
/linux-6.3-rc2/Documentation/admin-guide/
A Ddevices.rst128 *cooked* devices (``/dev/st*`` and ``/dev/sr*``, respectively), whereas
A Dkernel-parameters.txt3388 ('y', default) or cooked coordinates ('n')
/linux-6.3-rc2/drivers/scsi/mpt3sas/
A Dmpt3sas_base.h1744 u32 mpt3sas_base_get_iocstate(struct MPT3SAS_ADAPTER *ioc, int cooked);
A Dmpt3sas_base.c6701 mpt3sas_base_get_iocstate(struct MPT3SAS_ADAPTER *ioc, int cooked) in mpt3sas_base_get_iocstate() argument
6707 return cooked ? sc : s; in mpt3sas_base_get_iocstate()
/linux-6.3-rc2/Documentation/networking/
A Dpacket_mmap.rst86 information can be captured or SOCK_DGRAM for the cooked

Completed in 87 milliseconds