Searched refs:default_state (Results 1 - 16 of 16) sorted by relevance

/linux-4.1.27/include/linux/pinctrl/
H A Ddevinfo.h26 * @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 Dpinctrl.c37 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 Dleds-gpio.c133 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 Dleds-lt3593.c102 state = (template->default_state == LEDS_GPIO_DEFSTATE_ON); create_lt3593_led()
/linux-4.1.27/arch/arm/mach-omap1/
H A Dboard-ams-delta.c365 .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 Dmach-crag6410.c768 .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 Dmach-smdk6410.c503 .default_state = LEDS_GPIO_DEFSTATE_ON,
/linux-4.1.27/arch/arm/mach-imx/
H A Dmx31lite-db.c169 .default_state = LEDS_GPIO_DEFSTATE_OFF,
175 .default_state = LEDS_GPIO_DEFSTATE_OFF,
/linux-4.1.27/arch/arm/mach-shmobile/
H A Dboard-marzen.c178 .default_state = LEDS_GPIO_DEFSTATE_ON,
182 .default_state = LEDS_GPIO_DEFSTATE_ON,
186 .default_state = LEDS_GPIO_DEFSTATE_ON,
H A Dboard-armadillo800eva.c583 .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 Dleds.h308 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 Draumfeld.c471 .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 Dleds.c16 .default_state = _default_state, \
25 .default_state = LEDS_GPIO_DEFSTATE_OFF, \
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Drs780_dpm.c78 struct igp_ps *default_state = rs780_get_ps(boot_ps); rs780_initialize_dpm_power_state() local
82 default_state->sclk_low, false, &dividers); rs780_initialize_dpm_power_state()
/linux-4.1.27/net/rfkill/
H A Dcore.c115 module_param_named(default_state, rfkill_default_state, uint, 0444);
116 MODULE_PARM_DESC(default_state,
/linux-4.1.27/drivers/pinctrl/
H A Dcore.c1272 return pinctrl_pm_select_state(dev, dev->pins->default_state); pinctrl_pm_select_default_state()

Completed in 303 milliseconds