Home
last modified time | relevance | path

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

1234567

/Linux-v4.19/drivers/spi/
Dspi-sh.c92 static void spi_sh_write(struct spi_sh_data *ss, unsigned long data, in spi_sh_write()
101 static unsigned long spi_sh_read(struct spi_sh_data *ss, unsigned long offset) in spi_sh_read()
111 static void spi_sh_set_bit(struct spi_sh_data *ss, unsigned long val, in spi_sh_set_bit()
121 static void spi_sh_clear_bit(struct spi_sh_data *ss, unsigned long val, in spi_sh_clear_bit()
131 static void clear_fifo(struct spi_sh_data *ss) in clear_fifo()
137 static int spi_sh_wait_receive_buffer(struct spi_sh_data *ss) in spi_sh_wait_receive_buffer()
149 static int spi_sh_wait_write_buffer_empty(struct spi_sh_data *ss) in spi_sh_wait_write_buffer_empty()
161 static int spi_sh_send(struct spi_sh_data *ss, struct spi_message *mesg, in spi_sh_send()
226 static int spi_sh_receive(struct spi_sh_data *ss, struct spi_message *mesg, in spi_sh_receive()
284 struct spi_sh_data *ss = container_of(work, struct spi_sh_data, ws); in spi_sh_work() local
[all …]
/Linux-v4.19/sound/soc/meson/
Daxg-fifo.c46 static struct snd_soc_dai *axg_fifo_dai(struct snd_pcm_substream *ss) in axg_fifo_dai()
53 static struct axg_fifo *axg_fifo_data(struct snd_pcm_substream *ss) in axg_fifo_data()
60 static struct device *axg_fifo_dev(struct snd_pcm_substream *ss) in axg_fifo_dev()
73 static int axg_fifo_pcm_trigger(struct snd_pcm_substream *ss, int cmd) in axg_fifo_pcm_trigger()
95 static snd_pcm_uframes_t axg_fifo_pcm_pointer(struct snd_pcm_substream *ss) in axg_fifo_pcm_pointer()
106 static int axg_fifo_pcm_hw_params(struct snd_pcm_substream *ss, in axg_fifo_pcm_hw_params()
136 static int axg_fifo_pcm_hw_free(struct snd_pcm_substream *ss) in axg_fifo_pcm_hw_free()
161 struct snd_pcm_substream *ss = dev_id; in axg_fifo_pcm_irq_block() local
180 static int axg_fifo_pcm_open(struct snd_pcm_substream *ss) in axg_fifo_pcm_open()
235 static int axg_fifo_pcm_close(struct snd_pcm_substream *ss) in axg_fifo_pcm_close()
/Linux-v4.19/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_user(struct snd_pcm_substream *ss, int channel, in snd_solo_pcm_copy_user()
253 static int snd_solo_pcm_copy_kernel(struct snd_pcm_substream *ss, int channel, in snd_solo_pcm_copy_kernel()
[all …]
/Linux-v4.19/drivers/media/pci/tw686x/
Dtw686x-audio.c84 static int tw686x_pcm_hw_params(struct snd_pcm_substream *ss, in tw686x_pcm_hw_params()
90 static int tw686x_pcm_hw_free(struct snd_pcm_substream *ss) in tw686x_pcm_hw_free()
118 static int tw686x_pcm_open(struct snd_pcm_substream *ss) in tw686x_pcm_open()
135 static int tw686x_pcm_close(struct snd_pcm_substream *ss) in tw686x_pcm_close()
144 static int tw686x_pcm_prepare(struct snd_pcm_substream *ss) in tw686x_pcm_prepare()
225 static int tw686x_pcm_trigger(struct snd_pcm_substream *ss, int cmd) in tw686x_pcm_trigger()
264 static snd_pcm_uframes_t tw686x_pcm_pointer(struct snd_pcm_substream *ss) in tw686x_pcm_pointer()
287 struct snd_pcm_substream *ss; in tw686x_snd_pcm_init() local
/Linux-v4.19/sound/parisc/
Dharmony.c306 snd_harmony_playback_trigger(struct snd_pcm_substream *ss, int cmd) in snd_harmony_playback_trigger()
342 snd_harmony_capture_trigger(struct snd_pcm_substream *ss, int cmd) in snd_harmony_capture_trigger()
408 snd_harmony_playback_prepare(struct snd_pcm_substream *ss) in snd_harmony_playback_prepare()
438 snd_harmony_capture_prepare(struct snd_pcm_substream *ss) in snd_harmony_capture_prepare()
468 snd_harmony_playback_pointer(struct snd_pcm_substream *ss) in snd_harmony_playback_pointer()
497 snd_harmony_capture_pointer(struct snd_pcm_substream *ss) in snd_harmony_capture_pointer()
526 snd_harmony_playback_open(struct snd_pcm_substream *ss) in snd_harmony_playback_open()
545 snd_harmony_capture_open(struct snd_pcm_substream *ss) in snd_harmony_capture_open()
564 snd_harmony_playback_close(struct snd_pcm_substream *ss) in snd_harmony_playback_close()
572 snd_harmony_capture_close(struct snd_pcm_substream *ss) in snd_harmony_capture_close()
[all …]
/Linux-v4.19/drivers/infiniband/hw/qib/
Dqib_sdma.c68 static void sdma_get(struct qib_sdma_state *ss) in sdma_get()
75 struct qib_sdma_state *ss = in sdma_complete() local
81 static void sdma_put(struct qib_sdma_state *ss) in sdma_put()
86 static void sdma_finalput(struct qib_sdma_state *ss) in sdma_finalput()
171 struct qib_sdma_state *ss = &ppd->sdma_state; in sdma_hw_start_up() local
182 struct qib_sdma_state *ss = &ppd->sdma_state; in sdma_sw_tear_down() local
196 struct qib_sdma_state *ss = &ppd->sdma_state; in sdma_set_state() local
512 struct rvt_sge_state *ss, u32 dwords, in qib_sdma_verbs_send()
772 struct qib_sdma_state *ss = &ppd->sdma_state; in __qib_sdma_process_event() local
Dqib_verbs.c140 void qib_copy_sge(struct rvt_sge_state *ss, void *data, u32 length, int release) in qib_copy_sge()
160 static u32 qib_count_sge(struct rvt_sge_state *ss, u32 length) in qib_count_sge()
206 static void qib_copy_from_sge(void *data, struct rvt_sge_state *ss, u32 length) in qib_copy_from_sge()
458 static void copy_io(u32 __iomem *piobuf, struct rvt_sge_state *ss, in copy_io()
806 u32 hdrwords, struct rvt_sge_state *ss, u32 len, in qib_verbs_send_dma()
942 u32 hdrwords, struct rvt_sge_state *ss, u32 len, in qib_verbs_send_pio()
1050 u32 hdrwords, struct rvt_sge_state *ss, u32 len) in qib_verbs_send()
/Linux-v4.19/kernel/cgroup/
Dcgroup.c463 struct cgroup_subsys *ss) in cgroup_css()
481 struct cgroup_subsys *ss) in cgroup_tryget_css()
505 struct cgroup_subsys *ss) in cgroup_e_css()
537 struct cgroup_subsys *ss) in cgroup_get_e_css()
622 #define do_each_subsys_mask(ss, ssid, ss_mask) do { \ argument
852 struct cgroup_subsys *ss; in css_set_hash() local
865 struct cgroup_subsys *ss; in put_css_set_locked() local
993 struct cgroup_subsys *ss; in find_existing_css_set() local
1114 struct cgroup_subsys *ss; in find_css_set() local
1398 struct cgroup_subsys *ss = cft->ss; in cgroup_file_name() local
[all …]
Ddebug.c44 struct cgroup_subsys *ss; in current_css_set_read() local
207 struct cgroup_subsys *ss; in cgroup_subsys_states_read() local
239 struct cgroup_subsys *ss; in cgroup_masks_read_one() local
/Linux-v4.19/sound/pci/
Dad1889.c321 snd_ad1889_playback_open(struct snd_pcm_substream *ss) in snd_ad1889_playback_open()
333 snd_ad1889_capture_open(struct snd_pcm_substream *ss) in snd_ad1889_capture_open()
345 snd_ad1889_playback_close(struct snd_pcm_substream *ss) in snd_ad1889_playback_close()
353 snd_ad1889_capture_close(struct snd_pcm_substream *ss) in snd_ad1889_capture_close()
361 snd_ad1889_playback_prepare(struct snd_pcm_substream *ss) in snd_ad1889_playback_prepare()
411 snd_ad1889_capture_prepare(struct snd_pcm_substream *ss) in snd_ad1889_capture_prepare()
462 snd_ad1889_playback_trigger(struct snd_pcm_substream *ss, int cmd) in snd_ad1889_playback_trigger()
503 snd_ad1889_capture_trigger(struct snd_pcm_substream *ss, int cmd) in snd_ad1889_capture_trigger()
538 snd_ad1889_playback_pointer(struct snd_pcm_substream *ss) in snd_ad1889_playback_pointer()
557 snd_ad1889_capture_pointer(struct snd_pcm_substream *ss) in snd_ad1889_capture_pointer()
/Linux-v4.19/sound/soc/sh/
Dsiu_pcm.c284 static int siu_pcm_hw_params(struct snd_pcm_substream *ss, in siu_pcm_hw_params()
300 static int siu_pcm_hw_free(struct snd_pcm_substream *ss) in siu_pcm_hw_free()
327 static int siu_pcm_open(struct snd_pcm_substream *ss) in siu_pcm_open()
370 static int siu_pcm_close(struct snd_pcm_substream *ss) in siu_pcm_close()
392 static int siu_pcm_prepare(struct snd_pcm_substream *ss) in siu_pcm_prepare()
438 static int siu_pcm_trigger(struct snd_pcm_substream *ss, int cmd) in siu_pcm_trigger()
480 static snd_pcm_uframes_t siu_pcm_pointer_dma(struct snd_pcm_substream *ss) in siu_pcm_pointer_dma()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_device_info.c130 int s, ss; in intel_device_info_dump_topology() local
181 int ss; in gen11_sseu_info_init() local
204 int s, ss; in gen10_sseu_info_init() local
334 int s, ss; in gen9_sseu_info_init() local
418 #define IS_SS_DISABLED(ss) (!(sseu->subslice_mask[0] & BIT(ss))) in gen9_sseu_info_init() argument
437 int s, ss; in broadwell_sseu_info_init() local
521 int s, ss; in haswell_sseu_info_init() local
/Linux-v4.19/drivers/usb/gadget/function/
Df_sourcesink.c320 struct f_sourcesink *ss = func_to_ss(f); in sourcesink_bind() local
463 static int check_read_data(struct f_sourcesink *ss, struct usb_request *req) in check_read_data()
506 struct f_sourcesink *ss = ep->driver_data; in reinit_write_data() local
524 struct f_sourcesink *ss = ep->driver_data; in source_sink_complete() local
576 static int source_sink_start_ep(struct f_sourcesink *ss, bool is_in, in source_sink_start_ep()
633 static void disable_source_sink(struct f_sourcesink *ss) in disable_source_sink()
644 enable_source_sink(struct usb_composite_dev *cdev, struct f_sourcesink *ss, in enable_source_sink()
738 struct f_sourcesink *ss = func_to_ss(f); in sourcesink_set_alt() local
747 struct f_sourcesink *ss = func_to_ss(f); in sourcesink_get_alt() local
754 struct f_sourcesink *ss = func_to_ss(f); in sourcesink_disable() local
[all …]
/Linux-v4.19/arch/m68k/lib/
Dmemset.c27 short *ss = s; in memset() local
64 short *ss = s; in memset() local
/Linux-v4.19/crypto/
Dhmac.c50 int ss = crypto_shash_statesize(parent); in hmac_setkey() local
129 int ss = crypto_shash_statesize(parent); in hmac_final() local
146 int ss = crypto_shash_statesize(parent); in hmac_finup() local
189 int ss; in hmac_create() local
/Linux-v4.19/drivers/crypto/sunxi-ss/
Dsun4i-ss-core.c233 struct sun4i_ss_ctx *ss; in sun4i_ss_probe() local
403 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
131 struct sun4i_ss_ctx *ss = op->ss; in sun4i_ss_cipher_poll() local
479 struct sun4i_ss_ctx *ss = op->ss; in sun4i_ss_aes_setkey() local
506 struct sun4i_ss_ctx *ss = op->ss; in sun4i_ss_des_setkey() local
536 struct sun4i_ss_ctx *ss = op->ss; in sun4i_ss_des3_setkey() local
/Linux-v4.19/drivers/net/ethernet/myricom/myri10ge/
Dmyri10ge.c198 struct myri10ge_slice_state *ss; member
916 struct myri10ge_slice_state *ss; in myri10ge_reset() local
1086 myri10ge_write_dca(struct myri10ge_slice_state *ss, int cpu, int tag) in myri10ge_write_dca()
1092 static inline void myri10ge_update_dca(struct myri10ge_slice_state *ss) in myri10ge_update_dca()
1318 myri10ge_rx_done(struct myri10ge_slice_state *ss, int len, __wsum csum) in myri10ge_rx_done()
1388 myri10ge_tx_done(struct myri10ge_slice_state *ss, int mcp_index) in myri10ge_tx_done()
1458 myri10ge_clean_rx_done(struct myri10ge_slice_state *ss, int budget) in myri10ge_clean_rx_done()
1534 struct myri10ge_slice_state *ss = in myri10ge_poll() local
1554 struct myri10ge_slice_state *ss = arg; in myri10ge_intr() local
1800 struct myri10ge_slice_state *ss; in myri10ge_get_ethtool_stats() local
[all …]
/Linux-v4.19/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
/Linux-v4.19/sound/soc/au1x/
Ddma.c176 static inline struct alchemy_pcm_ctx *ss_to_ctx(struct snd_pcm_substream *ss) in ss_to_ctx()
183 static inline struct audio_stream *ss_to_as(struct snd_pcm_substream *ss) in ss_to_as()
271 static snd_pcm_uframes_t alchemy_pcm_pointer(struct snd_pcm_substream *ss) in alchemy_pcm_pointer()
/Linux-v4.19/include/rdma/
Drdmavt_mr.h135 static inline void rvt_put_ss(struct rvt_sge_state *ss) in rvt_put_ss()
156 static inline void rvt_update_sge(struct rvt_sge_state *ss, u32 length, in rvt_update_sge()
180 static inline void rvt_skip_sge(struct rvt_sge_state *ss, u32 length, in rvt_skip_sge()
/Linux-v4.19/arch/ia64/mm/
Dtlb.c108 static inline void spinaphore_init(struct spinaphore *ss, int val) in spinaphore_init()
114 static inline void down_spin(struct spinaphore *ss) in down_spin()
131 static inline void up_spin(struct spinaphore *ss) in up_spin()
/Linux-v4.19/net/netfilter/
Dnfnetlink.c122 nfnetlink_find_client(u16 type, const struct nfnetlink_subsystem *ss) in nfnetlink_find_client()
164 const struct nfnetlink_subsystem *ss; in nfnetlink_rcv_msg() local
301 const struct nfnetlink_subsystem *ss; in nfnetlink_rcv_batch() local
566 const struct nfnetlink_subsystem *ss; in nfnetlink_bind() local
/Linux-v4.19/tools/perf/util/
Dsymbol-minimal.c251 int symsrc__init(struct symsrc *ss, struct dso *dso, const char *name, in symsrc__init()
284 void symsrc__destroy(struct symsrc *ss) in symsrc__destroy()
335 struct symsrc *ss, in dso__load_sym()
/Linux-v4.19/fs/cifs/
Ddns_resolve.c48 struct sockaddr_storage ss; in dns_resolve_server_name_to_ip() local

1234567