Searched refs:notify_type (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/sound/aoa/ |
D | aoa-gpio.h | 17 enum notify_type { enum 54 enum notify_type type, 60 enum notify_type type);
|
/linux-4.4.14/drivers/misc/sgi-xp/ |
D | xpc_sn2.c | 1711 u8 notify_type; in xpc_notify_senders_sn2() local 1724 notify_type = notify->type; in xpc_notify_senders_sn2() 1725 if (notify_type == 0 || in xpc_notify_senders_sn2() 1726 cmpxchg(¬ify->type, notify_type, 0) != notify_type) { in xpc_notify_senders_sn2() 1730 DBUG_ON(notify_type != XPC_N_CALL); in xpc_notify_senders_sn2() 2168 u16 payload_size, u8 notify_type, xpc_notify_func func, in xpc_send_payload_sn2() argument 2178 DBUG_ON(notify_type == XPC_N_CALL && func == NULL); in xpc_send_payload_sn2() 2200 if (notify_type != 0) { in xpc_send_payload_sn2() 2212 notify->type = notify_type; in xpc_send_payload_sn2() 2224 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-4.4.14/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 | 309 enum notify_type type, in ftr_set_notify() 376 enum notify_type type) in ftr_get_detect()
|
/linux-4.4.14/drivers/mmc/core/ |
D | mmc.c | 1736 static int mmc_poweroff_notify(struct mmc_card *card, unsigned int notify_type) in mmc_poweroff_notify() argument 1742 if (notify_type == EXT_CSD_POWER_OFF_LONG) in mmc_poweroff_notify() 1747 notify_type, timeout, true, false, false); in mmc_poweroff_notify() 1810 unsigned int notify_type = is_suspend ? EXT_CSD_POWER_OFF_SHORT : in _mmc_suspend() local 1833 err = mmc_poweroff_notify(host->card, notify_type); in _mmc_suspend()
|
/linux-4.4.14/drivers/scsi/ |
D | ipr.h | 1183 u8 notify_type; member
|
D | ipr.c | 1442 if (hostrcb->hcam.notify_type == IPR_HOST_RCB_NOTIF_TYPE_REM_ENTRY) { in ipr_handle_config_change() 2461 if (hostrcb->hcam.notify_type != IPR_HOST_RCB_NOTIF_TYPE_ERROR_LOG_ENTRY) in ipr_handle_log_data()
|