/linux-6.3-rc2/include/linux/platform_data/ |
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
|
/linux-6.3-rc2/drivers/pcmcia/ |
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()
|
/linux-6.3-rc2/drivers/usb/renesas_usbhs/ |
A D | rcar3.c | 100 .power_ctrl = usbhs_rcar3_power_ctrl, 112 .power_ctrl = usbhs_rcar3_power_and_pll_ctrl,
|
A D | rcar2.c | 68 .power_ctrl = usbhs_rcar2_power_ctrl,
|
A D | rza2.c | 66 .power_ctrl = usbhs_rza2_power_ctrl,
|
/linux-6.3-rc2/drivers/net/wireless/st/cw1200/ |
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()
|
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()
|
/linux-6.3-rc2/drivers/media/usb/dvb-usb/ |
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,
|
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,
|
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 = cxusb_bluebird_power_ctrl, [all …]
|
A D | a800.c | 124 .power_ctrl = a800_power_ctrl,
|
A D | dibusb-mc.c | 102 .power_ctrl = dibusb2_0_power_ctrl,
|
A D | umt-010.c | 127 .power_ctrl = dibusb_power_ctrl,
|
A D | dvb-usb-init.c | 258 if (d->props.power_ctrl) in dvb_usb_device_power_ctrl() 259 return d->props.power_ctrl(d, onoff); in dvb_usb_device_power_ctrl()
|
A D | ttusb2.c | 687 .power_ctrl = ttusb2_power_ctrl, 742 .power_ctrl = ttusb2_power_ctrl, 822 .power_ctrl = ttusb2_power_ctrl,
|
A D | nova-t-usb2.c | 213 .power_ctrl = dibusb2_0_power_ctrl,
|
/linux-6.3-rc2/arch/arm/include/asm/hardware/ |
A D | scoop.h | 60 void (*power_ctrl)(struct device *scoop, unsigned short cpr, int nr); member
|
/linux-6.3-rc2/drivers/thermal/st/ |
A D | st_thermal.h | 47 int (*power_ctrl)(struct st_thermal_sensor *, enum st_thermal_power_state); member
|
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()
|
A D | st_thermal_memmap.c | 138 .power_ctrl = st_mmap_power_ctrl,
|
/linux-6.3-rc2/include/linux/usb/ |
A D | renesas_usbhs.h | 64 int (*power_ctrl)(struct platform_device *pdev, member
|
/linux-6.3-rc2/drivers/staging/media/atomisp/i2c/ |
A D | atomisp-gc2235.c | 379 static int power_ctrl(struct v4l2_subdev *sd, bool flag) in power_ctrl() function 426 ret = power_ctrl(sd, 1); in power_up() 452 power_ctrl(sd, 0); in power_up() 482 ret = power_ctrl(sd, 0); in power_down()
|
A D | atomisp-ov2722.c | 480 static int power_ctrl(struct v4l2_subdev *sd, bool flag) in power_ctrl() function 535 ret = power_ctrl(sd, 1); in power_up() 564 power_ctrl(sd, 0); in power_up() 598 ret = power_ctrl(sd, 0); in power_down()
|
A D | atomisp-gc0310.c | 492 static int power_ctrl(struct v4l2_subdev *sd, bool flag) in power_ctrl() function 562 ret = power_ctrl(sd, 1); in power_up() 587 power_ctrl(sd, 0); in power_up() 622 ret = power_ctrl(sd, 0); in power_down()
|
/linux-6.3-rc2/drivers/mfd/ |
A D | palmas.c | 411 pdata->power_ctrl = prop; in palmas_dt_to_pdata() 413 pdata->power_ctrl = PALMAS_POWER_CTRL_NSLEEP_MASK | in palmas_dt_to_pdata() 661 reg = pdata->power_ctrl; in palmas_i2c_probe()
|