Lines Matching defs:cc
29 struct bcma_drv_cc *cc = bcma_gpio_get_cc(chip); in bcma_gpio_get_value() local
37 struct bcma_drv_cc *cc = bcma_gpio_get_cc(chip); in bcma_gpio_set_value() local
44 struct bcma_drv_cc *cc = bcma_gpio_get_cc(chip); in bcma_gpio_direction_input() local
53 struct bcma_drv_cc *cc = bcma_gpio_get_cc(chip); in bcma_gpio_direction_output() local
62 struct bcma_drv_cc *cc = bcma_gpio_get_cc(chip); in bcma_gpio_request() local
75 struct bcma_drv_cc *cc = bcma_gpio_get_cc(chip); in bcma_gpio_free() local
84 struct bcma_drv_cc *cc = bcma_gpio_get_cc(chip); in bcma_gpio_to_irq() local
94 struct bcma_drv_cc *cc = irq_data_get_irq_chip_data(d); in bcma_gpio_irq_unmask() local
104 struct bcma_drv_cc *cc = irq_data_get_irq_chip_data(d); in bcma_gpio_irq_mask() local
118 struct bcma_drv_cc *cc = dev_id; in bcma_gpio_irq_handler() local
135 static int bcma_gpio_irq_domain_init(struct bcma_drv_cc *cc) in bcma_gpio_irq_domain_init()
179 static void bcma_gpio_irq_domain_exit(struct bcma_drv_cc *cc) in bcma_gpio_irq_domain_exit()
197 static int bcma_gpio_irq_domain_init(struct bcma_drv_cc *cc) in bcma_gpio_irq_domain_init()
202 static void bcma_gpio_irq_domain_exit(struct bcma_drv_cc *cc) in bcma_gpio_irq_domain_exit()
207 int bcma_gpio_init(struct bcma_drv_cc *cc) in bcma_gpio_init()
262 int bcma_gpio_unregister(struct bcma_drv_cc *cc) in bcma_gpio_unregister()