/linux/drivers/tty/serial/ |
H A D | sifive.c | 225 static void __ssp_writel(u32 v, u16 offs, struct sifive_serial_port *ssp) in __ssp_writel() 242 static u32 __ssp_readl(struct sifive_serial_port *ssp, u16 offs) in __ssp_readl() 258 static int sifive_serial_is_txfifo_full(struct sifive_serial_port *ssp) in sifive_serial_is_txfifo_full() 275 static void __ssp_transmit_char(struct sifive_serial_port *ssp, int ch) in __ssp_transmit_char() 289 static void __ssp_transmit_chars(struct sifive_serial_port *ssp) in __ssp_transmit_chars() 306 static void __ssp_enable_txwm(struct sifive_serial_port *ssp) in __ssp_enable_txwm() 322 static void __ssp_enable_rxwm(struct sifive_serial_port *ssp) in __ssp_enable_rxwm() 338 static void __ssp_disable_txwm(struct sifive_serial_port *ssp) in __ssp_disable_txwm() 354 static void __ssp_disable_rxwm(struct sifive_serial_port *ssp) in __ssp_disable_rxwm() 375 static char __ssp_receive_char(struct sifive_serial_port *ssp, char *is_empty) in __ssp_receive_char() [all …]
|
/linux/sound/soc/pxa/ |
H A D | pxa-ssp.c | 39 struct ssp_device *ssp; member 53 static void dump_registers(struct ssp_device *ssp) in dump_registers() 64 static void pxa_ssp_set_dma_params(struct ssp_device *ssp, int width4, in pxa_ssp_set_dma_params() 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 167 static void pxa_ssp_set_scr(struct ssp_device *ssp, u32 div) in pxa_ssp_set_scr() 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 [all …]
|
/linux/drivers/spi/ |
H A D | spi-pxa2xx-platform.c | 22 pxa2xx_spi_init_ssp(struct platform_device *pdev, struct ssp_device *ssp, enum pxa_ssp_type type) in pxa2xx_spi_init_ssp() 55 static void pxa2xx_spi_ssp_release(void *ssp) in pxa2xx_spi_ssp_release() 62 struct ssp_device *ssp; in pxa2xx_spi_ssp_request() local 84 struct ssp_device *ssp; in pxa2xx_spi_init_pdata() local 145 struct ssp_device *ssp; in pxa2xx_spi_platform_probe() local
|
H A D | spi-pxa2xx-pci.c | 67 static int pxa2xx_spi_pci_clk_register(struct pci_dev *dev, struct ssp_device *ssp, in pxa2xx_spi_pci_clk_register() 98 struct ssp_device *ssp = &c->ssp; in lpss_spi_setup() local 179 struct ssp_device *ssp = &c->ssp; in ce4100_spi_setup() local 194 struct ssp_device *ssp = &c->ssp; in mrfld_spi_setup() local 251 struct ssp_device *ssp = &c->ssp; in qrk_spi_setup() local 270 struct ssp_device *ssp; in pxa2xx_spi_pci_probe() local
|
H A D | spi-pxa2xx.c | 891 const struct ssp_device *ssp = drv_data->ssp; in ssp_get_clk_div() local 1272 int pxa2xx_spi_probe(struct device *dev, struct ssp_device *ssp, in pxa2xx_spi_probe() 1468 struct ssp_device *ssp = drv_data->ssp; in pxa2xx_spi_remove() local 1488 struct ssp_device *ssp = drv_data->ssp; in pxa2xx_spi_suspend() local 1506 struct ssp_device *ssp = drv_data->ssp; in pxa2xx_spi_resume() local
|
H A D | spi-pxa2xx.h | 36 struct ssp_device ssp; member 45 struct ssp_device *ssp; member
|
/linux/arch/x86/kernel/ |
H A D | shstk.c | 50 static int create_rstor_token(unsigned long ssp, unsigned long *token_addr) in create_rstor_token() 238 unsigned long long ssp; in get_user_shstk_addr() local 280 static int shstk_push_sigframe(unsigned long *ssp) in shstk_push_sigframe() 295 static int shstk_pop_sigframe(unsigned long *ssp) in shstk_pop_sigframe() 350 unsigned long ssp; in setup_signal_shadow_stack() local 383 unsigned long ssp; in restore_signal_shadow_stack() local 583 unsigned long ssp; in shstk_update_last_frame() local
|
H A D | cet.c | 50 unsigned long ssp; in do_user_cp_fault() local
|
H A D | vm86_32.c | 496 do_int(struct kernel_vm86_regs * regs,int i,unsigned char __user * ssp,unsigned short sp) do_int() argument 552 unsigned char __user *ssp; handle_vm86_fault() local [all...] |
/linux/sound/soc/intel/catpt/ |
H 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/fs/bcachefs/ |
H A D | rcu_pending.c | 44 static inline rcu_gp_poll_state_t __get_state_synchronize_rcu(struct srcu_struct *ssp) in __get_state_synchronize_rcu() 51 static inline rcu_gp_poll_state_t __start_poll_synchronize_rcu(struct srcu_struct *ssp) in __start_poll_synchronize_rcu() 58 static inline bool __poll_state_synchronize_rcu(struct srcu_struct *ssp, rcu_gp_poll_state_t cookie) in __poll_state_synchronize_rcu() 65 static inline void __rcu_barrier(struct srcu_struct *ssp) in __rcu_barrier() 72 static inline void __call_rcu(struct srcu_struct *ssp, struct rcu_head *rhp, in __call_rcu()
|
/linux/arch/arm/mach-sa1100/ |
H 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/drivers/clk/mxs/ |
H 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()
|
H A D | clk-imx23.c | 85 clk32k, dri, pwm, filt, uart, ssp, gpmi, spdif, emi, saif, enumerator
|
/linux/fs/nilfs2/ |
H A D | segment.c | 389 struct nilfs_segsum_pointer *ssp, in nilfs_segctor_map_segsum_entry() argument 442 struct nilfs_segsum_pointer *ssp; nilfs_segctor_zeropad_segsum() local 484 nilfs_segctor_segsum_block_required(struct nilfs_sc_info * sci,const struct nilfs_segsum_pointer * ssp,unsigned int binfo_size) nilfs_segctor_segsum_block_required() argument 614 nilfs_write_file_data_binfo(struct nilfs_sc_info * sci,struct nilfs_segsum_pointer * ssp,union nilfs_binfo * binfo) nilfs_write_file_data_binfo() argument 623 nilfs_write_file_node_binfo(struct nilfs_sc_info * sci,struct nilfs_segsum_pointer * ssp,union nilfs_binfo * binfo) nilfs_write_file_node_binfo() argument 663 nilfs_write_dat_data_binfo(struct nilfs_sc_info * sci,struct nilfs_segsum_pointer * ssp,union nilfs_binfo * binfo) nilfs_write_dat_data_binfo() argument 672 nilfs_write_dat_node_binfo(struct nilfs_sc_info * sci,struct nilfs_segsum_pointer * ssp,union nilfs_binfo * binfo) nilfs_write_dat_node_binfo() argument 1598 struct nilfs_segsum_pointer ssp; nilfs_segctor_update_payload_blocknr() local [all...] |
/linux/security/smack/ |
H A D | smack_netfilter.c | 26 struct socket_smack *ssp; in smack_ip_output() local
|
/linux/sound/soc/intel/avs/ |
H A D | utils.h | 62 #define AVS_STRING_FMT(prefix, suffix, ssp, tdm) \ argument
|
/linux/arch/x86/kernel/fpu/ |
H A D | core.c | 557 static int update_fpu_shstk(struct task_struct *dst, unsigned long ssp) in update_fpu_shstk() 585 unsigned long ssp) in fpu_clone()
|
/linux/include/linux/ |
H A D | pxa2xx_ssp.h | 275 static inline void pxa_ssp_enable(struct ssp_device *ssp) in pxa_ssp_enable() 283 static inline void pxa_ssp_disable(struct ssp_device *ssp) in pxa_ssp_disable() 306 static inline void pxa_ssp_free(struct ssp_device *ssp) {} in pxa_ssp_free()
|
/linux/arch/arm/boot/dts/arm/ |
H A D | arm-realview-eb.dtsi | 358 ssp: spi@1000d000 { label
|
H A D | arm-realview-pbx.dtsi | 349 ssp: spi@1000d000 { label
|
/linux/drivers/scsi/isci/ |
H A D | scu_remote_node_context.h | 220 struct ssp_remote_node_context ssp; member
|
H A D | request.h | 141 } ssp; member
|
/linux/tools/testing/selftests/x86/ |
H A D | test_shadow_stack.c | 135 unsigned long ssp; in try_shstk() local 884 unsigned long saved_ssp, ssp = 0; in test_ptrace() local
|
/linux/include/sound/sof/ |
H A D | dai.h | 111 struct sof_ipc_dai_ssp_params ssp; member
|