Home
last modified time | relevance | path

Searched defs:ss (Results 1 – 25 of 73) sorted by relevance

123

/drivers/spi/
Dspi-sh.c93 static void spi_sh_write(struct spi_sh_data *ss, unsigned long data, in spi_sh_write()
102 static unsigned long spi_sh_read(struct spi_sh_data *ss, unsigned long offset) in spi_sh_read()
112 static void spi_sh_set_bit(struct spi_sh_data *ss, unsigned long val, in spi_sh_set_bit()
122 static void spi_sh_clear_bit(struct spi_sh_data *ss, unsigned long val, in spi_sh_clear_bit()
132 static void clear_fifo(struct spi_sh_data *ss) in clear_fifo()
138 static int spi_sh_wait_receive_buffer(struct spi_sh_data *ss) in spi_sh_wait_receive_buffer()
150 static int spi_sh_wait_write_buffer_empty(struct spi_sh_data *ss) in spi_sh_wait_write_buffer_empty()
162 static int spi_sh_send(struct spi_sh_data *ss, struct spi_message *mesg, in spi_sh_send()
227 static int spi_sh_receive(struct spi_sh_data *ss, struct spi_message *mesg, in spi_sh_receive()
285 struct spi_sh_data *ss = container_of(work, struct spi_sh_data, ws); in spi_sh_work() local
[all …]
/drivers/media/pci/solo6x10/
Dsolo6x10-g723.c89 struct snd_pcm_substream *ss; in solo_g723_isr() local
109 static int snd_solo_hw_params(struct snd_pcm_substream *ss, in snd_solo_hw_params()
115 static int snd_solo_hw_free(struct snd_pcm_substream *ss) in snd_solo_hw_free()
138 static int snd_solo_pcm_open(struct snd_pcm_substream *ss) in snd_solo_pcm_open()
166 static int snd_solo_pcm_close(struct snd_pcm_substream *ss) in snd_solo_pcm_close()
178 static int snd_solo_pcm_trigger(struct snd_pcm_substream *ss, int cmd) in snd_solo_pcm_trigger()
212 static int snd_solo_pcm_prepare(struct snd_pcm_substream *ss) in snd_solo_pcm_prepare()
217 static snd_pcm_uframes_t snd_solo_pcm_pointer(struct snd_pcm_substream *ss) in snd_solo_pcm_pointer()
226 static int snd_solo_pcm_copy(struct snd_pcm_substream *ss, int channel, in snd_solo_pcm_copy()
318 struct snd_pcm_substream *ss; in solo_snd_pcm_init() local
/drivers/infiniband/hw/qib/
Dqib_sdma.c92 static void sdma_get(struct qib_sdma_state *ss) in sdma_get()
99 struct qib_sdma_state *ss = in sdma_complete() local
105 static void sdma_put(struct qib_sdma_state *ss) in sdma_put()
110 static void sdma_finalput(struct qib_sdma_state *ss) in sdma_finalput()
195 struct qib_sdma_state *ss = &ppd->sdma_state; in sdma_hw_start_up() local
206 struct qib_sdma_state *ss = &ppd->sdma_state; in sdma_sw_tear_down() local
220 struct qib_sdma_state *ss = &ppd->sdma_state; in sdma_set_state() local
534 struct qib_sge_state *ss, u32 dwords, in qib_sdma_verbs_send()
793 struct qib_sdma_state *ss = &ppd->sdma_state; in __qib_sdma_process_event() local
Dqib_verbs.c169 void qib_copy_sge(struct qib_sge_state *ss, void *data, u32 length, int release) in qib_copy_sge()
211 void qib_skip_sge(struct qib_sge_state *ss, u32 length, int release) in qib_skip_sge()
251 static u32 qib_count_sge(struct qib_sge_state *ss, u32 length) in qib_count_sge()
297 static void qib_copy_from_sge(void *data, struct qib_sge_state *ss, u32 length) in qib_copy_from_sge()
751 static void update_sge(struct qib_sge_state *ss, u32 length) in update_sge()
808 static void copy_io(u32 __iomem *piobuf, struct qib_sge_state *ss, in copy_io()
1152 u32 hdrwords, struct qib_sge_state *ss, u32 len, in qib_verbs_send_dma()
1287 u32 hdrwords, struct qib_sge_state *ss, u32 len, in qib_verbs_send_pio()
1395 u32 hdrwords, struct qib_sge_state *ss, u32 len) in qib_verbs_send()
Dqib_rc.c43 static u32 restart_sge(struct qib_sge_state *ss, struct qib_swqe *wqe, in restart_sge()
235 struct qib_sge_state *ss; in qib_make_rc_req() local
/drivers/usb/gadget/function/
Df_sourcesink.c301 struct f_sourcesink *ss = ep->driver_data; in ss_alloc_ep_req() local
331 struct f_sourcesink *ss = func_to_ss(f); in sourcesink_bind() local
474 static int check_read_data(struct f_sourcesink *ss, struct usb_request *req) in check_read_data()
517 struct f_sourcesink *ss = ep->driver_data; in reinit_write_data() local
535 struct f_sourcesink *ss = ep->driver_data; in source_sink_complete() local
587 static int source_sink_start_ep(struct f_sourcesink *ss, bool is_in, in source_sink_start_ep()
644 static void disable_source_sink(struct f_sourcesink *ss) in disable_source_sink()
655 enable_source_sink(struct usb_composite_dev *cdev, struct f_sourcesink *ss, in enable_source_sink()
749 struct f_sourcesink *ss = func_to_ss(f); in sourcesink_set_alt() local
758 struct f_sourcesink *ss = func_to_ss(f); in sourcesink_get_alt() local
[all …]
/drivers/net/ethernet/myricom/myri10ge/
Dmyri10ge.c213 struct myri10ge_slice_state *ss; member
929 static inline void myri10ge_ss_init_lock(struct myri10ge_slice_state *ss) in myri10ge_ss_init_lock()
935 static inline bool myri10ge_ss_lock_napi(struct myri10ge_slice_state *ss) in myri10ge_ss_lock_napi()
950 static inline void myri10ge_ss_unlock_napi(struct myri10ge_slice_state *ss) in myri10ge_ss_unlock_napi()
958 static inline bool myri10ge_ss_lock_poll(struct myri10ge_slice_state *ss) in myri10ge_ss_lock_poll()
972 static inline void myri10ge_ss_unlock_poll(struct myri10ge_slice_state *ss) in myri10ge_ss_unlock_poll()
980 static inline bool myri10ge_ss_busy_polling(struct myri10ge_slice_state *ss) in myri10ge_ss_busy_polling()
986 static inline void myri10ge_ss_init_lock(struct myri10ge_slice_state *ss) in myri10ge_ss_init_lock()
990 static inline bool myri10ge_ss_lock_napi(struct myri10ge_slice_state *ss) in myri10ge_ss_lock_napi()
995 static inline void myri10ge_ss_unlock_napi(struct myri10ge_slice_state *ss) in myri10ge_ss_unlock_napi()
[all …]
/drivers/crypto/sunxi-ss/
Dsun4i-ss-core.c227 struct sun4i_ss_ctx *ss; in sun4i_ss_probe() local
387 struct sun4i_ss_ctx *ss = platform_get_drvdata(pdev); in sun4i_ss_remove() local
Dsun4i-ss-cipher.c23 struct sun4i_ss_ctx *ss = op->ss; in sun4i_ss_opti_poll() local
130 struct sun4i_ss_ctx *ss = op->ss; in sun4i_ss_cipher_poll() local
477 struct sun4i_ss_ctx *ss = op->ss; in sun4i_ss_aes_setkey() local
504 struct sun4i_ss_ctx *ss = op->ss; in sun4i_ss_des_setkey() local
534 struct sun4i_ss_ctx *ss = op->ss; in sun4i_ss_des3_setkey() local
Dsun4i-ss-hash.c35 struct sun4i_ss_ctx *ss; in sun4i_hash_init() local
170 struct sun4i_ss_ctx *ss = op->ss; in sun4i_hash_update() local
349 struct sun4i_ss_ctx *ss = op->ss; in sun4i_hash_final() local
Dsun4i-ss.h146 struct sun4i_ss_ctx *ss; member
153 struct sun4i_ss_ctx *ss; member
166 struct sun4i_ss_ctx *ss; member
/drivers/ide/
Dsc1200.c239 struct sc1200_saved_state *ss = host->host_priv; in sc1200_suspend() local
258 struct sc1200_saved_state *ss = host->host_priv; in sc1200_resume() local
308 struct sc1200_saved_state *ss = NULL; in sc1200_init_one() local
/drivers/staging/rdma/ipath/
Dipath_verbs.c171 void ipath_copy_sge(struct ipath_sge_state *ss, void *data, u32 length) in ipath_copy_sge()
211 void ipath_skip_sge(struct ipath_sge_state *ss, u32 length) in ipath_skip_sge()
249 static u32 ipath_count_sge(struct ipath_sge_state *ss, u32 length) in ipath_count_sge()
295 static void ipath_copy_from_sge(void *data, struct ipath_sge_state *ss, in ipath_copy_from_sge()
793 static void update_sge(struct ipath_sge_state *ss, u32 length) in update_sge()
850 static void copy_io(u32 __iomem *piobuf, struct ipath_sge_state *ss, in copy_io()
1112 struct ipath_sge_state *ss, u32 len, in ipath_verbs_send_dma()
1237 struct ipath_sge_state *ss, u32 len, in ipath_verbs_send_pio()
1336 u32 hdrwords, struct ipath_sge_state *ss, u32 len) in ipath_verbs_send()
Dipath_keys.c199 int ipath_rkey_ok(struct ipath_qp *qp, struct ipath_sge_state *ss, in ipath_rkey_ok()
Dipath_rc.c42 static u32 restart_sge(struct ipath_sge_state *ss, struct ipath_swqe *wqe, in restart_sge()
217 struct ipath_sge_state *ss; in ipath_make_rc_req() local
Dipath_ruc.c123 u32 *lengthp, struct ipath_sge_state *ss) in ipath_init_sge()
/drivers/staging/rdma/hfi1/
Dverbs.c277 struct hfi1_sge_state *ss, in hfi1_copy_sge()
321 void hfi1_skip_sge(struct hfi1_sge_state *ss, u32 length, int release) in hfi1_skip_sge()
715 void update_sge(struct hfi1_sge_state *ss, u32 length) in update_sge()
887 struct hfi1_sge_state *ss, in build_verbs_ulp_payload()
935 struct hfi1_sge_state *ss, in build_verbs_tx_desc()
1003 u32 hdrwords, struct hfi1_sge_state *ss, u32 len, in hfi1_verbs_send_dma()
1130 u32 hdrwords, struct hfi1_sge_state *ss, u32 len, in hfi1_verbs_send_pio()
1315 u32 hdrwords, struct hfi1_sge_state *ss, u32 len) in hfi1_verbs_send()
Dsdma.c263 static void sdma_get(struct sdma_state *ss) in sdma_get()
270 struct sdma_state *ss = in sdma_complete() local
276 static void sdma_put(struct sdma_state *ss) in sdma_put()
281 static void sdma_finalput(struct sdma_state *ss) in sdma_finalput()
670 struct sdma_state *ss = &sde->state; in sdma_sw_tear_down() local
693 struct sdma_state *ss = &sde->state; in sdma_set_state() local
2232 struct sdma_state *ss = &sde->state; in __sdma_process_event() local
/drivers/gpu/drm/radeon/
Drv740_dpm.c160 struct radeon_atom_ss ss; in rv740_populate_sclk_value() local
247 struct radeon_atom_ss ss; in rv740_populate_mclk_value() local
Drv730_dpm.c92 struct radeon_atom_ss ss; in rv730_populate_sclk_value() local
167 struct radeon_atom_ss ss; in rv730_populate_mclk_value() local
Datombios_crtc.c444 struct radeon_atom_ss *ss) in atombios_crtc_program_ss()
828 struct radeon_atom_ss *ss) in atombios_crtc_program_pll()
2018 struct radeon_atom_ss ss; in radeon_atom_disp_eng_pll_init() local
2141 struct radeon_atom_ss ss; in atombios_crtc_disable() local
/drivers/usb/gadget/
Dconfig.c166 struct usb_descriptor_header **ss) in usb_assign_descriptors()
/drivers/gpu/drm/i915/
Di915_dma.c599 int s, ss; in gen9_sseu_info_init() local
679 int s, ss; in broadwell_sseu_info_init() local
/drivers/gpu/drm/amd/amdgpu/
Datombios_crtc.c244 struct amdgpu_atom_ss *ss) in amdgpu_atombios_crtc_program_ss()
537 struct amdgpu_atom_ss *ss) in amdgpu_atombios_crtc_program_pll()
/drivers/net/wimax/i2400m/
Dcontrol.c312 const struct i2400m_tlv_system_state *ss) in i2400m_report_tlv_system_state()
438 const struct i2400m_tlv_system_state *ss; in i2400m_report_state_parse_tlv() local

123