/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | net-cw1200.h | 19 int (*power_ctrl)(const struct cw1200_platform_data_spi *pdata, member 36 int (*power_ctrl)(const struct cw1200_platform_data_sdio *pdata, member
|
/kernel/linux/linux-6.6/include/linux/platform_data/ |
H A D | net-cw1200.h | 19 int (*power_ctrl)(const struct cw1200_platform_data_spi *pdata, member 36 int (*power_ctrl)(const struct cw1200_platform_data_sdio *pdata, member
|
/kernel/linux/linux-5.10/drivers/usb/renesas_usbhs/ |
H A D | rcar3.c | 100 .power_ctrl = usbhs_rcar3_power_ctrl, 112 .power_ctrl = usbhs_rcar3_power_and_pll_ctrl,
|
H A D | rza2.c | 66 .power_ctrl = usbhs_rza2_power_ctrl,
|
H A D | rcar2.c | 68 .power_ctrl = usbhs_rcar2_power_ctrl,
|
/kernel/linux/linux-6.6/drivers/usb/renesas_usbhs/ |
H A D | rcar3.c | 100 .power_ctrl = usbhs_rcar3_power_ctrl, 112 .power_ctrl = usbhs_rcar3_power_and_pll_ctrl,
|
/kernel/linux/linux-5.10/drivers/pcmcia/ |
H A D | pxa2xx_sharpsl.c | 34 if (platform_scoop_config->power_ctrl) in sharpsl_pcmcia_init_reset() 35 platform_scoop_config->power_ctrl(scoopdev->dev, 0x0000, skt->nr); in sharpsl_pcmcia_init_reset() 163 if (platform_scoop_config->power_ctrl) in sharpsl_pcmcia_configure_socket() 164 platform_scoop_config->power_ctrl(scoop, ncpr , skt->nr); in sharpsl_pcmcia_configure_socket()
|
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/ |
H A D | dibusb-mb.c | 213 .power_ctrl = dibusb_power_ctrl, 302 .power_ctrl = dibusb_power_ctrl, 371 .power_ctrl = dibusb2_0_power_ctrl, 433 .power_ctrl = dibusb2_0_power_ctrl,
|
H A D | dtt200u.c | 207 .power_ctrl = dtt200u_power_ctrl, 259 .power_ctrl = dtt200u_power_ctrl, 311 .power_ctrl = dtt200u_power_ctrl, 363 .power_ctrl = dtt200u_power_ctrl,
|
H A D | cxusb.c | 1794 .power_ctrl = cxusb_power_ctrl, 1847 .power_ctrl = cxusb_bluebird_power_ctrl, 1906 .power_ctrl = cxusb_bluebird_power_ctrl, 1973 .power_ctrl = cxusb_bluebird_power_ctrl, 2032 .power_ctrl = cxusb_bluebird_power_ctrl, 2085 .power_ctrl = cxusb_power_ctrl, 2139 .power_ctrl = cxusb_nano2_power_ctrl, 2196 .power_ctrl = cxusb_nano2_power_ctrl, 2249 .power_ctrl = cxusb_aver_power_ctrl, 2296 .power_ctrl [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/ |
H A D | cw1200_spi.c | 286 if (pdata->power_ctrl) in cw1200_spi_off() 287 pdata->power_ctrl(pdata, false); in cw1200_spi_off() 309 if (pdata->power_ctrl) { in cw1200_spi_on() 310 if (pdata->power_ctrl(pdata, true)) { in cw1200_spi_on() 311 pr_err("power_ctrl() failed!\n"); in cw1200_spi_on()
|
H A D | cw1200_sdio.c | 189 if (pdata->power_ctrl) in cw1200_sdio_off() 190 pdata->power_ctrl(pdata, false); in cw1200_sdio_off() 212 if (pdata->power_ctrl) { in cw1200_sdio_on() 213 if (pdata->power_ctrl(pdata, true)) { in cw1200_sdio_on() 214 pr_err("power_ctrl() failed!\n"); in cw1200_sdio_on()
|
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/ |
H A D | dtt200u.c | 221 .power_ctrl = dtt200u_power_ctrl, 273 .power_ctrl = dtt200u_power_ctrl, 325 .power_ctrl = dtt200u_power_ctrl, 377 .power_ctrl = dtt200u_power_ctrl,
|
H A D | dibusb-mb.c | 234 .power_ctrl = dibusb_power_ctrl, 323 .power_ctrl = dibusb_power_ctrl, 392 .power_ctrl = dibusb2_0_power_ctrl, 454 .power_ctrl = dibusb2_0_power_ctrl,
|
H A D | cxusb.c | 1752 .power_ctrl = cxusb_power_ctrl, 1805 .power_ctrl = cxusb_bluebird_power_ctrl, 1864 .power_ctrl = cxusb_bluebird_power_ctrl, 1931 .power_ctrl = cxusb_bluebird_power_ctrl, 1990 .power_ctrl = cxusb_bluebird_power_ctrl, 2043 .power_ctrl = cxusb_power_ctrl, 2097 .power_ctrl = cxusb_nano2_power_ctrl, 2154 .power_ctrl = cxusb_nano2_power_ctrl, 2207 .power_ctrl = cxusb_aver_power_ctrl, 2254 .power_ctrl [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/ |
H A D | cw1200_spi.c | 286 if (pdata->power_ctrl) in cw1200_spi_off() 287 pdata->power_ctrl(pdata, false); in cw1200_spi_off() 309 if (pdata->power_ctrl) { in cw1200_spi_on() 310 if (pdata->power_ctrl(pdata, true)) { in cw1200_spi_on() 311 pr_err("power_ctrl() failed!\n"); in cw1200_spi_on()
|
H A D | cw1200_sdio.c | 189 if (pdata->power_ctrl) in cw1200_sdio_off() 190 pdata->power_ctrl(pdata, false); in cw1200_sdio_off() 212 if (pdata->power_ctrl) { in cw1200_sdio_on() 213 if (pdata->power_ctrl(pdata, true)) { in cw1200_sdio_on() 214 pr_err("power_ctrl() failed!\n"); in cw1200_sdio_on()
|
/kernel/linux/linux-6.6/drivers/pcmcia/ |
H A D | pxa2xx_sharpsl.c | 33 if (platform_scoop_config->power_ctrl) in sharpsl_pcmcia_init_reset() 34 platform_scoop_config->power_ctrl(scoopdev->dev, 0x0000, skt->nr); in sharpsl_pcmcia_init_reset() 162 if (platform_scoop_config->power_ctrl) in sharpsl_pcmcia_configure_socket() 163 platform_scoop_config->power_ctrl(scoop, ncpr , skt->nr); in sharpsl_pcmcia_configure_socket()
|
/kernel/linux/linux-5.10/arch/arm/include/asm/hardware/ |
H A D | scoop.h | 60 void (*power_ctrl)(struct device *scoop, unsigned short cpr, int nr); member
|
/kernel/linux/linux-6.6/arch/arm/include/asm/hardware/ |
H A D | scoop.h | 60 void (*power_ctrl)(struct device *scoop, unsigned short cpr, int nr); member
|
/kernel/linux/linux-5.10/drivers/thermal/st/ |
H A D | st_thermal.c | 59 ret = sensor->ops->power_ctrl(sensor, POWER_ON); in st_thermal_sensor_on() 72 ret = sensor->ops->power_ctrl(sensor, POWER_OFF); in st_thermal_sensor_off()
|
H A D | st_thermal.h | 39 * @power_ctrl: Function for powering on/off a sensor. Clock to the 47 int (*power_ctrl)(struct st_thermal_sensor *, enum st_thermal_power_state); member
|
/kernel/linux/linux-6.6/drivers/thermal/st/ |
H A D | st_thermal.c | 59 ret = sensor->ops->power_ctrl(sensor, POWER_ON); in st_thermal_sensor_on() 72 ret = sensor->ops->power_ctrl(sensor, POWER_OFF); in st_thermal_sensor_off()
|
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | renesas_usbhs.h | 64 int (*power_ctrl)(struct platform_device *pdev, member
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | renesas_usbhs.h | 64 int (*power_ctrl)(struct platform_device *pdev, member
|