Home
last modified time | relevance | path

Searched refs:power_count (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/net/wan/framer/
H A Dframer-core.c103 if (framer->power_count > framer->init_count) in framer_init()
194 if (framer->power_count == 0 && framer->ops->power_on) { in framer_power_on()
201 ++framer->power_count; in framer_power_on()
228 if (framer->power_count == 1 && framer->ops->power_off) { in framer_power_off()
236 --framer->power_count; in framer_power_off()
/linux/drivers/media/platform/qcom/camss/
H A Dcamss-ispif.h60 int power_count; member
/linux/drivers/phy/
H A Dphy-core.c238 if (phy->power_count > phy->init_count) in phy_init()
322 if (phy->power_count == 0 && phy->ops->power_on) { in phy_power_on()
329 ++phy->power_count; in phy_power_on()
360 if (phy->power_count == 1 && phy->ops->power_off) { in phy_power_off()
368 --phy->power_count; in phy_power_off()
H A Dphy-eyeq5-eth.c170 if (phy->power_count) { in eq5_phy_set_mode()
/linux/include/media/i2c/
H A Dadp1653.h110 int power_count; member
/linux/include/linux/mfd/
H A Dtwl6040.h194 int power_count; member
/linux/drivers/media/i2c/
H A Dmt9v032.c208 int power_count; member
865 if (mt9v032->power_count == !on) { in mt9v032_set_power()
872 mt9v032->power_count += on ? 1 : -1; in mt9v032_set_power()
873 WARN_ON(mt9v032->power_count < 0); in mt9v032_set_power()
H A Dmt9p031.c123 int power_count; member
969 if (mt9p031->power_count == !on) { in mt9p031_set_power()
976 mt9p031->power_count += on ? 1 : -1; in mt9p031_set_power()
977 WARN_ON(mt9p031->power_count < 0); in mt9p031_set_power()
/linux/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-core.h282 short power_count; member
/linux/drivers/phy/samsung/
H A Dphy-exynos-mipi-video.c286 state->phys[data->coupled_phy_id].phy->power_count == 0) in __set_phy_state()
/linux/drivers/phy/qualcomm/
H A Dphy-qcom-sgmii-eth.c352 if (phy->power_count == 0) in qcom_dwmac_sgmii_phy_set_mode()
/linux/drivers/phy/marvell/
H A Dphy-mvebu-a3700-comphy.c1146 if (phy->power_count && in mvebu_a3700_comphy_set_mode()