Searched refs:suspend_smc_id (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/usb/host/ |
D | ohci-at91.c | 59 u32 suspend_smc_id; member 140 u32 suspend_smc_id; in at91_dt_suspend_smc() local 145 if (of_property_read_u32(dev->of_node, "microchip,suspend-smc-id", &suspend_smc_id)) in at91_dt_suspend_smc() 148 return suspend_smc_id; in at91_dt_suspend_smc() 231 ohci_at91->suspend_smc_id = at91_dt_suspend_smc(dev); in usb_hcd_at91_probe() 232 if (!ohci_at91->suspend_smc_id) { in usb_hcd_at91_probe() 329 if (ohci_at91->suspend_smc_id) { in ohci_at91_port_suspend() 332 arm_smccc_smc(ohci_at91->suspend_smc_id, set, 0, 0, 0, 0, 0, 0, &res); in ohci_at91_port_suspend()
|