Searched defs:nr_pins (Results 1 - 4 of 4) sorted by relevance

/drivers/pinctrl/samsung/
H A Dpinctrl-samsung.h120 * @nr_pins: number of pins included in this bank.
137 u8 nr_pins; member in struct:samsung_pin_bank
159 * @nr_pins: number of pins supported by the controller.
171 u32 nr_pins; member in struct:samsung_pin_ctrl
/drivers/pinctrl/sh-pfc/
H A Dsh_pfc.h43 .nr_pins = ARRAY_SIZE(n##_pins), \
50 unsigned int nr_pins; member in struct:sh_pfc_pin_group
133 unsigned int nr_pins; member in struct:sh_pfc_soc_info
/drivers/pinctrl/
H A Dpinctrl-rockchip.c93 * @nr_pins: number of pins in this bank
111 u8 nr_pins; member in struct:rockchip_pin_bank
128 .nr_pins = pins, \
141 .nr_pins = pins, \
156 u32 nr_pins; member in struct:rockchip_pin_ctrl
249 while (pin >= (b->pin_base + b->nr_pins))
1237 info->ctrl->nr_pins, GFP_KERNEL);
1243 ctrldesc->npins = info->ctrl->nr_pins;
1248 for (pin = 0; pin < pin_bank->nr_pins; pin++, k++) {
1594 gc->ngpio = bank->nr_pins;
[all...]
H A Dpinctrl-single.c803 int mux_bytes, nr_pins, i; local
810 nr_pins = (pcs->size * BITS_PER_BYTE) / pcs->bits_per_pin;
813 nr_pins = pcs->size / mux_bytes;
816 dev_dbg(pcs->dev, "allocating %i pins\n", nr_pins);
818 sizeof(*pcs->pins.pa) * nr_pins,
824 sizeof(struct pcs_name) * nr_pins,
830 pcs->desc.npins = nr_pins;

Completed in 103 milliseconds