Lines Matching full:static
60 static const struct pinctrl_pin_desc bcm6362_pins[] = {
111 static unsigned gpio0_pins[] = { 0 };
112 static unsigned gpio1_pins[] = { 1 };
113 static unsigned gpio2_pins[] = { 2 };
114 static unsigned gpio3_pins[] = { 3 };
115 static unsigned gpio4_pins[] = { 4 };
116 static unsigned gpio5_pins[] = { 5 };
117 static unsigned gpio6_pins[] = { 6 };
118 static unsigned gpio7_pins[] = { 7 };
119 static unsigned gpio8_pins[] = { 8 };
120 static unsigned gpio9_pins[] = { 9 };
121 static unsigned gpio10_pins[] = { 10 };
122 static unsigned gpio11_pins[] = { 11 };
123 static unsigned gpio12_pins[] = { 12 };
124 static unsigned gpio13_pins[] = { 13 };
125 static unsigned gpio14_pins[] = { 14 };
126 static unsigned gpio15_pins[] = { 15 };
127 static unsigned gpio16_pins[] = { 16 };
128 static unsigned gpio17_pins[] = { 17 };
129 static unsigned gpio18_pins[] = { 18 };
130 static unsigned gpio19_pins[] = { 19 };
131 static unsigned gpio20_pins[] = { 20 };
132 static unsigned gpio21_pins[] = { 21 };
133 static unsigned gpio22_pins[] = { 22 };
134 static unsigned gpio23_pins[] = { 23 };
135 static unsigned gpio24_pins[] = { 24 };
136 static unsigned gpio25_pins[] = { 25 };
137 static unsigned gpio26_pins[] = { 26 };
138 static unsigned gpio27_pins[] = { 27 };
139 static unsigned gpio28_pins[] = { 28 };
140 static unsigned gpio29_pins[] = { 29 };
141 static unsigned gpio30_pins[] = { 30 };
142 static unsigned gpio31_pins[] = { 31 };
143 static unsigned gpio32_pins[] = { 32 };
144 static unsigned gpio33_pins[] = { 33 };
145 static unsigned gpio34_pins[] = { 34 };
146 static unsigned gpio35_pins[] = { 35 };
147 static unsigned gpio36_pins[] = { 36 };
148 static unsigned gpio37_pins[] = { 37 };
149 static unsigned gpio38_pins[] = { 38 };
150 static unsigned gpio39_pins[] = { 39 };
151 static unsigned gpio40_pins[] = { 40 };
152 static unsigned gpio41_pins[] = { 41 };
153 static unsigned gpio42_pins[] = { 42 };
154 static unsigned gpio43_pins[] = { 43 };
155 static unsigned gpio44_pins[] = { 44 };
156 static unsigned gpio45_pins[] = { 45 };
157 static unsigned gpio46_pins[] = { 46 };
158 static unsigned gpio47_pins[] = { 47 };
160 static unsigned nand_grp_pins[] = {
172 static struct bcm6362_pingroup bcm6362_groups[] = {
224 static const char * const led_groups[] = {
251 static const char * const usb_device_led_groups[] = {
255 static const char * const sys_irq_groups[] = {
259 static const char * const serial_led_clk_groups[] = {
263 static const char * const serial_led_data_groups[] = {
267 static const char * const robosw_led_data_groups[] = {
271 static const char * const robosw_led_clk_groups[] = {
275 static const char * const robosw_led0_groups[] = {
279 static const char * const robosw_led1_groups[] = {
283 static const char * const inet_led_groups[] = {
287 static const char * const spi_cs2_groups[] = {
291 static const char * const spi_cs3_groups[] = {
295 static const char * const ntr_pulse_groups[] = {
299 static const char * const uart1_scts_groups[] = {
303 static const char * const uart1_srts_groups[] = {
307 static const char * const uart1_sdin_groups[] = {
311 static const char * const uart1_sdout_groups[] = {
315 static const char * const adsl_spi_miso_groups[] = {
319 static const char * const adsl_spi_mosi_groups[] = {
323 static const char * const adsl_spi_clk_groups[] = {
327 static const char * const adsl_spi_cs_groups[] = {
331 static const char * const ephy0_led_groups[] = {
335 static const char * const ephy1_led_groups[] = {
339 static const char * const ephy2_led_groups[] = {
343 static const char * const ephy3_led_groups[] = {
347 static const char * const ext_irq0_groups[] = {
351 static const char * const ext_irq1_groups[] = {
355 static const char * const ext_irq2_groups[] = {
359 static const char * const ext_irq3_groups[] = {
363 static const char * const wifi_groups[] = {
382 static const char * const nand_groups[] = {
419 static const struct bcm6362_function bcm6362_funcs[] = {
453 static int bcm6362_pinctrl_get_group_count(struct pinctrl_dev *pctldev) in bcm6362_pinctrl_get_group_count()
458 static const char *bcm6362_pinctrl_get_group_name(struct pinctrl_dev *pctldev, in bcm6362_pinctrl_get_group_name()
464 static int bcm6362_pinctrl_get_group_pins(struct pinctrl_dev *pctldev, in bcm6362_pinctrl_get_group_pins()
474 static int bcm6362_pinctrl_get_func_count(struct pinctrl_dev *pctldev) in bcm6362_pinctrl_get_func_count()
479 static const char *bcm6362_pinctrl_get_func_name(struct pinctrl_dev *pctldev, in bcm6362_pinctrl_get_func_name()
485 static int bcm6362_pinctrl_get_groups(struct pinctrl_dev *pctldev, in bcm6362_pinctrl_get_groups()
496 static void bcm6362_set_gpio(struct bcm63xx_pinctrl *pc, unsigned pin) in bcm6362_set_gpio()
518 static int bcm6362_pinctrl_set_mux(struct pinctrl_dev *pctldev, in bcm6362_pinctrl_set_mux()
562 static int bcm6362_gpio_request_enable(struct pinctrl_dev *pctldev, in bcm6362_gpio_request_enable()
574 static const struct pinctrl_ops bcm6362_pctl_ops = {
582 static const struct pinmux_ops bcm6362_pmx_ops = {
591 static const struct bcm63xx_pinctrl_soc bcm6362_soc = {
599 static int bcm6362_pinctrl_probe(struct platform_device *pdev) in bcm6362_pinctrl_probe()
604 static const struct of_device_id bcm6362_pinctrl_match[] = {
609 static struct platform_driver bcm6362_pinctrl_driver = {