Lines Matching defs:this

27 	struct gpio_desc **this = res, **gpio = data;
29 return *this == *gpio;
41 struct gpio_descs **this = res, **gpios = data;
43 return *this == *gpios;
52 * Managed gpiod_get(). GPIO descriptors returned from this function are
70 * Managed gpiod_get_optional(). GPIO descriptors returned from this function
89 * Managed gpiod_get_index(). GPIO descriptors returned from this function are
106 * For non-exclusive GPIO descriptors, check if this descriptor is
107 * already under resource management by this device.
161 * For non-exclusive GPIO descriptors, check if this descriptor is
162 * already under resource management by this device.
196 * GPIO descriptors returned from this function are automatically disposed on
236 * Managed gpiod_get_index_optional(). GPIO descriptors returned from this
264 * Managed gpiod_get_array(). GPIO descriptors returned from this function are
299 * Managed gpiod_get_array_optional(). GPIO descriptors returned from this
324 * devm_gpiod_get_index(). Normally this function will not be called as the GPIO
354 * may call this function several times on the same descriptor
370 * Normally this function will not be called as the GPIOs will be disposed of
392 unsigned *this = res, *gpio = data;
394 return *this == *gpio;
403 * Except for the extra @dev argument, this function takes the
405 * gpio_request(). GPIOs requested with this function will be
408 * If an GPIO allocated with this function needs to be freed
439 * @label: a literal description string of this GPIO
469 * Except for the extra @dev argument, this function takes the
493 * @data: driver-private data associated with this chip