Home
last modified time | relevance | path

Searched refs:notify_type (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/sound/aoa/
Daoa-gpio.h17 enum notify_type { enum
54 enum notify_type type,
60 enum notify_type type);
/Linux-v4.19/drivers/misc/sgi-xp/
Dxpc_sn2.c1708 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(&notify->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(&notify->type, notify_type, 0) == in xpc_send_payload_sn2()
[all …]
Dxpc_uv.c1531 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/
Dgpio-pmf.c131 enum notify_type type, in pmf_set_notify()
210 enum notify_type type) in pmf_get_detect()
Dgpio-feature.c311 enum notify_type type, in ftr_set_notify()
378 enum notify_type type) in ftr_get_detect()
/Linux-v4.19/drivers/mmc/core/
Dmmc.c1932 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/
Dipr.h1194 u8 notify_type; member
Dipr.c1485 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()