Home
last modified time | relevance | path

Searched refs:functions (Results 1 – 25 of 65) sorted by relevance

123

/drivers/pinctrl/sunxi/
A Dpinctrl-sunxi.c32 const struct sunxi_pinctrl_function *functions; member
74 return desc->functions[func_selector].name; in sunxi_pinctrl_get_function_name()
88 desc->functions[func_selector].mux); in sunxi_pinctrl_pinmux_set()
283 .functions = sun4i_a10_pinctrl_functions,
309 .functions = sun5i_a13_pinctrl_functions,
335 .functions = sun6i_a31_pinctrl_functions,
380 .functions = sun7i_a20_pinctrl_functions,
404 .functions = sun8i_a23_pinctrl_functions,
445 .functions = sun8i_a33_pinctrl_functions,
514 .functions = sun8i_h3_pinctrl_functions,
[all …]
/drivers/pinctrl/mtmips/
A DKconfig13 the pin mux functions for each available pin groups.
22 the pin mux functions for each available pin groups.
31 the pin mux functions for each available pin groups.
/drivers/pch/
A DKconfig8 PCH allows for higher performance since the memory functions are
18 functions.
27 functions.
/drivers/pinctrl/mscc/
A Dmscc-common.h27 unsigned char functions[MSCC_FUNC_PER_PIN]; member
38 .functions = { \
/drivers/usb/gadget/
A Dcomposite.c76 list_add_tail(&function->list, &config->functions); in usb_add_function()
227 list_for_each_entry(f, &config->functions, list) { in config_buf()
358 list_for_each_entry(f, &cdev->config->functions, list) { in reset_config()
508 INIT_LIST_HEAD(&config->functions); in usb_add_config()
541 list_for_each_entry(f, &config->functions, list) { in usb_add_config()
637 list_for_each_entry(f, &c->functions, list) { in get_string()
679 list_for_each_entry(f, &c->functions, list) { in get_string()
1266 if (&f->list == &cdev->config->functions) in composite_setup()
1349 while (!list_empty(&c->functions)) { in composite_unbind()
1350 f = list_first_entry(&c->functions, in composite_unbind()
[all …]
/drivers/pinctrl/
A DKconfig36 generic DT interface. If enabled, some functions become available
37 to parse common properties such as "pins", "groups", "functions" and
51 a single pin can be used for several functions. An SoC pinctrl driver
178 both the GPIO definitions and pin control functions for each
195 both the GPIO definitions and pin control functions for each
237 contains both GPIO definition and pin control functions.
246 the GPIO definitions and pin control functions for each available
263 both the GPIO definitions and pin control functions for each
312 the GPIO definitions and pin control functions for each available
322 the GPIO definitions and pin control functions for each available
[all …]
A Dpinctrl-single.c78 struct list_head functions; member
199 list_for_each_entry(func, &priv->functions, node) { in single_get_pin_function()
372 list_add(&func->node, &priv->functions); in single_configure_pins()
449 list_add(&func->node, &priv->functions); in single_configure_bits()
543 INIT_LIST_HEAD(&priv->functions); in single_probe()
/drivers/fpga/
A DKconfig13 Enable Altera FPGA specific functions which includes bitstream
74 Enable Xilinx FPGA specific functions which includes bitstream
140 Enables the fpga loads() functions that are used to load secure
147 Enables the fpga loads() functions that are used to load secure
/drivers/pinctrl/rockchip/
A DKconfig8 Enable support pin control functions for Rockchip SoCs.
/drivers/led/
A DKconfig185 CONFIG_LED_STATUS_BIT is passed into the __led_* functions to identify
219 CONFIG_LED_STATUS_BIT1 is passed into the __led_* functions to
254 CONFIG_LED_STATUS_BIT2 is passed into the __led_* functions to
289 CONFIG_LED_STATUS_BIT3 is passed into the __led_* functions to
324 CONFIG_LED_STATUS_BIT4 is passed into the __led_* functions to
359 CONFIG_LED_STATUS_BIT5 is passed into the __led_* functions to
/drivers/pinctrl/nuvoton/
A DKconfig17 multiplexed with other system functions. These pins can
/drivers/sysreset/
A DKconfig132 Enable system power management functions found in MAX77663 PMIC.
139 Enable system power management functions found in MAX8907 PMIC.
174 Enable system power management functions found in PLAMAS PMIC family.
229 Enable system power management functions found in TPS65910/TPS65911
237 Enable system power management functions found in TPS80031/TPS80032
/drivers/nvme/
A DKconfig10 It supports basic functions of NVMe (read/write).
/drivers/pinctrl/uniphier/
A Dpinctrl-uniphier-ld11.c100 .functions = uniphier_ld11_functions,
A Dpinctrl-uniphier.h101 const char * const *functions; member
A Dpinctrl-uniphier-ld4.c125 .functions = uniphier_ld4_functions,
A Dpinctrl-uniphier-sld8.c122 .functions = uniphier_sld8_functions,
A Dpinctrl-uniphier-ld6b.c135 .functions = uniphier_ld6b_functions,
A Dpinctrl-uniphier-pxs2.c139 .functions = uniphier_pxs2_functions,
A Dpinctrl-uniphier-ld20.c133 .functions = uniphier_ld20_functions,
A Dpinctrl-uniphier-pxs3.c143 .functions = uniphier_pxs3_functions,
A Dpinctrl-uniphier-core.c90 if (!priv->socdata->functions[selector]) in uniphier_pinmux_get_function_name()
93 return priv->socdata->functions[selector]; in uniphier_pinmux_get_function_name()
/drivers/demo/
A DKconfig9 the 'demo' command or by calling the uclass functions from your
/drivers/rtc/
A DKconfig14 drivers to perform the actual functions. See rtc.h for a
23 drivers to perform the actual functions. See rtc.h for a
32 drivers to perform the actual functions. See rtc.h for a
41 drivers to perform the actual functions. See rtc.h for a
/drivers/power/regulator/
A DKconfig7 functions, like get/set Voltage or Current value, enable state, etc...
32 Enable support for the regulator functions of the ACT8846 PMIC. The
41 Enable support for the regulator functions of the AS3722. The
138 Enable support for the PWM regulator functions which voltage are
262 Enable support for the regulator functions of the RK8XX PMIC. The
271 Enable support for the regulator functions of the RK8XX PMIC in SPL. The
431 Enable support for the regulator functions of the STPMIC1 PMIC. The
459 Enable support for the regulator functions of the STPMIC1 PMIC in SPL.

Completed in 64 milliseconds

123