Searched refs:notify_type (Results 1 – 9 of 9) sorted by relevance
/linux/sound/aoa/ |
H A D | aoa-gpio.h | 15 enum notify_type { enum 52 enum notify_type type, 58 enum notify_type type);
|
/linux/sound/aoa/core/ |
H A D | gpio-pmf.c | 130 enum notify_type type, in pmf_set_notify() 209 enum notify_type type) in pmf_get_detect()
|
H A D | gpio-feature.c | 311 enum notify_type type, in ftr_set_notify() 378 enum notify_type type) in ftr_get_detect()
|
/linux/drivers/firmware/arm_ffa/ |
H A D | driver.c | 1058 enum notify_type { enum 1068 enum notify_type type; 1124 notifier_hash_node_get(u16 notify_id, enum notify_type type) in notifier_hash_node_get() 1136 update_notifier_cb(int notify_id, enum notify_type type, ffa_notifier_cb cb, in update_notifier_cb() 1165 static enum notify_type ffa_notify_type_get(u16 vm_id) in ffa_notify_type_get() 1176 enum notify_type type = ffa_notify_type_get(dev->vm_id); in ffa_notify_relinquish() 1205 enum notify_type type = ffa_notify_type_get(dev->vm_id); in ffa_notify_request() 1250 static void handle_notif_callbacks(u64 bitmap, enum notify_type type) in handle_notif_callbacks()
|
/linux/drivers/mmc/core/ |
H A D | mmc.c | 2013 static int mmc_poweroff_notify(struct mmc_card *card, unsigned int notify_type) in mmc_poweroff_notify() argument 2019 if (notify_type == EXT_CSD_POWER_OFF_LONG) in mmc_poweroff_notify() 2024 notify_type, timeout, 0, false, false, MMC_CMD_RETRIES); in mmc_poweroff_notify() 2110 unsigned int notify_type = is_suspend ? EXT_CSD_POWER_OFF_SHORT : in _mmc_suspend() local 2125 err = mmc_poweroff_notify(host->card, notify_type); in _mmc_suspend()
|
/linux/drivers/acpi/apei/ |
H A D | ghes.c | 116 u8 notify_type = ghes->generic->notify.type; in is_hest_sync_notify() local 118 return notify_type == ACPI_HEST_NOTIFY_SEA; in is_hest_sync_notify()
|
/linux/drivers/misc/sgi-xp/ |
H A D | xpc_uv.c | 1450 u16 payload_size, u8 notify_type, xpc_notify_func func, in xpc_send_payload_uv() argument 1459 DBUG_ON(notify_type != XPC_N_CALL); in xpc_send_payload_uv()
|
/linux/drivers/scsi/ |
H A D | ipr.h | 1129 u8 notify_type; member
|
H A D | ipr.c | 1382 if (hostrcb->hcam.notify_type == IPR_HOST_RCB_NOTIF_TYPE_REM_ENTRY) { in ipr_handle_config_change() 2424 if (hostrcb->hcam.notify_type != IPR_HOST_RCB_NOTIF_TYPE_ERROR_LOG_ENTRY) in ipr_handle_log_data()
|