Searched refs:PINS_COUNT (Results 1 – 1 of 1) sorted by relevance
38 #define PINS_COUNT (PIN_COLLECTIONS * PINS_PER_COLLECTION) macro 46 const char *pin_names[PINS_COUNT];54 return PINS_COUNT; in dc_get_groups_count() 110 *num_groups = PINS_COUNT; in dc_get_groups() 253 chip->ngpio = PINS_COUNT; in dc_gpiochip_add() 262 PINS_COUNT); in dc_gpiochip_add() 288 pins = devm_kcalloc(&pdev->dev, PINS_COUNT, sizeof(*pins), in dc_pinctrl_probe() 292 pin_names = devm_kcalloc(&pdev->dev, PINS_COUNT, name_len, in dc_pinctrl_probe() 318 pctl_desc->npins = PINS_COUNT; in dc_pinctrl_probe()