Lines Matching defs:hwnum
132 * @hwnum: hardware number of the GPIO for this chip
139 unsigned int hwnum)
143 if (hwnum >= gdev->ngpio)
146 return &gdev->descs[hwnum];
2219 * @hwnum: hardware number of the GPIO for which to request the descriptor
2238 unsigned int hwnum,
2243 struct gpio_desc *desc = gpiochip_get_desc(gc, hwnum);
4174 int hwnum;
4178 hwnum = gpio_chip_hwgpio(desc);
4180 local_desc = gpiochip_request_own_desc(gc, hwnum, name,
4185 name, gc->label, hwnum, ret);