Searched refs:cooked (Results 1 – 7 of 7) sorted by relevance
267 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()
805 struct sti_cooked_rom *cooked; in sti_read_rom() local809 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()
104 char cooked; member257 if (port->cooked) { in analog_poll()497 if (port->cooked) { in analog_init_masks()572 port->cooked = 1; in analog_init_port()
931 extern u32 mpt_GetIocState(MPT_ADAPTER *ioc, int cooked);
3047 mpt_GetIocState(MPT_ADAPTER *ioc, int cooked) in mpt_GetIocState() argument3058 return cooked ? sc : s; in mpt_GetIocState()
1745 u32 mpt3sas_base_get_iocstate(struct MPT3SAS_ADAPTER *ioc, int cooked);
6718 mpt3sas_base_get_iocstate(struct MPT3SAS_ADAPTER *ioc, int cooked) in mpt3sas_base_get_iocstate() argument6724 return cooked ? sc : s; in mpt3sas_base_get_iocstate()