Searched refs:ssp (Results 1 – 8 of 8) sorted by relevance
/include/linux/ |
D | srcu.h | 28 int __init_srcu_struct(struct srcu_struct *ssp, const char *name, 31 #define init_srcu_struct(ssp) \ argument 35 __init_srcu_struct((ssp), #ssp, &__srcu_key); \ 41 int init_srcu_struct(struct srcu_struct *ssp); 57 void call_srcu(struct srcu_struct *ssp, struct rcu_head *head, 59 void cleanup_srcu_struct(struct srcu_struct *ssp); 60 int __srcu_read_lock(struct srcu_struct *ssp) __acquires(ssp); 61 void __srcu_read_unlock(struct srcu_struct *ssp, int idx) __releases(ssp); 62 void synchronize_srcu(struct srcu_struct *ssp); 63 unsigned long get_state_synchronize_srcu(struct srcu_struct *ssp); [all …]
|
D | srcutiny.h | 51 void synchronize_srcu(struct srcu_struct *ssp); 59 static inline int __srcu_read_lock(struct srcu_struct *ssp) in __srcu_read_lock() argument 63 idx = ((READ_ONCE(ssp->srcu_idx) + 1) & 0x2) >> 1; in __srcu_read_lock() 64 WRITE_ONCE(ssp->srcu_lock_nesting[idx], READ_ONCE(ssp->srcu_lock_nesting[idx]) + 1); in __srcu_read_lock() 68 static inline void synchronize_srcu_expedited(struct srcu_struct *ssp) in synchronize_srcu_expedited() argument 70 synchronize_srcu(ssp); in synchronize_srcu_expedited() 73 static inline void srcu_barrier(struct srcu_struct *ssp) in srcu_barrier() argument 75 synchronize_srcu(ssp); in srcu_barrier() 79 static inline void srcu_torture_stats_print(struct srcu_struct *ssp, in srcu_torture_stats_print() argument 84 idx = ((data_race(READ_ONCE(ssp->srcu_idx)) + 1) & 0x2) >> 1; in srcu_torture_stats_print() [all …]
|
D | srcutree.h | 42 struct srcu_struct *ssp; member 135 void synchronize_srcu_expedited(struct srcu_struct *ssp); 136 void srcu_barrier(struct srcu_struct *ssp); 137 void srcu_torture_stats_print(struct srcu_struct *ssp, char *tt, char *tf);
|
D | pxa2xx_ssp.h | 274 static inline void pxa_ssp_enable(struct ssp_device *ssp) in pxa_ssp_enable() argument 278 sscr0 = pxa_ssp_read_reg(ssp, SSCR0) | SSCR0_SSE; in pxa_ssp_enable() 279 pxa_ssp_write_reg(ssp, SSCR0, sscr0); in pxa_ssp_enable() 282 static inline void pxa_ssp_disable(struct ssp_device *ssp) in pxa_ssp_disable() argument 286 sscr0 = pxa_ssp_read_reg(ssp, SSCR0) & ~SSCR0_SSE; in pxa_ssp_disable() 287 pxa_ssp_write_reg(ssp, SSCR0, sscr0); in pxa_ssp_disable() 305 static inline void pxa_ssp_free(struct ssp_device *ssp) {} in pxa_ssp_free() argument
|
/include/linux/spi/ |
D | pxa2xx_spi.h | 33 struct ssp_device ssp; member
|
D | mxs-spi.h | 133 void mxs_ssp_set_clk_rate(struct mxs_ssp *ssp, unsigned int rate);
|
/include/sound/sof/ |
D | dai.h | 79 struct sof_ipc_dai_ssp_params ssp; member
|
/include/linux/usb/ |
D | gadget.h | 865 struct usb_descriptor_header **ssp);
|