Lines Matching full:static
39 static const struct pinctrl_pin_desc bcm6318_pins[] = {
92 static unsigned gpio0_pins[] = { 0 };
93 static unsigned gpio1_pins[] = { 1 };
94 static unsigned gpio2_pins[] = { 2 };
95 static unsigned gpio3_pins[] = { 3 };
96 static unsigned gpio4_pins[] = { 4 };
97 static unsigned gpio5_pins[] = { 5 };
98 static unsigned gpio6_pins[] = { 6 };
99 static unsigned gpio7_pins[] = { 7 };
100 static unsigned gpio8_pins[] = { 8 };
101 static unsigned gpio9_pins[] = { 9 };
102 static unsigned gpio10_pins[] = { 10 };
103 static unsigned gpio11_pins[] = { 11 };
104 static unsigned gpio12_pins[] = { 12 };
105 static unsigned gpio13_pins[] = { 13 };
106 static unsigned gpio14_pins[] = { 14 };
107 static unsigned gpio15_pins[] = { 15 };
108 static unsigned gpio16_pins[] = { 16 };
109 static unsigned gpio17_pins[] = { 17 };
110 static unsigned gpio18_pins[] = { 18 };
111 static unsigned gpio19_pins[] = { 19 };
112 static unsigned gpio20_pins[] = { 20 };
113 static unsigned gpio21_pins[] = { 21 };
114 static unsigned gpio22_pins[] = { 22 };
115 static unsigned gpio23_pins[] = { 23 };
116 static unsigned gpio24_pins[] = { 24 };
117 static unsigned gpio25_pins[] = { 25 };
118 static unsigned gpio26_pins[] = { 26 };
119 static unsigned gpio27_pins[] = { 27 };
120 static unsigned gpio28_pins[] = { 28 };
121 static unsigned gpio29_pins[] = { 29 };
122 static unsigned gpio30_pins[] = { 30 };
123 static unsigned gpio31_pins[] = { 31 };
124 static unsigned gpio32_pins[] = { 32 };
125 static unsigned gpio33_pins[] = { 33 };
126 static unsigned gpio34_pins[] = { 34 };
127 static unsigned gpio35_pins[] = { 35 };
128 static unsigned gpio36_pins[] = { 36 };
129 static unsigned gpio37_pins[] = { 37 };
130 static unsigned gpio38_pins[] = { 38 };
131 static unsigned gpio39_pins[] = { 39 };
132 static unsigned gpio40_pins[] = { 40 };
133 static unsigned gpio41_pins[] = { 41 };
134 static unsigned gpio42_pins[] = { 42 };
135 static unsigned gpio43_pins[] = { 43 };
136 static unsigned gpio44_pins[] = { 44 };
137 static unsigned gpio45_pins[] = { 45 };
138 static unsigned gpio46_pins[] = { 46 };
139 static unsigned gpio47_pins[] = { 47 };
140 static unsigned gpio48_pins[] = { 48 };
141 static unsigned gpio49_pins[] = { 49 };
143 static struct pingroup bcm6318_groups[] = {
197 static const char * const led_groups[] = {
225 static const char * const ephy0_spd_led_groups[] = {
229 static const char * const ephy1_spd_led_groups[] = {
233 static const char * const ephy2_spd_led_groups[] = {
237 static const char * const ephy3_spd_led_groups[] = {
241 static const char * const ephy0_act_led_groups[] = {
245 static const char * const ephy1_act_led_groups[] = {
249 static const char * const ephy2_act_led_groups[] = {
253 static const char * const ephy3_act_led_groups[] = {
257 static const char * const serial_led_data_groups[] = {
261 static const char * const serial_led_clk_groups[] = {
265 static const char * const inet_act_led_groups[] = {
269 static const char * const inet_fail_led_groups[] = {
273 static const char * const dsl_led_groups[] = {
277 static const char * const post_fail_led_groups[] = {
281 static const char * const wlan_wps_led_groups[] = {
285 static const char * const usb_pwron_groups[] = {
289 static const char * const usb_device_led_groups[] = {
293 static const char * const usb_active_groups[] = {
313 static const struct bcm6318_function bcm6318_funcs[] = {
335 static inline unsigned int bcm6318_mux_off(unsigned int pin) in bcm6318_mux_off()
340 static inline unsigned int bcm6318_pad_off(unsigned int pin) in bcm6318_pad_off()
345 static int bcm6318_pinctrl_get_group_count(struct pinctrl_dev *pctldev) in bcm6318_pinctrl_get_group_count()
350 static const char *bcm6318_pinctrl_get_group_name(struct pinctrl_dev *pctldev, in bcm6318_pinctrl_get_group_name()
356 static int bcm6318_pinctrl_get_group_pins(struct pinctrl_dev *pctldev, in bcm6318_pinctrl_get_group_pins()
366 static int bcm6318_pinctrl_get_func_count(struct pinctrl_dev *pctldev) in bcm6318_pinctrl_get_func_count()
371 static const char *bcm6318_pinctrl_get_func_name(struct pinctrl_dev *pctldev, in bcm6318_pinctrl_get_func_name()
377 static int bcm6318_pinctrl_get_groups(struct pinctrl_dev *pctldev, in bcm6318_pinctrl_get_groups()
388 static inline void bcm6318_rmw_mux(struct bcm63xx_pinctrl *pc, unsigned pin, in bcm6318_rmw_mux()
402 static inline void bcm6318_set_pad(struct bcm63xx_pinctrl *pc, unsigned pin, in bcm6318_set_pad()
410 static int bcm6318_pinctrl_set_mux(struct pinctrl_dev *pctldev, in bcm6318_pinctrl_set_mux()
422 static int bcm6318_gpio_request_enable(struct pinctrl_dev *pctldev, in bcm6318_gpio_request_enable()
442 static const struct pinctrl_ops bcm6318_pctl_ops = {
450 static const struct pinmux_ops bcm6318_pmx_ops = {
459 static const struct bcm63xx_pinctrl_soc bcm6318_soc = {
467 static int bcm6318_pinctrl_probe(struct platform_device *pdev) in bcm6318_pinctrl_probe()
472 static const struct of_device_id bcm6318_pinctrl_match[] = {
477 static struct platform_driver bcm6318_pinctrl_driver = {