Searched refs:poweron (Results 1 – 15 of 15) sorted by relevance
| /linux/drivers/input/keyboard/ |
| A D | mcs_touchkey.c | 44 void (*poweron)(bool); member 169 if (pdata->poweron) { in mcs_touchkey_probe() 170 data->poweron = pdata->poweron; in mcs_touchkey_probe() 171 data->poweron(true); in mcs_touchkey_probe() 202 if (data->poweron) in mcs_touchkey_remove() 203 data->poweron(false); in mcs_touchkey_remove() 214 if (data->poweron) in mcs_touchkey_shutdown() 215 data->poweron(false); in mcs_touchkey_shutdown() 228 if (data->poweron) in mcs_touchkey_suspend() 240 if (data->poweron) in mcs_touchkey_resume() [all …]
|
| /linux/include/linux/platform_data/ |
| A D | mcs.h | 16 void (*poweron)(bool); member
|
| /linux/drivers/input/touchscreen/ |
| A D | cy8ctmg110_ts.c | 55 static void cy8ctmg110_power(struct cy8ctmg110 *ts, bool poweron) in cy8ctmg110_power() argument 58 gpiod_set_value_cansleep(ts->reset_gpio, !poweron); in cy8ctmg110_power()
|
| A D | st1232.c | 200 static void st1232_ts_power(struct st1232_ts_data *ts, bool poweron) in st1232_ts_power() argument 203 gpiod_set_value_cansleep(ts->reset_gpio, !poweron); in st1232_ts_power()
|
| /linux/Documentation/devicetree/bindings/power/supply/ |
| A D | stericsson,ab8500-charger.yaml | 33 description: automatic poweron after powerloss
|
| /linux/drivers/pci/hotplug/ |
| A D | pciehp_hpc.c | 969 u8 poweron; in pcie_init() local 1042 pciehp_get_power_status(ctrl, &poweron); in pcie_init() 1043 if (!pciehp_card_present_or_link_active(ctrl) && poweron) { in pcie_init()
|
| /linux/arch/arm/boot/dts/ |
| A D | omap3-tao3530.dtsi | 62 mmc2_sdio_poweron: regulator-mmc2-sdio-poweron { 64 regulator-name = "regulator-mmc2-sdio-poweron";
|
| A D | ste-ab8505.dtsi | 203 compatible = "stericsson,ab8500-poweron-key";
|
| A D | ste-ab8500.dtsi | 240 compatible = "stericsson,ab8500-poweron-key";
|
| /linux/sound/soc/codecs/ |
| A D | max98520.c | 674 static void max98520_power_on(struct max98520_priv *max98520, bool poweron) in max98520_power_on() argument 677 gpiod_set_value_cansleep(max98520->reset_gpio, !poweron); in max98520_power_on()
|
| /linux/drivers/platform/x86/ |
| A D | fujitsu-laptop.c | 584 int poweron = FUNC_LED_ON, always = FUNC_LED_ON; in logolamp_set() local 588 poweron = FUNC_LED_OFF; in logolamp_set() 593 ret = call_fext_func(device, FUNC_LEDS, 0x1, LOGOLAMP_POWERON, poweron); in logolamp_set()
|
| /linux/drivers/usb/gadget/udc/ |
| A D | lpc32xx_udc.c | 154 int poweron; member 683 isp1301_set_powerstate(udc, udc->poweron); in power_work() 2121 udc->poweron = 0; in udc_handle_dev() 2129 udc->poweron = 1; in udc_handle_dev() 3070 udc->poweron = udc->pullup = 0; in lpc32xx_udc_probe() 3205 udc->poweron = 0; in lpc32xx_udc_suspend() 3234 udc->poweron = 1; in lpc32xx_udc_resume()
|
| /linux/Documentation/devicetree/bindings/display/panel/ |
| A D | panel-edp.yaml | 7 title: Probeable (via DP AUX / EDID) eDP Panels with simple poweron sequences
|
| /linux/Documentation/PCI/ |
| A D | pci-error-recovery.rst | 278 to the "fresh poweron" state, rather than the "last state". After
|
| /linux/Documentation/virt/kvm/ |
| A D | timekeeping.rst | 364 The BIOS may attempt to resynchronize the TSCs during the poweron process and
|
Completed in 36 milliseconds