/linux-6.3-rc2/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() 212 if (data->poweron) in mcs_touchkey_shutdown() 213 data->poweron(false); in mcs_touchkey_shutdown() 225 if (data->poweron) in mcs_touchkey_suspend() 237 if (data->poweron) in mcs_touchkey_resume() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/link/accessories/ |
A D | link_dp_trace.c | 156 link->dp_trace.edp_trace_power_timestamps.poweron = dm_get_timestamp(link->dc->ctx); in link_dp_trace_set_edp_power_timestamp() 161 return link->dp_trace.edp_trace_power_timestamps.poweron; in link_dp_trace_get_edp_poweron_timestamp()
|
/linux-6.3-rc2/include/linux/platform_data/ |
A D | mcs.h | 16 void (*poweron)(bool); member
|
/linux-6.3-rc2/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-6.3-rc2/Documentation/devicetree/bindings/power/supply/ |
A D | stericsson,ab8500-charger.yaml | 33 description: automatic poweron after powerloss
|
/linux-6.3-rc2/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 | 207 compatible = "stericsson,ab8500-poweron-key";
|
A D | ste-ab8500.dtsi | 239 compatible = "stericsson,ab8500-poweron-key";
|
/linux-6.3-rc2/sound/soc/codecs/ |
A D | max98520.c | 673 static void max98520_power_on(struct max98520_priv *max98520, bool poweron) in max98520_power_on() argument 676 gpiod_set_value_cansleep(max98520->reset_gpio, !poweron); in max98520_power_on()
|
/linux-6.3-rc2/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-6.3-rc2/drivers/pci/hotplug/ |
A D | pciehp_hpc.c | 988 u8 poweron; in pcie_init() local 1062 pciehp_get_power_status(ctrl, &poweron); in pcie_init() 1063 if (!pciehp_card_present_or_link_active(ctrl) && poweron) { in pcie_init()
|
/linux-6.3-rc2/drivers/usb/gadget/udc/ |
A D | lpc32xx_udc.c | 154 int poweron; member 683 isp1301_set_powerstate(udc, udc->poweron); in power_work() 2123 udc->poweron = 0; in udc_handle_dev() 2131 udc->poweron = 1; in udc_handle_dev() 3073 udc->poweron = udc->pullup = 0; in lpc32xx_udc_probe() 3208 udc->poweron = 0; in lpc32xx_udc_suspend() 3237 udc->poweron = 1; in lpc32xx_udc_resume()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/ |
A D | dc_link.h | 64 uint64_t poweron; member
|
/linux-6.3-rc2/Documentation/devicetree/bindings/display/panel/ |
A D | panel-edp.yaml | 7 title: Probeable (via DP AUX / EDID) eDP Panels with simple poweron sequences
|
/linux-6.3-rc2/Documentation/devicetree/bindings/mfd/ |
A D | stericsson,ab8500.yaml | 262 const: stericsson,ab8500-poweron-key
|
/linux-6.3-rc2/Documentation/PCI/ |
A D | pci-error-recovery.rst | 279 to the "fresh poweron" state, rather than the "last state". After
|
/linux-6.3-rc2/Documentation/virt/kvm/x86/ |
A D | timekeeping.rst | 364 The BIOS may attempt to resynchronize the TSCs during the poweron process and
|