Lines Matching +full:0 +full:xb4
29 * number, may be empty (i.e. label[0] == '\0')
73 GPIO_V2_LINE_FLAG_USED = _BITULL(0),
91 * and 0 for inactive
210 * GPIO chip, may be empty (i.e. name[0] == '\0')
314 #define GPIOLINE_FLAG_KERNEL (1UL << 0) /* Line used by the kernel */
330 * chip, may be empty (i.e. name[0] == '\0')
381 #define GPIOHANDLE_REQUEST_INPUT (1UL << 0)
402 * line, this specifies the default output value, should be 0 (inactive) or
403 * 1 (active). Anything other than 0 or 1 will be interpreted as active.
429 * this specifies the default output value, should be 0 (inactive) or
430 * 1 (active). Anything other than 0 or 1 will be interpreted as active.
446 * the desired target state. States are 0 (inactive) or 1 (active).
447 * When setting, anything other than 0 or 1 will be interpreted as active.
457 #define GPIOEVENT_REQUEST_RISING_EDGE (1UL << 0)
459 #define GPIOEVENT_REQUEST_BOTH_EDGES ((1UL << 0) | (1UL << 1))
488 #define GPIOEVENT_EVENT_RISING_EDGE 0x01
489 #define GPIOEVENT_EVENT_FALLING_EDGE 0x02
508 #define GPIO_GET_CHIPINFO_IOCTL _IOR(0xB4, 0x01, struct gpiochip_info)
509 #define GPIO_GET_LINEINFO_UNWATCH_IOCTL _IOWR(0xB4, 0x0C, __u32)
514 #define GPIO_V2_GET_LINEINFO_IOCTL _IOWR(0xB4, 0x05, struct gpio_v2_line_info)
515 #define GPIO_V2_GET_LINEINFO_WATCH_IOCTL _IOWR(0xB4, 0x06, struct gpio_v2_line_info)
516 #define GPIO_V2_GET_LINE_IOCTL _IOWR(0xB4, 0x07, struct gpio_v2_line_request)
517 #define GPIO_V2_LINE_SET_CONFIG_IOCTL _IOWR(0xB4, 0x0D, struct gpio_v2_line_config)
518 #define GPIO_V2_LINE_GET_VALUES_IOCTL _IOWR(0xB4, 0x0E, struct gpio_v2_line_values)
519 #define GPIO_V2_LINE_SET_VALUES_IOCTL _IOWR(0xB4, 0x0F, struct gpio_v2_line_values)
526 #define GPIO_GET_LINEINFO_IOCTL _IOWR(0xB4, 0x02, struct gpioline_info)
527 #define GPIO_GET_LINEHANDLE_IOCTL _IOWR(0xB4, 0x03, struct gpiohandle_request)
528 #define GPIO_GET_LINEEVENT_IOCTL _IOWR(0xB4, 0x04, struct gpioevent_request)
529 #define GPIOHANDLE_GET_LINE_VALUES_IOCTL _IOWR(0xB4, 0x08, struct gpiohandle_data)
530 #define GPIOHANDLE_SET_LINE_VALUES_IOCTL _IOWR(0xB4, 0x09, struct gpiohandle_data)
531 #define GPIOHANDLE_SET_CONFIG_IOCTL _IOWR(0xB4, 0x0A, struct gpiohandle_config)
532 #define GPIO_GET_LINEINFO_WATCH_IOCTL _IOWR(0xB4, 0x0B, struct gpioline_info)