Lines Matching defs:cc
22 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_get_value() local
30 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_set_value() local
37 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_direction_input() local
46 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_direction_output() local
55 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_request() local
68 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_free() local
79 struct bcma_drv_cc *cc = gpiochip_get_data(gc); in bcma_gpio_irq_unmask() local
90 struct bcma_drv_cc *cc = gpiochip_get_data(gc); in bcma_gpio_irq_mask() local
104 struct bcma_drv_cc *cc = dev_id; in bcma_gpio_irq_handler() local
122 static int bcma_gpio_irq_init(struct bcma_drv_cc *cc) in bcma_gpio_irq_init()
152 static void bcma_gpio_irq_exit(struct bcma_drv_cc *cc) in bcma_gpio_irq_exit()
161 static int bcma_gpio_irq_init(struct bcma_drv_cc *cc) in bcma_gpio_irq_init()
166 static void bcma_gpio_irq_exit(struct bcma_drv_cc *cc) in bcma_gpio_irq_exit()
171 int bcma_gpio_init(struct bcma_drv_cc *cc) in bcma_gpio_init()
228 int bcma_gpio_unregister(struct bcma_drv_cc *cc) in bcma_gpio_unregister()