Home
last modified time | relevance | path

Searched refs:PINS_COUNT (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/pinctrl/
Dpinctrl-digicolor.c42 #define PINS_COUNT (PIN_COLLECTIONS * PINS_PER_COLLECTION) macro
50 const char *pin_names[PINS_COUNT];
58 return PINS_COUNT; in dc_get_groups_count()
114 *num_groups = PINS_COUNT; in dc_get_groups()
255 chip->ngpio = PINS_COUNT; in dc_gpiochip_add()
266 PINS_COUNT); in dc_gpiochip_add()
294 pins = devm_kzalloc(&pdev->dev, sizeof(*pins)*PINS_COUNT, GFP_KERNEL); in dc_pinctrl_probe()
297 pin_names = devm_kzalloc(&pdev->dev, name_len * PINS_COUNT, in dc_pinctrl_probe()
323 pctl_desc->npins = PINS_COUNT; in dc_pinctrl_probe()