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

/linux-4.4.14/drivers/pinctrl/
H A Dpinctrl-single.c175 * struct pcs_device - pinctrl device instance
206 struct pcs_device { struct
298 struct pcs_device *pcs; pcs_get_groups_count()
308 struct pcs_device *pcs; pcs_get_group_name()
327 struct pcs_device *pcs; pcs_get_group_pins()
348 struct pcs_device *pcs; pcs_pin_dbg_show()
362 struct pcs_device *pcs; pcs_dt_free_map()
383 struct pcs_device *pcs; pcs_get_functions_count()
393 struct pcs_device *pcs; pcs_get_function_name()
412 struct pcs_device *pcs; pcs_get_function_groups()
431 struct pcs_device *pcs = pinctrl_dev_get_drvdata(pctldev); pcs_get_function()
453 struct pcs_device *pcs; pcs_set_mux()
494 struct pcs_device *pcs = pinctrl_dev_get_drvdata(pctldev); pcs_request_gpio()
559 struct pcs_device *pcs = pinctrl_dev_get_drvdata(pctldev); pcs_pinconf_get()
623 struct pcs_device *pcs = pinctrl_dev_get_drvdata(pctldev); pcs_pinconf_set()
754 static int pcs_add_pin(struct pcs_device *pcs, unsigned offset, pcs_add_pin()
801 static int pcs_allocate_pin_table(struct pcs_device *pcs) pcs_allocate_pin_table()
865 static struct pcs_function *pcs_add_function(struct pcs_device *pcs, pcs_add_function()
894 static void pcs_remove_function(struct pcs_device *pcs, pcs_remove_function()
919 static int pcs_add_pingroup(struct pcs_device *pcs, pcs_add_pingroup()
952 static int pcs_get_pin_by_offset(struct pcs_device *pcs, unsigned offset) pcs_get_pin_by_offset()
1006 static void pcs_add_conf2(struct pcs_device *pcs, struct device_node *np, pcs_add_conf2()
1025 static void pcs_add_conf4(struct pcs_device *pcs, struct device_node *np, pcs_add_conf4()
1050 static int pcs_parse_pinconf(struct pcs_device *pcs, struct device_node *np, pcs_parse_pinconf()
1115 static void pcs_free_pingroups(struct pcs_device *pcs);
1136 static int pcs_parse_one_pinctrl_entry(struct pcs_device *pcs, pcs_parse_one_pinctrl_entry()
1224 static int pcs_parse_bits_in_pinctrl_entry(struct pcs_device *pcs, pcs_parse_bits_in_pinctrl_entry()
1359 struct pcs_device *pcs; pcs_dt_node_to_map()
1410 static void pcs_free_funcs(struct pcs_device *pcs) pcs_free_funcs()
1437 static void pcs_free_pingroups(struct pcs_device *pcs) pcs_free_pingroups()
1464 static void pcs_irq_free(struct pcs_device *pcs) pcs_irq_free()
1484 static void pcs_free_resources(struct pcs_device *pcs) pcs_free_resources()
1506 static int pcs_add_gpio_func(struct device_node *node, struct pcs_device *pcs) pcs_add_gpio_func()
1558 struct pcs_device *pcs; pcs_irq_set()
1562 pcs = container_of(pcs_soc, struct pcs_device, socdata); pcs_irq_set()
1636 struct pcs_device *pcs; pcs_irq_handle()
1640 pcs = container_of(pcs_soc, struct pcs_device, socdata); pcs_irq_handle()
1700 struct pcs_device *pcs; pcs_irqdomain_map()
1703 pcs = container_of(pcs_soc, struct pcs_device, socdata); pcs_irqdomain_map()
1734 static int pcs_irq_init_chained_handler(struct pcs_device *pcs, pcs_irq_init_chained_handler()
1794 struct pcs_device *pcs; pinctrl_single_suspend()
1805 struct pcs_device *pcs; pinctrl_single_resume()
1821 struct pcs_device *pcs; pcs_probe()
1964 struct pcs_device *pcs = platform_get_drvdata(pdev); pcs_remove()

Completed in 76 milliseconds