Home
last modified time | relevance | path

Searched refs:gc (Results 1 – 12 of 12) sorted by relevance

/include/linux/gpio/
Ddriver.h91 int (*child_to_parent_hwirq)(struct gpio_chip *gc,
106 void *(*populate_parent_alloc_arg)(struct gpio_chip *gc,
118 unsigned int (*child_offset_to_irq)(struct gpio_chip *gc,
213 int (*init_hw)(struct gpio_chip *gc);
224 void (*init_valid_mask)(struct gpio_chip *gc,
380 int (*request)(struct gpio_chip *gc,
382 void (*free)(struct gpio_chip *gc,
384 int (*get_direction)(struct gpio_chip *gc,
386 int (*direction_input)(struct gpio_chip *gc,
388 int (*direction_output)(struct gpio_chip *gc,
[all …]
Dgpio-reg.h12 int gpio_reg_resume(struct gpio_chip *gc);
/include/linux/bcma/
Dbcma_driver_gmac_cmn.h90 #define gmac_cmn_read16(gc, offset) bcma_read16((gc)->core, offset) argument
91 #define gmac_cmn_read32(gc, offset) bcma_read32((gc)->core, offset) argument
92 #define gmac_cmn_write16(gc, offset, val) bcma_write16((gc)->core, offset, val) argument
93 #define gmac_cmn_write32(gc, offset, val) bcma_write32((gc)->core, offset, val) argument
/include/linux/
Dcookie.h30 static __always_inline u64 gen_cookie_next(struct gen_cookie *gc) in gen_cookie_next() argument
32 struct pcpu_gen_cookie *local = this_cpu_ptr(gc->local); in gen_cookie_next()
40 &gc->forward_last); in gen_cookie_next()
45 val = atomic64_dec_return(&gc->reverse_last); in gen_cookie_next()
Dof_gpio.h42 struct gpio_chip gc; member
47 static inline struct of_mm_gpio_chip *to_of_mm_gpio_chip(struct gpio_chip *gc) in to_of_mm_gpio_chip() argument
49 return container_of(gc, struct of_mm_gpio_chip, gc); in to_of_mm_gpio_chip()
Dirq.h1059 void (*suspend)(struct irq_chip_generic *gc);
1060 void (*resume)(struct irq_chip_generic *gc);
1110 struct irq_chip_generic *gc[]; member
1131 void irq_setup_generic_chip(struct irq_chip_generic *gc, u32 msk,
1135 void irq_remove_generic_chip(struct irq_chip_generic *gc, u32 msk,
1142 int devm_irq_setup_generic_chip(struct device *dev, struct irq_chip_generic *gc,
1162 static inline void irq_free_generic_chip(struct irq_chip_generic *gc) in irq_free_generic_chip() argument
1164 kfree(gc); in irq_free_generic_chip()
1167 static inline void irq_destroy_generic_chip(struct irq_chip_generic *gc, in irq_destroy_generic_chip() argument
1171 irq_remove_generic_chip(gc, msk, clr, set); in irq_destroy_generic_chip()
[all …]
Ducb1400.h84 struct gpio_chip gc; member
Dirqdomain.h170 struct irq_domain_chip_generic *gc; member
/include/trace/events/
Drpcgss.h141 const struct gss_cred *gc
144 TP_ARGS(gc),
149 __string(principal, gc->gc_principal)
153 __entry->cred = gc;
154 __entry->service = gc->gc_service;
155 __assign_str(principal, gc->gc_principal);
166 const struct gss_cred *gc \
168 TP_ARGS(gc))
292 const struct rpc_gss_wire_cred *gc
295 TP_ARGS(rqstp, gc),
[all …]
/include/net/
Ddst_ops.h19 int (*gc)(struct dst_ops *ops); member
/include/linux/pinctrl/
Dpinctrl.h66 struct gpio_chip *gc; member
/include/net/netfilter/
Dnf_tables.h884 bool (*gc)(struct net *net, member
1635 struct nft_trans_gc *nft_trans_gc_queue_async(struct nft_trans_gc *gc,
1637 void nft_trans_gc_queue_async_done(struct nft_trans_gc *gc);
1639 struct nft_trans_gc *nft_trans_gc_queue_sync(struct nft_trans_gc *gc, gfp_t gfp);
1642 void nft_trans_gc_elem_add(struct nft_trans_gc *gc, void *priv);
1644 struct nft_trans_gc *nft_trans_gc_catchall_async(struct nft_trans_gc *gc,
1646 struct nft_trans_gc *nft_trans_gc_catchall_sync(struct nft_trans_gc *gc);