Home
last modified time | relevance | path

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

12

/drivers/spi/
Dspi-sh.c98 static void spi_sh_write(struct spi_sh_data *ss, unsigned long data, in spi_sh_write()
107 static unsigned long spi_sh_read(struct spi_sh_data *ss, unsigned long offset) in spi_sh_read()
117 static void spi_sh_set_bit(struct spi_sh_data *ss, unsigned long val, in spi_sh_set_bit()
127 static void spi_sh_clear_bit(struct spi_sh_data *ss, unsigned long val, in spi_sh_clear_bit()
137 static void clear_fifo(struct spi_sh_data *ss) in clear_fifo()
143 static int spi_sh_wait_receive_buffer(struct spi_sh_data *ss) in spi_sh_wait_receive_buffer()
155 static int spi_sh_wait_write_buffer_empty(struct spi_sh_data *ss) in spi_sh_wait_write_buffer_empty()
167 static int spi_sh_send(struct spi_sh_data *ss, struct spi_message *mesg, in spi_sh_send()
235 static int spi_sh_receive(struct spi_sh_data *ss, struct spi_message *mesg, in spi_sh_receive()
296 struct spi_sh_data *ss = container_of(work, struct spi_sh_data, ws); in spi_sh_work() local
[all …]
Dspi-stmp.c87 static int stmp_spi_init_hw(struct stmp_spi *ss) in stmp_spi_init_hw()
114 static void stmp_spi_release_hw(struct stmp_spi *ss) in stmp_spi_release_hw()
130 struct stmp_spi *ss = spi_master_get_devdata(spi->master); in stmp_spi_setup_transfer() local
205 static int stmp_spi_txrx_dma(struct stmp_spi *ss, int cs, in stmp_spi_txrx_dma()
253 static inline void stmp_spi_enable(struct stmp_spi *ss) in stmp_spi_enable()
259 static inline void stmp_spi_disable(struct stmp_spi *ss) in stmp_spi_disable()
265 static int stmp_spi_txrx_pio(struct stmp_spi *ss, int cs, in stmp_spi_txrx_pio()
320 static int stmp_spi_handle_message(struct stmp_spi *ss, struct spi_message *m) in stmp_spi_handle_message()
390 struct stmp_spi *ss = container_of(w, struct stmp_spi, work); in stmp_spi_handle() local
419 struct stmp_spi *ss = spi_master_get_devdata(spi->master); in stmp_spi_transfer() local
[all …]
/drivers/staging/media/solo6x10/
Dg723.c85 struct snd_pcm_substream *ss; in solo_g723_isr() local
107 static int snd_solo_hw_params(struct snd_pcm_substream *ss, in snd_solo_hw_params()
113 static int snd_solo_hw_free(struct snd_pcm_substream *ss) in snd_solo_hw_free()
136 static int snd_solo_pcm_open(struct snd_pcm_substream *ss) in snd_solo_pcm_open()
154 static int snd_solo_pcm_close(struct snd_pcm_substream *ss) in snd_solo_pcm_close()
164 static int snd_solo_pcm_trigger(struct snd_pcm_substream *ss, int cmd) in snd_solo_pcm_trigger()
198 static int snd_solo_pcm_prepare(struct snd_pcm_substream *ss) in snd_solo_pcm_prepare()
203 static snd_pcm_uframes_t snd_solo_pcm_pointer(struct snd_pcm_substream *ss) in snd_solo_pcm_pointer()
212 static int snd_solo_pcm_copy(struct snd_pcm_substream *ss, int channel, in snd_solo_pcm_copy()
305 struct snd_pcm_substream *ss; in solo_snd_pcm_init() local
/drivers/usb/gadget/
Df_sourcesink.c192 struct f_sourcesink *ss = func_to_ss(f); in sourcesink_bind() local
248 static int check_read_data(struct f_sourcesink *ss, struct usb_request *req) in check_read_data()
300 struct f_sourcesink *ss = ep->driver_data; in source_sink_complete() local
347 static int source_sink_start_ep(struct f_sourcesink *ss, bool is_in) in source_sink_start_ep()
378 static void disable_source_sink(struct f_sourcesink *ss) in disable_source_sink()
388 enable_source_sink(struct usb_composite_dev *cdev, struct f_sourcesink *ss) in enable_source_sink()
436 struct f_sourcesink *ss = func_to_ss(f); in sourcesink_set_alt() local
447 struct f_sourcesink *ss = func_to_ss(f); in sourcesink_disable() local
456 struct f_sourcesink *ss; in sourcesink_bind_config() local
/drivers/infiniband/hw/qib/
Dqib_sdma.c91 static void sdma_get(struct qib_sdma_state *ss) in sdma_get()
98 struct qib_sdma_state *ss = in sdma_complete() local
104 static void sdma_put(struct qib_sdma_state *ss) in sdma_put()
109 static void sdma_finalput(struct qib_sdma_state *ss) in sdma_finalput()
194 struct qib_sdma_state *ss = &ppd->sdma_state; in sdma_hw_start_up() local
205 struct qib_sdma_state *ss = &ppd->sdma_state; in sdma_sw_tear_down() local
219 struct qib_sdma_state *ss = &ppd->sdma_state; in sdma_set_state() local
527 struct qib_sge_state *ss, u32 dwords, in qib_sdma_verbs_send()
728 struct qib_sdma_state *ss = &ppd->sdma_state; in __qib_sdma_process_event() local
Dqib_verbs.c168 void qib_copy_sge(struct qib_sge_state *ss, void *data, u32 length, int release) in qib_copy_sge()
210 void qib_skip_sge(struct qib_sge_state *ss, u32 length, int release) in qib_skip_sge()
250 static u32 qib_count_sge(struct qib_sge_state *ss, u32 length) in qib_count_sge()
296 static void qib_copy_from_sge(void *data, struct qib_sge_state *ss, u32 length) in qib_copy_from_sge()
723 static void update_sge(struct qib_sge_state *ss, u32 length) in update_sge()
780 static void copy_io(u32 __iomem *piobuf, struct qib_sge_state *ss, in copy_io()
1124 u32 hdrwords, struct qib_sge_state *ss, u32 len, in qib_verbs_send_dma()
1259 u32 hdrwords, struct qib_sge_state *ss, u32 len, in qib_verbs_send_pio()
1366 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
Dqib_ruc.c87 struct qib_sge_state *ss; in qib_init_sge() local
/drivers/net/ethernet/myricom/myri10ge/
Dmyri10ge.c206 struct myri10ge_slice_state *ss; member
926 struct myri10ge_slice_state *ss; in myri10ge_reset() local
1102 myri10ge_write_dca(struct myri10ge_slice_state *ss, int cpu, int tag) in myri10ge_write_dca()
1108 static inline void myri10ge_update_dca(struct myri10ge_slice_state *ss) in myri10ge_update_dca()
1317 myri10ge_rx_done(struct myri10ge_slice_state *ss, int len, __wsum csum, in myri10ge_rx_done()
1406 myri10ge_tx_done(struct myri10ge_slice_state *ss, int mcp_index) in myri10ge_tx_done()
1476 myri10ge_clean_rx_done(struct myri10ge_slice_state *ss, int budget) in myri10ge_clean_rx_done()
1562 struct myri10ge_slice_state *ss = in myri10ge_poll() local
1583 struct myri10ge_slice_state *ss = arg; in myri10ge_intr() local
1833 struct myri10ge_slice_state *ss; in myri10ge_get_ethtool_stats() local
[all …]
/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/infiniband/hw/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()
780 static void update_sge(struct ipath_sge_state *ss, u32 length) in update_sge()
837 static void copy_io(u32 __iomem *piobuf, struct ipath_sge_state *ss, in copy_io()
1099 struct ipath_sge_state *ss, u32 len, in ipath_verbs_send_dma()
1224 struct ipath_sge_state *ss, u32 len, in ipath_verbs_send_pio()
1323 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.c124 u32 *lengthp, struct ipath_sge_state *ss) in ipath_init_sge()
Dipath_sdma.c665 struct ipath_sge_state *ss, u32 dwords, in ipath_sdma_verbs_send()
/drivers/gpu/drm/radeon/
Datombios_crtc.c426 struct radeon_atom_ss *ss) in atombios_crtc_program_ss()
543 struct radeon_atom_ss *ss) in atombios_adjust_pll()
799 struct radeon_atom_ss *ss) in atombios_crtc_program_pll()
927 struct radeon_atom_ss ss; in atombios_crtc_set_pll() local
1568 struct radeon_atom_ss ss; in radeon_atom_disp_eng_pll_init() local
1665 struct radeon_atom_ss ss; in atombios_crtc_disable() local
Dradeon_atombios.c1354 struct radeon_atom_ss *ss, in radeon_atombios_get_ppll_ss_info()
1390 struct radeon_atom_ss *ss, in radeon_atombios_get_igp_ss_overrides()
1433 struct radeon_atom_ss *ss, in radeon_atombios_get_asic_ss_info()
/drivers/staging/wlags49_h2/
Dwl_main.c2964 SECURITY_STATUS_STRCT *ss = (SECURITY_STATUS_STRCT *)ltv; in wl_endian_translate_mailbox() local
3313 SECURITY_STATUS_STRCT *ss = (SECURITY_STATUS_STRCT *)ltv; in wl_process_mailbox() local
/drivers/tty/serial/
D68328serial.c147 static inline void m68k_rtsdtr(struct m68k_serial *ss, int set) in m68k_rtsdtr()
158 static inline int get_baud(struct m68k_serial *ss) in get_baud()
/drivers/usb/storage/
Donetouch.c177 static int onetouch_connect_input(struct us_data *ss) in onetouch_connect_input()
/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
/drivers/net/ppp/
Dpppopns.c246 struct sockaddr_storage ss; in pppopns_connect() local
/drivers/staging/usbip/userspace/src/
Dusbipd.c282 struct sockaddr_storage ss; in do_accept() local
/drivers/lguest/
Dinterrupts_and_traps.c76 u32 eflags, ss, irq_enable; in set_guest_interrupt() local
/drivers/net/wireless/ath/ath9k/
Deeprom.c322 int16_t ss; in ath9k_hw_get_gain_boundaries_pdadcs() local

12