/linux/kernel/rcu/ |
A D | srcutree.c | 207 int init_srcu_struct(struct srcu_struct *ssp) in init_srcu_struct() 400 int __srcu_read_lock(struct srcu_struct *ssp) in __srcu_read_lock() 509 static void srcu_gp_end(struct srcu_struct *ssp) in srcu_gp_end() 711 static void srcu_flip(struct srcu_struct *ssp) in srcu_flip() 1006 void synchronize_srcu(struct srcu_struct *ssp) in synchronize_srcu() 1092 struct srcu_struct *ssp; in srcu_barrier_cb() local 1104 void srcu_barrier(struct srcu_struct *ssp) in srcu_barrier() 1248 struct srcu_struct *ssp; in srcu_invoke_callbacks() local 1321 struct srcu_struct *ssp; in process_srcu() local 1330 struct srcu_struct *ssp, int *flags, in srcutorture_get_gp_data() [all …]
|
A D | srcutiny.c | 27 static int init_srcu_struct_fields(struct srcu_struct *ssp) in init_srcu_struct_fields() 45 int __init_srcu_struct(struct srcu_struct *ssp, const char *name, in __init_srcu_struct() 65 int init_srcu_struct(struct srcu_struct *ssp) in init_srcu_struct() 80 void cleanup_srcu_struct(struct srcu_struct *ssp) in cleanup_srcu_struct() 97 void __srcu_read_unlock(struct srcu_struct *ssp, int idx) in __srcu_read_unlock() 117 struct srcu_struct *ssp; in srcu_drive_gp() local 158 static void srcu_gp_start_if_needed(struct srcu_struct *ssp) in srcu_gp_start_if_needed() 178 void call_srcu(struct srcu_struct *ssp, struct rcu_head *rhp, in call_srcu() 196 void synchronize_srcu(struct srcu_struct *ssp) in synchronize_srcu() 211 unsigned long get_state_synchronize_srcu(struct srcu_struct *ssp) in get_state_synchronize_srcu() [all …]
|
/linux/drivers/tty/serial/ |
A D | sifive.c | 254 static u32 __ssp_readl(struct sifive_serial_port *ssp, u16 offs) in __ssp_readl() 339 static void __ssp_enable_txwm(struct sifive_serial_port *ssp) in __ssp_enable_txwm() 355 static void __ssp_enable_rxwm(struct sifive_serial_port *ssp) in __ssp_enable_rxwm() 371 static void __ssp_disable_txwm(struct sifive_serial_port *ssp) in __ssp_disable_txwm() 387 static void __ssp_disable_rxwm(struct sifive_serial_port *ssp) in __ssp_disable_rxwm() 436 static void __ssp_receive_chars(struct sifive_serial_port *ssp) in __ssp_receive_chars() 462 static void __ssp_update_div(struct sifive_serial_port *ssp) in __ssp_update_div() 554 struct sifive_serial_port *ssp = dev_id; in sifive_serial_irq() local 844 struct sifive_serial_port *ssp; in sifive_serial_console_setup() local 938 struct sifive_serial_port *ssp; in sifive_serial_probe() local [all …]
|
/linux/include/linux/ |
A D | srcu.h | 31 #define init_srcu_struct(ssp) \ argument 91 static inline int srcu_read_lock_held(const struct srcu_struct *ssp) in srcu_read_lock_held() 100 static inline int srcu_read_lock_held(const struct srcu_struct *ssp) in srcu_read_lock_held() 119 #define srcu_dereference_check(p, ssp, c) \ argument 132 #define srcu_dereference(p, ssp) srcu_dereference_check((p), (ssp), 0) argument 140 #define srcu_dereference_notrace(p, ssp) srcu_dereference_check((p), (ssp), 1) argument 159 static inline int srcu_read_lock(struct srcu_struct *ssp) __acquires(ssp) in srcu_read_lock() 170 srcu_read_lock_notrace(struct srcu_struct *ssp) __acquires(ssp) in srcu_read_lock_notrace() 185 static inline void srcu_read_unlock(struct srcu_struct *ssp, int idx) in srcu_read_unlock() 195 srcu_read_unlock_notrace(struct srcu_struct *ssp, int idx) __releases(ssp) in srcu_read_unlock_notrace()
|
A D | srcutiny.h | 59 static inline int __srcu_read_lock(struct srcu_struct *ssp) in __srcu_read_lock() 68 static inline void synchronize_srcu_expedited(struct srcu_struct *ssp) in synchronize_srcu_expedited() 73 static inline void srcu_barrier(struct srcu_struct *ssp) in srcu_barrier() 79 static inline void srcu_torture_stats_print(struct srcu_struct *ssp, in srcu_torture_stats_print()
|
A D | pxa2xx_ssp.h | 274 static inline void pxa_ssp_enable(struct ssp_device *ssp) in pxa_ssp_enable() 282 static inline void pxa_ssp_disable(struct ssp_device *ssp) in pxa_ssp_disable() 305 static inline void pxa_ssp_free(struct ssp_device *ssp) {} in pxa_ssp_free()
|
/linux/sound/soc/pxa/ |
A D | pxa-ssp.c | 39 struct ssp_device *ssp; member 77 struct ssp_device *ssp = priv->ssp; in pxa_ssp_startup() local 103 struct ssp_device *ssp = priv->ssp; in pxa_ssp_shutdown() local 121 struct ssp_device *ssp = priv->ssp; in pxa_ssp_suspend() local 139 struct ssp_device *ssp = priv->ssp; in pxa_ssp_resume() local 188 struct ssp_device *ssp = priv->ssp; in pxa_ssp_set_dai_sysclk() local 256 struct ssp_device *ssp = priv->ssp; in pxa_ssp_set_pll() local 322 struct ssp_device *ssp = priv->ssp; in pxa_ssp_set_dai_tdm_slot() local 357 struct ssp_device *ssp = priv->ssp; in pxa_ssp_set_dai_tristate() local 417 struct ssp_device *ssp = priv->ssp; in pxa_ssp_configure_dai_fmt() local [all …]
|
/linux/drivers/mmc/host/ |
A D | mxs-mmc.c | 49 struct mxs_ssp ssp; member 65 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_get_cd() local 87 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_reset() local 129 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_request_done() local 181 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_irq_handler() local 217 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_prep_dma() local 251 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_bc() local 285 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_ac() local 358 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_adtc() local 513 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_enable_sdio_irq() local [all …]
|
/linux/drivers/spi/ |
A D | spi-mxs.c | 58 struct mxs_ssp ssp; member 67 struct mxs_ssp *ssp = &spi->ssp; in mxs_spi_setup_transfer() local 127 struct mxs_ssp *ssp = &spi->ssp; in mxs_ssp_wait() local 154 struct mxs_ssp *ssp = dev_id; in mxs_ssp_irq_handler() local 167 struct mxs_ssp *ssp = &spi->ssp; in mxs_spi_txrx_dma() local 302 struct mxs_ssp *ssp = &spi->ssp; in mxs_spi_txrx_pio() local 364 struct mxs_ssp *ssp = &spi->ssp; in mxs_spi_transfer_one() local 444 struct mxs_ssp *ssp = &spi->ssp; in mxs_spi_runtime_suspend() local 465 struct mxs_ssp *ssp = &spi->ssp; in mxs_spi_runtime_resume() local 533 struct mxs_ssp *ssp; in mxs_spi_probe() local [all …]
|
A D | spi-pxa2xx.c | 913 const struct ssp_device *ssp = drv_data->ssp; in ssp_get_clk_div() local 1576 struct ssp_device *ssp; in pxa2xx_spi_init_pdata() local 1671 struct ssp_device *ssp; in pxa2xx_spi_probe() local 1896 struct ssp_device *ssp = drv_data->ssp; in pxa2xx_spi_remove() local 1926 struct ssp_device *ssp = drv_data->ssp; in pxa2xx_spi_suspend() local 1944 struct ssp_device *ssp = drv_data->ssp; in pxa2xx_spi_resume() local
|
/linux/arch/arm/plat-pxa/ |
A D | ssp.c | 40 struct ssp_device *ssp = NULL; in pxa_ssp_request() local 64 struct ssp_device *ssp = NULL; in pxa_ssp_request_of() local 85 void pxa_ssp_free(struct ssp_device *ssp) in pxa_ssp_free() 114 struct ssp_device *ssp; in pxa_ssp_probe() local 183 struct ssp_device *ssp; in pxa_ssp_remove() local
|
/linux/drivers/input/mouse/ |
A D | navpoint.c | 32 struct ssp_device *ssp; member 120 struct ssp_device *ssp = navpoint->ssp; in navpoint_irq() local 152 struct ssp_device *ssp = navpoint->ssp; in navpoint_up() local 179 struct ssp_device *ssp = navpoint->ssp; in navpoint_down() local 209 struct ssp_device *ssp; in navpoint_probe() local 303 struct ssp_device *ssp = navpoint->ssp; in navpoint_remove() local
|
/linux/arch/arm/mach-sa1100/ |
A D | ssp.c | 158 void ssp_save_state(struct ssp_state *ssp) in ssp_save_state() 172 void ssp_restore_state(struct ssp_state *ssp) in ssp_restore_state()
|
/linux/sound/soc/intel/catpt/ |
A D | registers.h | 35 #define CATPT_CS_SFCR(ssp) BIT(27 + (ssp)) argument 39 #define CATPT_CS_SDPM(ssp) BIT(11 + (ssp)) argument 44 #define CATPT_CS_SBCS(ssp) BIT(2 + (ssp)) argument 144 #define catpt_ssp_addr(cdev, ssp) \ argument 151 #define catpt_writel_ssp(cdev, ssp, reg, val) \ argument
|
/linux/security/smack/ |
A D | smack_lsm.c | 1417 struct socket_smack *ssp; in smack_inode_getsecurity() local 1810 struct socket_smack *ssp; in smack_file_receive() local 2241 struct socket_smack *ssp; in smack_sk_alloc_security() local 2400 struct socket_smack *ssp = sk->sk_security; in smack_netlbl_add() local 2693 struct socket_smack *ssp; in smack_inode_setsecurity() local 2758 struct socket_smack *ssp; in smack_socket_post_create() local 3719 struct socket_smack *ssp) in smack_from_secattr() 3879 struct socket_smack *ssp = NULL; in smack_from_netlbl() local 4006 struct socket_smack *ssp; in smack_socket_getpeersec_stream() local 4041 struct socket_smack *ssp = NULL; in smack_socket_getpeersec_dgram() local [all …]
|
A D | smack_netfilter.c | 26 struct socket_smack *ssp; in smack_ip_output() local
|
/linux/drivers/clk/mxs/ |
A D | clk-ssp.c | 21 void mxs_ssp_set_clk_rate(struct mxs_ssp *ssp, unsigned int rate) in mxs_ssp_set_clk_rate()
|
/linux/arch/h8300/kernel/ |
A D | traps.c | 42 asmlinkage void set_esp0(unsigned long ssp) in set_esp0()
|
/linux/fs/nilfs2/ |
A D | segment.c | 389 struct nilfs_segsum_pointer *ssp, in nilfs_segctor_map_segsum_entry() 466 struct nilfs_sc_info *sci, const struct nilfs_segsum_pointer *ssp, in nilfs_segctor_segsum_block_required() 595 struct nilfs_segsum_pointer *ssp, in nilfs_write_file_data_binfo() 604 struct nilfs_segsum_pointer *ssp, in nilfs_write_file_node_binfo() 644 struct nilfs_segsum_pointer *ssp, in nilfs_write_dat_data_binfo() 653 struct nilfs_segsum_pointer *ssp, in nilfs_write_dat_node_binfo() 1551 struct nilfs_segsum_pointer ssp; in nilfs_segctor_update_payload_blocknr() local
|
/linux/include/linux/spi/ |
A D | pxa2xx_spi.h | 33 struct ssp_device ssp; member
|
/linux/drivers/usb/gadget/ |
A D | config.c | 163 struct usb_descriptor_header **ssp) in usb_assign_descriptors()
|
/linux/arch/arm/boot/dts/ |
A D | arm-realview-eb.dtsi | 398 ssp: spi@1000d000 { label
|
A D | arm-realview-pbx.dtsi | 389 ssp: spi@1000d000 { label
|
/linux/arch/x86/kernel/ |
A D | vm86_32.c | 496 unsigned char __user *ssp, unsigned short sp) in do_int() 552 unsigned char __user *ssp; in handle_vm86_fault() local
|
/linux/drivers/scsi/isci/ |
A D | scu_remote_node_context.h | 220 struct ssp_remote_node_context ssp; member
|