• Home
  • Raw
  • Download

Lines Matching defs:pcs

258 	struct pcs_device *pcs;  in pcs_get_groups_count()  local
268 struct pcs_device *pcs; in pcs_get_group_name() local
287 struct pcs_device *pcs; in pcs_get_group_pins() local
308 struct pcs_device *pcs; in pcs_pin_dbg_show() local
322 struct pcs_device *pcs; in pcs_dt_free_map() local
343 struct pcs_device *pcs; in pcs_get_functions_count() local
353 struct pcs_device *pcs; in pcs_get_function_name() local
372 struct pcs_device *pcs; in pcs_get_function_groups() local
391 struct pcs_device *pcs = pinctrl_dev_get_drvdata(pctldev); in pcs_get_function() local
413 struct pcs_device *pcs; in pcs_enable() local
450 struct pcs_device *pcs; in pcs_disable() local
496 struct pcs_device *pcs = pinctrl_dev_get_drvdata(pctldev); in pcs_request_gpio() local
562 struct pcs_device *pcs = pinctrl_dev_get_drvdata(pctldev); in pcs_pinconf_get() local
624 struct pcs_device *pcs = pinctrl_dev_get_drvdata(pctldev); in pcs_pinconf_set() local
744 static int pcs_add_pin(struct pcs_device *pcs, unsigned offset) in pcs_add_pin()
777 static int pcs_allocate_pin_table(struct pcs_device *pcs) in pcs_allocate_pin_table()
825 static struct pcs_function *pcs_add_function(struct pcs_device *pcs, in pcs_add_function()
854 static void pcs_remove_function(struct pcs_device *pcs, in pcs_remove_function()
879 static int pcs_add_pingroup(struct pcs_device *pcs, in pcs_add_pingroup()
912 static int pcs_get_pin_by_offset(struct pcs_device *pcs, unsigned offset) in pcs_get_pin_by_offset()
963 static void pcs_add_conf2(struct pcs_device *pcs, struct device_node *np, in pcs_add_conf2()
982 static void pcs_add_conf4(struct pcs_device *pcs, struct device_node *np, in pcs_add_conf4()
1007 static int pcs_parse_pinconf(struct pcs_device *pcs, struct device_node *np, in pcs_parse_pinconf()
1092 static int pcs_parse_one_pinctrl_entry(struct pcs_device *pcs, in pcs_parse_one_pinctrl_entry()
1203 struct pcs_device *pcs; in pcs_dt_node_to_map() local
1244 static void pcs_free_funcs(struct pcs_device *pcs) in pcs_free_funcs()
1271 static void pcs_free_pingroups(struct pcs_device *pcs) in pcs_free_pingroups()
1298 static void pcs_free_resources(struct pcs_device *pcs) in pcs_free_resources()
1318 static int pcs_add_gpio_func(struct device_node *node, struct pcs_device *pcs) in pcs_add_gpio_func()
1354 struct pcs_device *pcs; in pcs_probe() local
1472 struct pcs_device *pcs = platform_get_drvdata(pdev); in pcs_remove() local