Home
last modified time | relevance | path

Searched refs:power_on (Results 1 – 18 of 18) sorted by relevance

/linux-4.19.296/include/linux/platform_data/
Dmmc-omap.h91 int power_on, int vdd);
93 void (*remux)(struct device *dev, int slot, int power_on);
96 int power_on, int vdd);
99 int power_on, int vdd);
Dbrcmfmac.h177 void (*power_on)(void); member
/linux-4.19.296/include/linux/phy/
Domap_usb.h53 u32 power_on; member
61 u32 power_on; member
Dphy.h59 int (*power_on)(struct phy *phy); member
/linux-4.19.296/drivers/base/power/
Dcommon.c104 int dev_pm_domain_attach(struct device *dev, bool power_on) in dev_pm_domain_attach() argument
111 ret = acpi_dev_pm_attach(dev, power_on); in dev_pm_domain_attach()
Ddomain.c338 if (!genpd->power_on) in _genpd_power_on()
342 return genpd->power_on(genpd); in _genpd_power_on()
345 ret = genpd->power_on(genpd); in _genpd_power_on()
2243 unsigned int index, bool power_on) in __genpd_dev_pm_attach() argument
2279 if (power_on) { in __genpd_dev_pm_attach()
/linux-4.19.296/include/linux/usb/
Dohci_pdriver.h41 int (*power_on)(struct platform_device *pdev); member
Dehci_pdriver.h55 int (*power_on)(struct platform_device *pdev); member
/linux-4.19.296/include/linux/
Dpm_domain.h71 int (*power_on)(struct generic_pm_domain *domain); member
309 int dev_pm_domain_attach(struct device *dev, bool power_on);
317 static inline int dev_pm_domain_attach(struct device *dev, bool power_on) in dev_pm_domain_attach() argument
Dlcd.h88 int (*power_on)(struct lcd_device *ld, int enable); member
Dacpi.h916 int acpi_dev_pm_attach(struct device *dev, bool power_on);
922 static inline int acpi_dev_pm_attach(struct device *dev, bool power_on) in acpi_dev_pm_attach() argument
/linux-4.19.296/include/linux/input/
Dkxtj9.h58 int (*power_on)(void); member
/linux-4.19.296/drivers/iio/imu/inv_mpu6050/
Dinv_mpu_iio.h355 int inv_mpu6050_set_power_itg(struct inv_mpu6050_state *st, bool power_on);
Dinv_mpu_core.c248 int inv_mpu6050_set_power_itg(struct inv_mpu6050_state *st, bool power_on) in inv_mpu6050_set_power_itg() argument
252 if (power_on) { in inv_mpu6050_set_power_itg()
272 power_on, st->powerup_count); in inv_mpu6050_set_power_itg()
/linux-4.19.296/drivers/media/usb/dvb-usb-v2/
Dgl861.c330 u32 sat_color, int power_on) in friio_ext_ctl() argument
336 u8 power = (power_on) ? FRIIO_CTL_LNB : 0; in friio_ext_ctl()
/linux-4.19.296/drivers/clk/qcom/
Dgdsc.c354 sc->pd.power_on = gdsc_enable; in gdsc_init()
/linux-4.19.296/drivers/pci/hotplug/
Dibmphp_core.c186 static inline int power_on(struct slot *slot_cur) in power_on() function
1041 rc = power_on(slot_cur); in enable_slot()
/linux-4.19.296/include/net/bluetooth/
Dhci_core.h337 struct work_struct power_on; member