ath79_gpio_ctrl
struct ath79_gpio_ctrl *ctrl = irq_data_to_ath79_gpio(data);
struct ath79_gpio_ctrl *ctrl = irq_data_to_ath79_gpio(data);
struct ath79_gpio_ctrl *ctrl =
container_of(gen_gc, struct ath79_gpio_ctrl, chip);
struct ath79_gpio_ctrl *ctrl;
static struct ath79_gpio_ctrl *irq_data_to_ath79_gpio(struct irq_data *data)
return container_of(gen_gc, struct ath79_gpio_ctrl, chip);
static u32 ath79_gpio_read(struct ath79_gpio_ctrl *ctrl, unsigned reg)
static void ath79_gpio_write(struct ath79_gpio_ctrl *ctrl,
struct ath79_gpio_ctrl *ctrl, unsigned reg, u32 mask, u32 bits)
struct ath79_gpio_ctrl *ctrl = irq_data_to_ath79_gpio(data);
struct ath79_gpio_ctrl *ctrl = irq_data_to_ath79_gpio(data);
struct ath79_gpio_ctrl *ctrl = irq_data_to_ath79_gpio(data);