/linux-4.1.27/include/linux/pinctrl/ |
H A D | devinfo.h | 26 * @default_state: the default state for the handle, if found 30 struct pinctrl_state *default_state; member in struct:dev_pin_info
|
/linux-4.1.27/drivers/base/ |
H A D | pinctrl.c | 37 dev->pins->default_state = pinctrl_lookup_state(dev->pins->p, pinctrl_bind_pins() 39 if (IS_ERR(dev->pins->default_state)) { pinctrl_bind_pins() 45 ret = pinctrl_select_state(dev->pins->p, dev->pins->default_state); pinctrl_bind_pins()
|
/linux-4.1.27/drivers/leds/ |
H A D | leds-gpio.c | 133 if (template->default_state == LEDS_GPIO_DEFSTATE_KEEP) create_gpio_led() 136 state = (template->default_state == LEDS_GPIO_DEFSTATE_ON); create_gpio_led() 210 led.default_state = LEDS_GPIO_DEFSTATE_KEEP; device_for_each_child_node() 212 led.default_state = LEDS_GPIO_DEFSTATE_ON; device_for_each_child_node() 214 led.default_state = LEDS_GPIO_DEFSTATE_OFF; device_for_each_child_node()
|
H A D | leds-lt3593.c | 102 state = (template->default_state == LEDS_GPIO_DEFSTATE_ON); create_lt3593_led()
|
/linux-4.1.27/arch/arm/mach-omap1/ |
H A D | board-ams-delta.c | 365 .default_state = LEDS_GPIO_DEFSTATE_OFF, 373 .default_state = LEDS_GPIO_DEFSTATE_OFF, 378 .default_state = LEDS_GPIO_DEFSTATE_OFF, 383 .default_state = LEDS_GPIO_DEFSTATE_OFF, 388 .default_state = LEDS_GPIO_DEFSTATE_OFF, 393 .default_state = LEDS_GPIO_DEFSTATE_OFF,
|
/linux-4.1.27/arch/arm/mach-s3c64xx/ |
H A D | mach-crag6410.c | 768 .default_state = LEDS_GPIO_DEFSTATE_ON, 773 .default_state = LEDS_GPIO_DEFSTATE_ON, 778 .default_state = LEDS_GPIO_DEFSTATE_ON, 783 .default_state = LEDS_GPIO_DEFSTATE_ON, 788 .default_state = LEDS_GPIO_DEFSTATE_ON, 793 .default_state = LEDS_GPIO_DEFSTATE_ON, 798 .default_state = LEDS_GPIO_DEFSTATE_ON, 803 .default_state = LEDS_GPIO_DEFSTATE_ON,
|
H A D | mach-smdk6410.c | 503 .default_state = LEDS_GPIO_DEFSTATE_ON,
|
/linux-4.1.27/arch/arm/mach-imx/ |
H A D | mx31lite-db.c | 169 .default_state = LEDS_GPIO_DEFSTATE_OFF, 175 .default_state = LEDS_GPIO_DEFSTATE_OFF,
|
/linux-4.1.27/arch/arm/mach-shmobile/ |
H A D | board-marzen.c | 178 .default_state = LEDS_GPIO_DEFSTATE_ON, 182 .default_state = LEDS_GPIO_DEFSTATE_ON, 186 .default_state = LEDS_GPIO_DEFSTATE_ON,
|
H A D | board-armadillo800eva.c | 583 .default_state = LEDS_GPIO_DEFSTATE_ON, 587 .default_state = LEDS_GPIO_DEFSTATE_ON, 591 .default_state = LEDS_GPIO_DEFSTATE_ON, 595 .default_state = LEDS_GPIO_DEFSTATE_ON,
|
/linux-4.1.27/include/linux/ |
H A D | leds.h | 308 unsigned default_state : 2; member in struct:gpio_led 309 /* default_state should be one of LEDS_GPIO_DEFSTATE_(ON|OFF|KEEP) */
|
/linux-4.1.27/arch/arm/mach-pxa/ |
H A D | raumfeld.c | 471 .default_state = LEDS_GPIO_DEFSTATE_ON, 477 .default_state = LEDS_GPIO_DEFSTATE_OFF, 557 .default_state = LEDS_GPIO_DEFSTATE_ON,
|
/linux-4.1.27/arch/mips/bcm47xx/ |
H A D | leds.c | 16 .default_state = _default_state, \ 25 .default_state = LEDS_GPIO_DEFSTATE_OFF, \
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | rs780_dpm.c | 78 struct igp_ps *default_state = rs780_get_ps(boot_ps); rs780_initialize_dpm_power_state() local 82 default_state->sclk_low, false, ÷rs); rs780_initialize_dpm_power_state()
|
/linux-4.1.27/net/rfkill/ |
H A D | core.c | 115 module_param_named(default_state, rfkill_default_state, uint, 0444); 116 MODULE_PARM_DESC(default_state,
|
/linux-4.1.27/drivers/pinctrl/ |
H A D | core.c | 1272 return pinctrl_pm_select_state(dev, dev->pins->default_state); pinctrl_pm_select_default_state()
|