Searched defs:pin_index (Results 1 - 3 of 3) sorted by relevance

/drivers/ptp/
H A Dptp_chardev.c129 unsigned int i, pin_index; local
221 pin_index = pd.index;
222 if (pin_index >= ops->n_pins) {
228 pd = ops->pin_config[pin_index];
239 pin_index = pd.index;
240 if (pin_index >= ops->n_pins) {
246 err = ptp_set_pinfunc(ptp, pin_index, pd.func, pd.chan);
/drivers/input/keyboard/
H A Dtca6416-keypad.c95 int error, i, pin_index; local
107 for (i = 0, pin_index = 0; i < 16; i++) {
109 struct tca6416_button *button = &chip->buttons[pin_index];
119 pin_index++;
/drivers/gpio/
H A Dgpiolib-acpi.c377 int pin_index = (int)address; local
402 length = min(agpio->pin_table_length, (u16)(pin_index + bits));
403 for (i = pin_index; i < length; ++i) {

Completed in 275 milliseconds