/drivers/spi/ |
D | spi-sh.c | 93 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/ |
D | solo6x10-g723.c | 89 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/ |
D | qib_sdma.c | 92 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
|
D | qib_verbs.c | 169 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()
|
D | qib_rc.c | 43 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/ |
D | f_sourcesink.c | 301 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/ |
D | myri10ge.c | 213 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/ |
D | sun4i-ss-core.c | 227 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
|
D | sun4i-ss-cipher.c | 23 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
|
D | sun4i-ss-hash.c | 35 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
|
D | sun4i-ss.h | 146 struct sun4i_ss_ctx *ss; member 153 struct sun4i_ss_ctx *ss; member 166 struct sun4i_ss_ctx *ss; member
|
/drivers/ide/ |
D | sc1200.c | 239 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/ |
D | ipath_verbs.c | 171 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()
|
D | ipath_keys.c | 199 int ipath_rkey_ok(struct ipath_qp *qp, struct ipath_sge_state *ss, in ipath_rkey_ok()
|
D | ipath_rc.c | 42 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
|
D | ipath_ruc.c | 123 u32 *lengthp, struct ipath_sge_state *ss) in ipath_init_sge()
|
/drivers/staging/rdma/hfi1/ |
D | verbs.c | 277 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()
|
D | sdma.c | 263 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/ |
D | rv740_dpm.c | 160 struct radeon_atom_ss ss; in rv740_populate_sclk_value() local 247 struct radeon_atom_ss ss; in rv740_populate_mclk_value() local
|
D | rv730_dpm.c | 92 struct radeon_atom_ss ss; in rv730_populate_sclk_value() local 167 struct radeon_atom_ss ss; in rv730_populate_mclk_value() local
|
D | atombios_crtc.c | 444 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/ |
D | config.c | 166 struct usb_descriptor_header **ss) in usb_assign_descriptors()
|
/drivers/gpu/drm/i915/ |
D | i915_dma.c | 599 int s, ss; in gen9_sseu_info_init() local 679 int s, ss; in broadwell_sseu_info_init() local
|
/drivers/gpu/drm/amd/amdgpu/ |
D | atombios_crtc.c | 244 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/ |
D | control.c | 312 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
|