Home
last modified time | relevance | path

Searched refs:cooked (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/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 in efs_map_block()
[all...]
H A Defs.h44 } cooked; member
/kernel/linux/linux-6.6/fs/efs/
H 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()
135 if (i < in->numextents && in->extents[i].cooked.ex_magic != 0) { in efs_iget()
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 in efs_map_block()
[all...]
H A Defs.h41 } cooked; member
/kernel/linux/linux-5.10/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()
760 /* Disable interrupts from HIL only if there is no cooked driver. */ in hp_sdc_release_hil_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 in hp_sdc_init()
[all...]
/kernel/linux/linux-6.6/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()
760 /* Disable interrupts from HIL only if there is no cooked driver. */ in hp_sdc_release_hil_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 in hp_sdc_init()
[all...]
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/video/
H A Dsticore.c805 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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/input/joystick/
H 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()
/kernel/linux/linux-5.10/include/linux/
H A Dhp_sdc.h105 #define HP_SDC_STATUS_KCOOKED 0x80 /* Key from cooked kbd */
128 #define HP_SDC_KBC 0x79 /* Which HIL devs are cooked kbds */
278 hp_sdc_irqhook *timer, *reg, *hil, *pup, *cooked; member
/kernel/linux/linux-6.6/include/linux/
H A Dhp_sdc.h105 #define HP_SDC_STATUS_KCOOKED 0x80 /* Key from cooked kbd */
128 #define HP_SDC_KBC 0x79 /* Which HIL devs are cooked kbds */
278 hp_sdc_irqhook *timer, *reg, *hil, *pup, *cooked; member
/kernel/linux/linux-5.10/drivers/message/fusion/
H A Dmptbase.h932 extern u32 mpt_GetIocState(MPT_ADAPTER *ioc, int cooked);
H A Dmptbase.c3050 * @cooked: Request raw or cooked IOC state
3052 * Returns all IOC Doorbell register bits if cooked==0, else just the
3056 mpt_GetIocState(MPT_ADAPTER *ioc, int cooked) in mpt_GetIocState() argument
3067 return cooked ? sc : s; in mpt_GetIocState()
/kernel/linux/linux-6.6/drivers/message/fusion/
H A Dmptbase.h931 extern u32 mpt_GetIocState(MPT_ADAPTER *ioc, int cooked);
H A Dmptbase.c3041 * @cooked: Request raw or cooked IOC state
3043 * Returns all IOC Doorbell register bits if cooked==0, else just the
3047 mpt_GetIocState(MPT_ADAPTER *ioc, int cooked) in mpt_GetIocState() argument
3058 return cooked ? sc : s; in mpt_GetIocState()
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.h1563 u32 mpt3sas_base_get_iocstate(struct MPT3SAS_ADAPTER *ioc, int cooked);
H A Dmpt3sas_base.c5677 * @cooked: Request raw or cooked IOC state
5679 * Return: all IOC Doorbell register bits if cooked==0, else just the
5683 mpt3sas_base_get_iocstate(struct MPT3SAS_ADAPTER *ioc, int cooked) in mpt3sas_base_get_iocstate() argument
5689 return cooked ? sc : s; in mpt3sas_base_get_iocstate()
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.h1745 u32 mpt3sas_base_get_iocstate(struct MPT3SAS_ADAPTER *ioc, int cooked);
H A Dmpt3sas_base.c6696 * @cooked: Request raw or cooked IOC state
6698 * Return: all IOC Doorbell register bits if cooked==0, else just the
6702 mpt3sas_base_get_iocstate(struct MPT3SAS_ADAPTER *ioc, int cooked) in mpt3sas_base_get_iocstate() argument
6708 return cooked ? sc : s; in mpt3sas_base_get_iocstate()

Completed in 61 milliseconds