Searched defs:gc (Results 1 - 7 of 7) sorted by relevance

/include/linux/
H A Dbasic_mmio_gpio.h29 struct gpio_chip gc; member in struct:bgpio_chip
61 static inline struct bgpio_chip *to_bgpio_chip(struct gpio_chip *gc) argument
63 return container_of(gc, struct bgpio_chip, gc);
H A Dof_gpio.h40 struct gpio_chip gc; member in struct:of_mm_gpio_chip
45 static inline struct of_mm_gpio_chip *to_of_mm_gpio_chip(struct gpio_chip *gc) argument
47 return container_of(gc, struct of_mm_gpio_chip, gc);
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, argument
88 static inline void of_gpiochip_add(struct gpio_chip *gc) { } argument
89 static inline void of_gpiochip_remove(struct gpio_chip *gc) { } argument
[all...]
H A Ducb1400.h93 struct gpio_chip gc; member in struct:ucb1400_gpio
H A Dirq.h719 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) argument
736 raw_spin_lock(&gc->lock);
739 static inline void irq_gc_unlock(struct irq_chip_generic *gc) argument
741 raw_spin_unlock(&gc->lock);
744 static inline void irq_gc_lock(struct irq_chip_generic *gc) { } argument
745 static inline void irq_gc_unlock(struct irq_chip_generic *gc) { } argument
/include/linux/pinctrl/
H A Dpinctrl.h52 * @gc: an optional pointer to a gpio_chip
61 struct gpio_chip *gc; member in struct:pinctrl_gpio_range
/include/net/
H A Ddst_ops.h17 int (*gc)(struct dst_ops *ops); member in struct:dst_ops
/include/linux/netfilter/ipset/
H A Dip_set_ahash.h86 struct timer_list gc; /* garbage collection when timeout enabled */ member in struct:ip_set_hash
253 del_timer_sync(&h->gc);
1150 h->gc.expires = jiffies + IPSET_GC_PERIOD(h->timeout) * HZ;
1151 add_timer(&h->gc);
1159 init_timer(&h->gc);
1160 h->gc.data = (unsigned long) set;
1161 h->gc.function = type_pf_gc;
1162 h->gc.expires = jiffies + IPSET_GC_PERIOD(h->timeout) * HZ;
1163 add_timer(&h->gc);
1164 pr_debug("gc initialize
[all...]

Completed in 207 milliseconds