Lines Matching defs:hwnum
153 * @hwnum: hardware number of the GPIO for this chip
160 unsigned int hwnum)
164 if (hwnum >= gdev->ngpio)
167 return &gdev->descs[hwnum];
2291 * @hwnum: hardware number of the GPIO for which to request the descriptor
2310 unsigned int hwnum,
2315 struct gpio_desc *desc = gpiochip_get_desc(gc, hwnum);
4317 int hwnum;
4321 hwnum = gpio_chip_hwgpio(desc);
4323 local_desc = gpiochip_request_own_desc(gc, hwnum, name,
4328 name, gc->label, hwnum, ret);