Searched refs:notify_type (Results 1 – 9 of 9) sorted by relevance
| /kernel/linux/linux-5.10/sound/aoa/ |
| D | aoa-gpio.h | 16 enum notify_type { enum 53 enum notify_type type, 59 enum notify_type type);
|
| /kernel/linux/linux-5.10/sound/aoa/core/ |
| D | gpio-pmf.c | 130 enum notify_type type, in pmf_set_notify() 209 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()
|
| /kernel/linux/linux-5.10/drivers/mmc/core/ |
| D | mmc.c | 1986 static int mmc_poweroff_notify(struct mmc_card *card, unsigned int notify_type) in mmc_poweroff_notify() argument 1992 if (notify_type == EXT_CSD_POWER_OFF_LONG) in mmc_poweroff_notify() 1997 notify_type, timeout, 0, false, false); in mmc_poweroff_notify() 2060 unsigned int notify_type = is_suspend ? EXT_CSD_POWER_OFF_SHORT : in _mmc_suspend() local 2075 err = mmc_poweroff_notify(host->card, notify_type); in _mmc_suspend()
|
| /kernel/linux/linux-5.10/fs/hmdfs/comm/ |
| D | connection.c | 569 void connection_handshake_notify(struct hmdfs_peer *node, int notify_type) in connection_handshake_notify() argument 573 param.notify = notify_type; in connection_handshake_notify()
|
| /kernel/linux/linux-5.10/drivers/misc/sgi-xp/ |
| D | xpc_uv.c | 1535 u16 payload_size, u8 notify_type, xpc_notify_func func, in xpc_send_payload_uv() argument 1544 DBUG_ON(notify_type != XPC_N_CALL); in xpc_send_payload_uv()
|
| /kernel/linux/linux-5.10/drivers/scsi/ |
| D | ipr.h | 1181 u8 notify_type; member
|
| D | ipr.c | 1470 if (hostrcb->hcam.notify_type == IPR_HOST_RCB_NOTIF_TYPE_REM_ENTRY) { in ipr_handle_config_change() 2511 if (hostrcb->hcam.notify_type != IPR_HOST_RCB_NOTIF_TYPE_ERROR_LOG_ENTRY) in ipr_handle_log_data()
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
| D | 0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch | 3327 … -1979,7 +1956,7 @@ static int mmc_poweroff_notify(struct mmc_card *card, unsigned int notify_type) 3331 - notify_type, timeout, 0, false, false); 3332 + notify_type, timeout, 0, true, false, false); 3356 err = mmc_poweroff_notify(host->card, notify_type);
|