/include/linux/gpio/ |
D | driver.h | 91 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, 375 int (*request)(struct gpio_chip *gc, 377 void (*free)(struct gpio_chip *gc, 379 int (*get_direction)(struct gpio_chip *gc, 381 int (*direction_input)(struct gpio_chip *gc, 383 int (*direction_output)(struct gpio_chip *gc, [all …]
|
D | gpio-reg.h | 12 int gpio_reg_resume(struct gpio_chip *gc);
|
/include/linux/bcma/ |
D | bcma_driver_gmac_cmn.h | 90 #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/ |
D | cookie.h | 30 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()
|
D | of_gpio.h | 42 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()
|
D | irq.h | 1063 void (*suspend)(struct irq_chip_generic *gc); 1064 void (*resume)(struct irq_chip_generic *gc); 1114 struct irq_chip_generic *gc[]; member 1135 void irq_setup_generic_chip(struct irq_chip_generic *gc, u32 msk, 1139 void irq_remove_generic_chip(struct irq_chip_generic *gc, u32 msk, 1146 int devm_irq_setup_generic_chip(struct device *dev, struct irq_chip_generic *gc, 1166 static inline void irq_free_generic_chip(struct irq_chip_generic *gc) in irq_free_generic_chip() argument 1168 kfree(gc); in irq_free_generic_chip() 1171 static inline void irq_destroy_generic_chip(struct irq_chip_generic *gc, in irq_destroy_generic_chip() argument 1175 irq_remove_generic_chip(gc, msk, clr, set); in irq_destroy_generic_chip() [all …]
|
D | ucb1400.h | 84 struct gpio_chip gc; member
|
D | irqdomain.h | 174 struct irq_domain_chip_generic *gc; member
|
D | skmsg.h | 108 struct work_struct gc; member
|
/include/trace/events/ |
D | rpcgss.h | 141 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/ |
D | dst_ops.h | 19 int (*gc)(struct dst_ops *ops); member
|
/include/linux/pinctrl/ |
D | pinctrl.h | 66 struct gpio_chip *gc; member
|
/include/net/netfilter/ |
D | nf_tables.h | 797 bool (*gc)(struct net *net, member 1545 struct nft_trans_gc *nft_trans_gc_queue_async(struct nft_trans_gc *gc, 1547 void nft_trans_gc_queue_async_done(struct nft_trans_gc *gc); 1549 struct nft_trans_gc *nft_trans_gc_queue_sync(struct nft_trans_gc *gc, gfp_t gfp); 1552 void nft_trans_gc_elem_add(struct nft_trans_gc *gc, void *priv);
|