Lines Matching refs:cooked
267 if (hp_sdc.cooked != NULL)
268 hp_sdc.cooked(irq, dev_id, status, data);
713 if (hp_sdc.cooked != NULL) {
719 hp_sdc.cooked = callback;
760 /* Disable interrupts from HIL only if there is no cooked driver. */
761 if(hp_sdc.cooked == NULL) {
774 if ((callback != hp_sdc.cooked) ||
775 (hp_sdc.cooked == NULL)) {
780 hp_sdc.cooked = NULL;
843 hp_sdc.cooked = NULL;