Lines Matching defs:cc
24 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_get_value() local
32 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_set_value() local
39 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_direction_input() local
48 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_direction_output() local
57 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_request() local
70 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_free() local
81 struct bcma_drv_cc *cc = gpiochip_get_data(gc); in bcma_gpio_irq_unmask() local
92 struct bcma_drv_cc *cc = gpiochip_get_data(gc); in bcma_gpio_irq_mask() local
106 struct bcma_drv_cc *cc = dev_id; in bcma_gpio_irq_handler() local
124 static int bcma_gpio_irq_init(struct bcma_drv_cc *cc) in bcma_gpio_irq_init()
153 static void bcma_gpio_irq_exit(struct bcma_drv_cc *cc) in bcma_gpio_irq_exit()
162 static int bcma_gpio_irq_init(struct bcma_drv_cc *cc) in bcma_gpio_irq_init()
167 static void bcma_gpio_irq_exit(struct bcma_drv_cc *cc) in bcma_gpio_irq_exit()
172 int bcma_gpio_init(struct bcma_drv_cc *cc) in bcma_gpio_init()
227 int bcma_gpio_unregister(struct bcma_drv_cc *cc) in bcma_gpio_unregister()