Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/fs/efs/
H A Dinode.c37 dst->cooked.ex_magic = (unsigned int) src->raw[0]; in extent_copy()
38 dst->cooked.ex_bn = ((unsigned int) src->raw[1] << 16) | in extent_copy()
41 dst->cooked.ex_length = (unsigned int) src->raw[4]; in extent_copy()
42 dst->cooked.ex_offset = ((unsigned int) src->raw[5] << 16) | in extent_copy()
133 if (i < in->numextents && in->extents[i].cooked.ex_magic != 0) { in efs_iget()
188 start = ptr->cooked.ex_bn; in efs_extent_check()
189 length = ptr->cooked.ex_length; in efs_extent_check()
190 offset = ptr->cooked.ex_offset; in efs_extent_check()
242 direxts = in->extents[0].cooked.ex_offset; in efs_map_block()
257 ibase += in->extents[dirext].cooked.ex_length * in efs_map_block()
[all …]
H A Defs.h44 } cooked; member
/OK3568_Linux_fs/kernel/Documentation/input/
H 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
157 If the gameport supports cooked mode, this should be set to a value that
179 If the gameport supports cooked mode, it should point this to its cooked
188 pre-filled by cooked data by the caller, max[0..3] should be pre-filled with
199 in cooked mode, the open() callback can decide which modes are supported.
/OK3568_Linux_fs/kernel/drivers/input/serio/
H 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()
/OK3568_Linux_fs/kernel/drivers/video/console/
H A Dsticore.c755 struct sti_cooked_rom *cooked; in sti_read_rom() local
759 cooked = kmalloc(sizeof *cooked, GFP_KERNEL); in sti_read_rom()
760 if (!cooked) in sti_read_rom()
771 if (!sti_cook_fonts(cooked, raw)) { in sti_read_rom()
791 sti->rom = cooked; in sti_read_rom()
835 kfree(cooked); in sti_read_rom()
/OK3568_Linux_fs/kernel/drivers/input/joystick/
H A Danalog.c110 char cooked; member
324 if (port->cooked) { in analog_poll()
579 if (port->cooked) { in analog_init_masks()
654 port->cooked = 1; in analog_init_port()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libterm/
H A Dlibterm-readkey-perl_2.38.bb3 control over terminal driver modes (cbreak, raw, cooked, etc.,) support \
/OK3568_Linux_fs/kernel/include/linux/
H A Dhp_sdc.h278 hp_sdc_irqhook *timer, *reg, *hil, *pup, *cooked; member
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dframe-buffer.rst28 monitor from being cooked. fb_monospecs will not be useful until
/OK3568_Linux_fs/kernel/Documentation/input/devices/
H A Dcs461x.rst9 This version does not have cooked mode support; the basic code
/OK3568_Linux_fs/kernel/Documentation/userspace-api/ioctl/
H A Dcdrom.rst45 CDROMREADCOOKED read data in cooked mode
643 read data in cooked mode
657 2048 bytes of data, "cooked" mode.
/OK3568_Linux_fs/u-boot/board/sandbox/
H A DREADME.sandbox95 Other options are 'raw' (so Ctrl-C is handled within U-Boot) and 'cooked'
96 (where the terminal is in cooked mode and cursor keys will not work, Ctrl-C
/OK3568_Linux_fs/kernel/drivers/message/fusion/
H A Dmptbase.h932 extern u32 mpt_GetIocState(MPT_ADAPTER *ioc, int cooked);
H A Dmptbase.c3056 mpt_GetIocState(MPT_ADAPTER *ioc, int cooked) in mpt_GetIocState() argument
3067 return cooked ? sc : s; in mpt_GetIocState()
/OK3568_Linux_fs/u-boot/drivers/serial/
H A DKconfig470 before they are processed, including Ctrl-C. In cooked mode, Ctrl-C
476 -t cooked Cooked mode, Ctrl-C terminates
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Ddevices.rst129 *cooked* devices (``/dev/st*`` and ``/dev/sr*``, respectively), whereas
H A Dkernel-parameters.txt3090 ('y', default) or cooked coordinates ('n')
/OK3568_Linux_fs/kernel/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.h1562 u32 mpt3sas_base_get_iocstate(struct MPT3SAS_ADAPTER *ioc, int cooked);
H A Dmpt3sas_base.c5657 mpt3sas_base_get_iocstate(struct MPT3SAS_ADAPTER *ioc, int cooked) in mpt3sas_base_get_iocstate() argument
5663 return cooked ? sc : s; in mpt3sas_base_get_iocstate()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dpacket_mmap.rst86 information can be captured or SOCK_DGRAM for the cooked
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190728.patch.gz
/OK3568_Linux_fs/yocto/poky/documentation/dev-manual/
H A Dcommon-tasks.rst5572 Contrast this behavior with cooked mode where Wic looks in the Build
5626 Running Wic in cooked mode leverages off artifacts in the Build
5865 in cooked mode and supplying a kickstart file and the "-e" option to
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgdb.info43472 'maint print cooked-registers [FILE]'
43478 the raw register cache; the command 'maint print cooked-registers'
43479 includes the (cooked) value of all registers, including registers
55909 * maint print cooked-registers: Maintenance Commands.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgdb.info43472 'maint print cooked-registers [FILE]'
43478 the raw register cache; the command 'maint print cooked-registers'
43479 includes the (cooked) value of all registers, including registers
55909 * maint print cooked-registers: Maintenance Commands.
/OK3568_Linux_fs/external/xserver/
H A DChangeLog105094 Part of this patch was cooked using:

12