Lines Matching full:static

54 static const struct pinctrl_pin_desc bcm6362_pins[] = {
105 static unsigned gpio0_pins[] = { 0 };
106 static unsigned gpio1_pins[] = { 1 };
107 static unsigned gpio2_pins[] = { 2 };
108 static unsigned gpio3_pins[] = { 3 };
109 static unsigned gpio4_pins[] = { 4 };
110 static unsigned gpio5_pins[] = { 5 };
111 static unsigned gpio6_pins[] = { 6 };
112 static unsigned gpio7_pins[] = { 7 };
113 static unsigned gpio8_pins[] = { 8 };
114 static unsigned gpio9_pins[] = { 9 };
115 static unsigned gpio10_pins[] = { 10 };
116 static unsigned gpio11_pins[] = { 11 };
117 static unsigned gpio12_pins[] = { 12 };
118 static unsigned gpio13_pins[] = { 13 };
119 static unsigned gpio14_pins[] = { 14 };
120 static unsigned gpio15_pins[] = { 15 };
121 static unsigned gpio16_pins[] = { 16 };
122 static unsigned gpio17_pins[] = { 17 };
123 static unsigned gpio18_pins[] = { 18 };
124 static unsigned gpio19_pins[] = { 19 };
125 static unsigned gpio20_pins[] = { 20 };
126 static unsigned gpio21_pins[] = { 21 };
127 static unsigned gpio22_pins[] = { 22 };
128 static unsigned gpio23_pins[] = { 23 };
129 static unsigned gpio24_pins[] = { 24 };
130 static unsigned gpio25_pins[] = { 25 };
131 static unsigned gpio26_pins[] = { 26 };
132 static unsigned gpio27_pins[] = { 27 };
133 static unsigned gpio28_pins[] = { 28 };
134 static unsigned gpio29_pins[] = { 29 };
135 static unsigned gpio30_pins[] = { 30 };
136 static unsigned gpio31_pins[] = { 31 };
137 static unsigned gpio32_pins[] = { 32 };
138 static unsigned gpio33_pins[] = { 33 };
139 static unsigned gpio34_pins[] = { 34 };
140 static unsigned gpio35_pins[] = { 35 };
141 static unsigned gpio36_pins[] = { 36 };
142 static unsigned gpio37_pins[] = { 37 };
143 static unsigned gpio38_pins[] = { 38 };
144 static unsigned gpio39_pins[] = { 39 };
145 static unsigned gpio40_pins[] = { 40 };
146 static unsigned gpio41_pins[] = { 41 };
147 static unsigned gpio42_pins[] = { 42 };
148 static unsigned gpio43_pins[] = { 43 };
149 static unsigned gpio44_pins[] = { 44 };
150 static unsigned gpio45_pins[] = { 45 };
151 static unsigned gpio46_pins[] = { 46 };
152 static unsigned gpio47_pins[] = { 47 };
154 static unsigned nand_grp_pins[] = {
159 static struct pingroup bcm6362_groups[] = {
211 static const char * const led_groups[] = {
238 static const char * const usb_device_led_groups[] = {
242 static const char * const sys_irq_groups[] = {
246 static const char * const serial_led_clk_groups[] = {
250 static const char * const serial_led_data_groups[] = {
254 static const char * const robosw_led_data_groups[] = {
258 static const char * const robosw_led_clk_groups[] = {
262 static const char * const robosw_led0_groups[] = {
266 static const char * const robosw_led1_groups[] = {
270 static const char * const inet_led_groups[] = {
274 static const char * const spi_cs2_groups[] = {
278 static const char * const spi_cs3_groups[] = {
282 static const char * const ntr_pulse_groups[] = {
286 static const char * const uart1_scts_groups[] = {
290 static const char * const uart1_srts_groups[] = {
294 static const char * const uart1_sdin_groups[] = {
298 static const char * const uart1_sdout_groups[] = {
302 static const char * const adsl_spi_miso_groups[] = {
306 static const char * const adsl_spi_mosi_groups[] = {
310 static const char * const adsl_spi_clk_groups[] = {
314 static const char * const adsl_spi_cs_groups[] = {
318 static const char * const ephy0_led_groups[] = {
322 static const char * const ephy1_led_groups[] = {
326 static const char * const ephy2_led_groups[] = {
330 static const char * const ephy3_led_groups[] = {
334 static const char * const ext_irq0_groups[] = {
338 static const char * const ext_irq1_groups[] = {
342 static const char * const ext_irq2_groups[] = {
346 static const char * const ext_irq3_groups[] = {
350 static const char * const wifi_groups[] = {
369 static const char * const nand_groups[] = {
406 static const struct bcm6362_function bcm6362_funcs[] = {
440 static int bcm6362_pinctrl_get_group_count(struct pinctrl_dev *pctldev) in bcm6362_pinctrl_get_group_count()
445 static const char *bcm6362_pinctrl_get_group_name(struct pinctrl_dev *pctldev, in bcm6362_pinctrl_get_group_name()
451 static int bcm6362_pinctrl_get_group_pins(struct pinctrl_dev *pctldev, in bcm6362_pinctrl_get_group_pins()
461 static int bcm6362_pinctrl_get_func_count(struct pinctrl_dev *pctldev) in bcm6362_pinctrl_get_func_count()
466 static const char *bcm6362_pinctrl_get_func_name(struct pinctrl_dev *pctldev, in bcm6362_pinctrl_get_func_name()
472 static int bcm6362_pinctrl_get_groups(struct pinctrl_dev *pctldev, in bcm6362_pinctrl_get_groups()
483 static void bcm6362_set_gpio(struct bcm63xx_pinctrl *pc, unsigned pin) in bcm6362_set_gpio()
505 static int bcm6362_pinctrl_set_mux(struct pinctrl_dev *pctldev, in bcm6362_pinctrl_set_mux()
549 static int bcm6362_gpio_request_enable(struct pinctrl_dev *pctldev, in bcm6362_gpio_request_enable()
561 static const struct pinctrl_ops bcm6362_pctl_ops = {
569 static const struct pinmux_ops bcm6362_pmx_ops = {
578 static const struct bcm63xx_pinctrl_soc bcm6362_soc = {
586 static int bcm6362_pinctrl_probe(struct platform_device *pdev) in bcm6362_pinctrl_probe()
591 static const struct of_device_id bcm6362_pinctrl_match[] = {
596 static struct platform_driver bcm6362_pinctrl_driver = {