Home
last modified time | relevance | path

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

/linux-4.1.27/sound/aoa/
Daoa-gpio.h17 enum notify_type { enum
54 enum notify_type type,
60 enum notify_type type);
/linux-4.1.27/drivers/misc/sgi-xp/
Dxpc_sn2.c1711 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(&notify->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(&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-4.1.27/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.c309 enum notify_type type, in ftr_set_notify()
376 enum notify_type type) in ftr_get_detect()
/linux-4.1.27/drivers/mmc/core/
Dmmc.c1565 static int mmc_poweroff_notify(struct mmc_card *card, unsigned int notify_type) in mmc_poweroff_notify() argument
1571 if (notify_type == EXT_CSD_POWER_OFF_LONG) in mmc_poweroff_notify()
1576 notify_type, timeout, true, false, false); in mmc_poweroff_notify()
1639 unsigned int notify_type = is_suspend ? EXT_CSD_POWER_OFF_SHORT : in _mmc_suspend() local
1662 err = mmc_poweroff_notify(host->card, notify_type); in _mmc_suspend()
/linux-4.1.27/drivers/scsi/
Dipr.h1166 u8 notify_type; member
Dipr.c1441 if (hostrcb->hcam.notify_type == IPR_HOST_RCB_NOTIF_TYPE_REM_ENTRY) { in ipr_handle_config_change()
2460 if (hostrcb->hcam.notify_type != IPR_HOST_RCB_NOTIF_TYPE_ERROR_LOG_ENTRY) in ipr_handle_log_data()