Searched refs:notify_type (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/sound/aoa/ |
D | aoa-gpio.h | 17 enum notify_type { enum 54 enum notify_type type, 60 enum notify_type type);
|
/Linux-v4.19/drivers/misc/sgi-xp/ |
D | xpc_sn2.c | 1708 u8 notify_type; in xpc_notify_senders_sn2() local 1721 notify_type = notify->type; in xpc_notify_senders_sn2() 1722 if (notify_type == 0 || in xpc_notify_senders_sn2() 1723 cmpxchg(¬ify->type, notify_type, 0) != notify_type) { in xpc_notify_senders_sn2() 1727 DBUG_ON(notify_type != XPC_N_CALL); in xpc_notify_senders_sn2() 2165 u16 payload_size, u8 notify_type, xpc_notify_func func, in xpc_send_payload_sn2() argument 2175 DBUG_ON(notify_type == XPC_N_CALL && func == NULL); in xpc_send_payload_sn2() 2197 if (notify_type != 0) { in xpc_send_payload_sn2() 2209 notify->type = notify_type; in xpc_send_payload_sn2() 2221 if (cmpxchg(¬ify->type, notify_type, 0) == in xpc_send_payload_sn2() [all …]
|
D | xpc_uv.c | 1531 u16 payload_size, u8 notify_type, xpc_notify_func func, in xpc_send_payload_uv() argument 1540 DBUG_ON(notify_type != XPC_N_CALL); in xpc_send_payload_uv()
|
/Linux-v4.19/sound/aoa/core/ |
D | gpio-pmf.c | 131 enum notify_type type, in pmf_set_notify() 210 enum notify_type type) in pmf_get_detect()
|
D | gpio-feature.c | 311 enum notify_type type, in ftr_set_notify() 378 enum notify_type type) in ftr_get_detect()
|
/Linux-v4.19/drivers/mmc/core/ |
D | mmc.c | 1932 static int mmc_poweroff_notify(struct mmc_card *card, unsigned int notify_type) in mmc_poweroff_notify() argument 1938 if (notify_type == EXT_CSD_POWER_OFF_LONG) in mmc_poweroff_notify() 1943 notify_type, timeout, 0, true, false, false); in mmc_poweroff_notify() 2000 unsigned int notify_type = is_suspend ? EXT_CSD_POWER_OFF_SHORT : in _mmc_suspend() local 2020 err = mmc_poweroff_notify(host->card, notify_type); in _mmc_suspend()
|
/Linux-v4.19/drivers/scsi/ |
D | ipr.h | 1194 u8 notify_type; member
|
D | ipr.c | 1485 if (hostrcb->hcam.notify_type == IPR_HOST_RCB_NOTIF_TYPE_REM_ENTRY) { in ipr_handle_config_change() 2526 if (hostrcb->hcam.notify_type != IPR_HOST_RCB_NOTIF_TYPE_ERROR_LOG_ENTRY) in ipr_handle_log_data()
|