Lines Matching refs:pcs_device

173 struct pcs_device {  struct
274 struct pcs_device *pcs; in pcs_pin_dbg_show()
292 struct pcs_device *pcs; in pcs_dt_free_map()
314 struct pcs_device *pcs = pinctrl_dev_get_drvdata(pctldev); in pcs_get_function()
338 struct pcs_device *pcs; in pcs_set_mux()
381 struct pcs_device *pcs = pinctrl_dev_get_drvdata(pctldev); in pcs_request_gpio()
462 struct pcs_device *pcs = pinctrl_dev_get_drvdata(pctldev); in pcs_pinconf_get()
526 struct pcs_device *pcs = pinctrl_dev_get_drvdata(pctldev); in pcs_pinconf_set()
657 static int pcs_add_pin(struct pcs_device *pcs, unsigned offset, in pcs_add_pin()
699 static int pcs_allocate_pin_table(struct pcs_device *pcs) in pcs_allocate_pin_table()
759 static int pcs_add_function(struct pcs_device *pcs, in pcs_add_function()
797 static int pcs_get_pin_by_offset(struct pcs_device *pcs, unsigned offset) in pcs_get_pin_by_offset()
851 static void pcs_add_conf2(struct pcs_device *pcs, struct device_node *np, in pcs_add_conf2()
870 static void pcs_add_conf4(struct pcs_device *pcs, struct device_node *np, in pcs_add_conf4()
895 static int pcs_parse_pinconf(struct pcs_device *pcs, struct device_node *np, in pcs_parse_pinconf()
980 static int pcs_parse_one_pinctrl_entry(struct pcs_device *pcs, in pcs_parse_one_pinctrl_entry()
1084 static int pcs_parse_bits_in_pinctrl_entry(struct pcs_device *pcs, in pcs_parse_bits_in_pinctrl_entry()
1234 struct pcs_device *pcs; in pcs_dt_node_to_map()
1285 static void pcs_irq_free(struct pcs_device *pcs) in pcs_irq_free()
1305 static void pcs_free_resources(struct pcs_device *pcs) in pcs_free_resources()
1316 static int pcs_add_gpio_func(struct device_node *node, struct pcs_device *pcs) in pcs_add_gpio_func()
1368 struct pcs_device *pcs; in pcs_irq_set()
1372 pcs = container_of(pcs_soc, struct pcs_device, socdata); in pcs_irq_set()
1449 struct pcs_device *pcs; in pcs_irq_handle()
1453 pcs = container_of(pcs_soc, struct pcs_device, socdata); in pcs_irq_handle()
1511 struct pcs_device *pcs; in pcs_irqdomain_map()
1514 pcs = container_of(pcs_soc, struct pcs_device, socdata); in pcs_irqdomain_map()
1546 static int pcs_irq_init_chained_handler(struct pcs_device *pcs, in pcs_irq_init_chained_handler()
1603 static int pcs_save_context(struct pcs_device *pcs) in pcs_save_context()
1639 static void pcs_restore_context(struct pcs_device *pcs) in pcs_restore_context()
1670 struct pcs_device *pcs; in pinctrl_single_suspend()
1689 struct pcs_device *pcs; in pinctrl_single_resume()
1712 static int pcs_quirk_missing_pinctrl_cells(struct pcs_device *pcs, in pcs_quirk_missing_pinctrl_cells()
1756 struct pcs_device *pcs; in pcs_probe()
1904 struct pcs_device *pcs = platform_get_drvdata(pdev); in pcs_remove()