Searched refs:gc (Results 1 – 9 of 9) sorted by relevance
/include/linux/ |
D | of_gpio.h | 40 struct gpio_chip gc; member 45 static inline struct of_mm_gpio_chip *to_of_mm_gpio_chip(struct gpio_chip *gc) in to_of_mm_gpio_chip() argument 47 return container_of(gc, struct of_mm_gpio_chip, gc); in to_of_mm_gpio_chip() 59 extern void of_gpiochip_add(struct gpio_chip *gc); 60 extern void of_gpiochip_remove(struct gpio_chip *gc); 62 extern int of_gpio_simple_xlate(struct gpio_chip *gc, 81 static inline int of_gpio_simple_xlate(struct gpio_chip *gc, in of_gpio_simple_xlate() argument 88 static inline void of_gpiochip_add(struct gpio_chip *gc) { } in of_gpiochip_add() argument 89 static inline void of_gpiochip_remove(struct gpio_chip *gc) { } in of_gpiochip_remove() argument
|
D | basic_mmio_gpio.h | 29 struct gpio_chip gc; member 61 static inline struct bgpio_chip *to_bgpio_chip(struct gpio_chip *gc) in to_bgpio_chip() argument 63 return container_of(gc, struct bgpio_chip, gc); in to_bgpio_chip()
|
D | irq.h | 719 void irq_setup_generic_chip(struct irq_chip_generic *gc, u32 msk, 723 void irq_remove_generic_chip(struct irq_chip_generic *gc, u32 msk, 734 static inline void irq_gc_lock(struct irq_chip_generic *gc) in irq_gc_lock() argument 736 raw_spin_lock(&gc->lock); in irq_gc_lock() 739 static inline void irq_gc_unlock(struct irq_chip_generic *gc) in irq_gc_unlock() argument 741 raw_spin_unlock(&gc->lock); in irq_gc_unlock() 744 static inline void irq_gc_lock(struct irq_chip_generic *gc) { } in irq_gc_lock() argument 745 static inline void irq_gc_unlock(struct irq_chip_generic *gc) { } in irq_gc_unlock() argument
|
D | ucb1400.h | 93 struct gpio_chip gc; member
|
D | hyperv.h | 934 g8, g9, ga, gb, gc, gd, ge, gf) \ argument 936 g8, g9, ga, gb, gc, gd, ge, gf },
|
/include/net/ |
D | dst_ops.h | 17 int (*gc)(struct dst_ops *ops); member
|
/include/linux/pinctrl/ |
D | pinctrl.h | 61 struct gpio_chip *gc; member
|
/include/asm-generic/ |
D | gpio.h | 132 int (*of_xlate)(struct gpio_chip *gc,
|
/include/linux/netfilter/ipset/ |
D | ip_set_ahash.h | 86 struct timer_list gc; /* garbage collection when timeout enabled */ member 253 del_timer_sync(&h->gc); in ip_set_hash_destroy() 1150 h->gc.expires = jiffies + IPSET_GC_PERIOD(h->timeout) * HZ; in type_pf_gc() 1151 add_timer(&h->gc); in type_pf_gc() 1159 init_timer(&h->gc); in type_pf_gc_init() 1160 h->gc.data = (unsigned long) set; in type_pf_gc_init() 1161 h->gc.function = type_pf_gc; in type_pf_gc_init() 1162 h->gc.expires = jiffies + IPSET_GC_PERIOD(h->timeout) * HZ; in type_pf_gc_init() 1163 add_timer(&h->gc); in type_pf_gc_init()
|