Home
last modified time | relevance | path

Searched refs:ss (Results 26 – 50 of 657) sorted by relevance

12345678910>>...27

/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_sseu_debugfs.c22 int ss; in cherryview_sseu_device_status() local
29 for (ss = 0; ss < ss_max; ss++) { in cherryview_sseu_device_status()
32 if (sig1[ss] & CHV_SS_PG_ENABLE) in cherryview_sseu_device_status()
37 sseu->subslice_mask.hsw[0] |= BIT(ss); in cherryview_sseu_device_status()
56 int s, ss; in gen11_sseu_device_status() local
90 for (ss = 0; ss < info->sseu.max_subslices; ss++) { in gen11_sseu_device_status()
99 eu_mask[ss % 2]); in gen11_sseu_device_status()
116 int s, ss; in gen9_sseu_device_status() local
145 for (ss = 0; ss < info->sseu.max_subslices; ss++) { in gen9_sseu_device_status()
153 sseu->subslice_mask.hsw[s] |= BIT(ss); in gen9_sseu_device_status()
[all …]
/openbmc/linux/include/rdma/
H A Drdmavt_mr.h93 static inline void rvt_put_ss(struct rvt_sge_state *ss) in rvt_put_ss() argument
95 while (ss->num_sge) { in rvt_put_ss()
96 rvt_put_mr(ss->sge.mr); in rvt_put_ss()
97 if (--ss->num_sge) in rvt_put_ss()
98 ss->sge = *ss->sg_list++; in rvt_put_ss()
117 struct rvt_sge *sge = &ss->sge; in rvt_update_sge()
125 if (--ss->num_sge) in rvt_update_sge()
126 *sge = *ss->sg_list++; in rvt_update_sge()
141 struct rvt_sge *sge = &ss->sge; in rvt_skip_sge()
147 rvt_update_sge(ss, len, release); in rvt_skip_sge()
[all …]
/openbmc/linux/drivers/media/pci/tw686x/
H A Dtw686x-audio.c77 snd_pcm_period_elapsed(ac->ss); in tw686x_audio_irq()
106 struct tw686x_dev *dev = snd_pcm_substream_chip(ss); in tw686x_pcm_open()
108 struct snd_pcm_runtime *rt = ss->runtime; in tw686x_pcm_open()
111 ac->ss = ss; in tw686x_pcm_open()
123 struct tw686x_dev *dev = snd_pcm_substream_chip(ss); in tw686x_pcm_close()
126 ac->ss = NULL; in tw686x_pcm_close()
134 struct snd_pcm_runtime *rt = ss->runtime; in tw686x_pcm_prepare()
255 return bytes_to_frames(ss->runtime, ac->ptr); in tw686x_pcm_pointer()
270 struct snd_pcm_substream *ss; in tw686x_snd_pcm_init() local
284 ss; ss = ss->next, i++) in tw686x_snd_pcm_init()
[all …]
/openbmc/linux/security/selinux/
H A DMakefile17 ss/ebitmap.o ss/hashtab.o ss/symtab.o ss/sidtab.o ss/avtab.o \
18 ss/policydb.o ss/services.o ss/conditional.o ss/mls.o ss/context.o
/openbmc/phosphor-power/phosphor-regulators/src/actions/
H A Di2c_capture_bytes_action.cpp56 std::ostringstream ss; in toString() local
57 ss << "i2c_capture_bytes: { register: 0x" << std::hex << std::uppercase in toString()
60 return ss.str(); in toString()
67 std::ostringstream ss; in getErrorDataKey() local
68 ss << environment.getDeviceID() << "_register_0x" << std::hex in getErrorDataKey()
70 std::string key = ss.str(); in getErrorDataKey()
98 std::ostringstream ss; in getErrorDataValue() local
99 ss << "[ " << std::hex << std::uppercase; in getErrorDataValue()
102 ss << ((i > 0) ? ", " : "") << "0x" << static_cast<uint16_t>(values[i]); in getErrorDataValue()
104 ss << " ]"; in getErrorDataValue()
[all …]
H A Dpmbus_write_vout_command_action.cpp76 std::ostringstream ss; in toString() local
77 ss << "pmbus_write_vout_command: { "; in toString()
81 ss << "volts: " << volts.value() << ", "; in toString()
84 ss << "format: " << pmbus_utils::toString(format); in toString()
88 ss << ", exponent: " << static_cast<int16_t>(exponent.value()); in toString()
91 ss << ", is_verified: " << std::boolalpha << isWriteVerified << " }"; in toString()
92 return ss.str(); in toString()
160 std::ostringstream ss; in verifyWrite() local
161 ss << "device: " << environment.getDeviceID() in verifyWrite()
164 throw WriteVerificationError(ss.str(), environment.getDeviceID(), in verifyWrite()
H A Di2c_compare_bytes_action.cpp62 std::ostringstream ss; in toString() local
63 ss << "i2c_compare_bytes: { register: 0x" << std::hex << std::uppercase in toString()
67 ss << ((i > 0) ? ", " : "") << "0x" << static_cast<uint16_t>(values[i]); in toString()
69 ss << " ], masks: [ "; in toString()
72 ss << ((i > 0) ? ", " : "") << "0x" << static_cast<uint16_t>(masks[i]); in toString()
74 ss << " ] }"; in toString()
75 return ss.str(); in toString()
H A Dpmbus_read_sensor_action.cpp79 std::ostringstream ss; in toString() local
80 ss << "pmbus_read_sensor: { "; in toString()
81 ss << "type: " << sensors::toString(type) << ", " << std::hex in toString()
83 ss << "command: 0x" << static_cast<uint16_t>(command) << ", " << std::dec in toString()
85 ss << "format: " << pmbus_utils::toString(format); in toString()
89 ss << ", exponent: " << static_cast<int16_t>(exponent.value()); in toString()
92 ss << " }"; in toString()
94 return ss.str(); in toString()
H A Di2c_write_bytes_action.cpp74 std::ostringstream ss; in toString() local
75 ss << "i2c_write_bytes: { register: 0x" << std::hex << std::uppercase in toString()
79 ss << ((i > 0) ? ", " : "") << "0x" << static_cast<uint16_t>(values[i]); in toString()
81 ss << " ], masks: [ "; in toString()
84 ss << ((i > 0) ? ", " : "") << "0x" << static_cast<uint16_t>(masks[i]); in toString()
86 ss << " ] }"; in toString()
87 return ss.str(); in toString()
H A Dcompare_presence_action.cpp51 std::ostringstream ss; in toString() local
52 ss << "compare_presence: { "; in toString()
53 ss << "fru: " << fru << ", "; in toString()
54 ss << "value: " << std::boolalpha << value << " }"; in toString()
56 return ss.str(); in toString()
/openbmc/u-boot/include/
H A Dusb_ether.h102 struct ueth_data *ss);
103 int asix_eth_get_info(struct usb_device *dev, struct ueth_data *ss,
108 struct ueth_data *ss);
109 int ax88179_eth_get_info(struct usb_device *dev, struct ueth_data *ss,
114 struct ueth_data *ss);
115 int mcs7830_eth_get_info(struct usb_device *dev, struct ueth_data *ss,
120 struct ueth_data *ss);
121 int smsc95xx_eth_get_info(struct usb_device *dev, struct ueth_data *ss,
126 struct ueth_data *ss);
127 int r8152_eth_get_info(struct usb_device *dev, struct ueth_data *ss,
/openbmc/linux/kernel/cgroup/
H A Dcgroup.c1499 struct cgroup_subsys *ss = cft->ss; in cgroup_file_name() local
3148 struct cgroup_subsys *ss = css->ss; in css_visible() local
4337 cft->ss = ss; in cgroup_init_cftypes()
4916 it->ss = css->ss; in css_task_iter_start()
5336 struct cgroup_subsys *ss = css->ss; in css_free_rwork_fn() local
5386 struct cgroup_subsys *ss = css->ss; in css_release_work_fn() local
5454 css->ss = ss; in init_and_link_css()
5476 struct cgroup_subsys *ss = css->ss; in online_css() local
5497 struct cgroup_subsys *ss = css->ss; in offline_css() local
6036 WARN(!ss->css_alloc || !ss->css_free || ss->name || ss->id, in cgroup_init_early()
[all …]
/openbmc/linux/drivers/crypto/allwinner/sun4i-ss/
H A DMakefile2 obj-$(CONFIG_CRYPTO_DEV_SUN4I_SS) += sun4i-ss.o
3 sun4i-ss-y += sun4i-ss-core.o sun4i-ss-hash.o sun4i-ss-cipher.o
4 sun4i-ss-$(CONFIG_CRYPTO_DEV_SUN4I_SS_PRNG) += sun4i-ss-prng.o
H A Dsun4i-ss-cipher.c19 struct sun4i_ss_ctx *ss = op->ss; in sun4i_ss_opti_poll() local
71 writel(mode, ss->base + SS_CTL); in sun4i_ss_opti_poll()
143 writel(0, ss->base + SS_CTL); in sun4i_ss_opti_poll()
180 struct sun4i_ss_ctx *ss = op->ss; in sun4i_ss_cipher_poll() local
263 writel(mode, ss->base + SS_CTL); in sun4i_ss_cipher_poll()
308 writesl(ss->base + SS_RXFIFO, ss->buf, in sun4i_ss_cipher_poll()
353 readsl(ss->base + SS_TXFIFO, ss->bufo, tx_cnt); in sun4i_ss_cipher_poll()
390 writel(0, ss->base + SS_CTL); in sun4i_ss_cipher_poll()
545 op->ss = algt->ss; in sun4i_ss_cipher_init()
573 pm_runtime_put(op->ss->dev); in sun4i_ss_cipher_exit()
[all …]
H A Dsun4i-ss-hash.c28 op->ss = algt->ss; in sun4i_hash_crainit()
43 pm_runtime_put(op->ss->dev); in sun4i_hash_craexit()
196 struct sun4i_ss_ctx *ss = tfmctx->ss; in sun4i_hash() local
226 spin_lock_bh(&ss->slock); in sun4i_hash()
365 v = readl(ss->base + SS_CTL); in sun4i_hash()
369 dev_err_ratelimited(ss->dev, in sun4i_hash()
466 v = readl(ss->base + SS_CTL); in sun4i_hash()
470 dev_err_ratelimited(ss->dev, in sun4i_hash()
490 if (ss->variant->sha1_in_be) in sun4i_hash()
503 writel(0, ss->base + SS_CTL); in sun4i_hash()
[all …]
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_sdma.c70 kref_get(&ss->kref); in sdma_get()
78 complete(&ss->comp); in sdma_complete()
88 sdma_put(ss); in sdma_finalput()
175 for (bufno = ss->first_sendbuf; bufno < ss->last_sendbuf; ++bufno) in sdma_hw_start_up()
186 sdma_put(ss); in sdma_sw_tear_down()
202 ss->previous_state = ss->current_state; in sdma_set_state()
203 ss->previous_op = ss->current_op; in sdma_set_state()
220 ss->go_s99_running = 0; in sdma_set_state()
225 ss->current_op = op; in sdma_set_state()
565 sge = &ss->sge; in qib_sdma_verbs_send()
[all …]
/openbmc/linux/net/netfilter/
H A Dnfnetlink.c165 return &ss->cb[cb_id]; in nfnetlink_find_client()
233 if (!ss) { in nfnetlink_rcv_msg()
239 if (!ss) in nfnetlink_rcv_msg()
394 if (!ss) { in nfnetlink_rcv_batch()
400 if (!ss) in nfnetlink_rcv_batch()
409 if (!ss->valid_genid || !ss->commit || !ss->abort) { in nfnetlink_rcv_batch()
422 module_put(ss->owner); in nfnetlink_rcv_batch()
566 module_put(ss->owner); in nfnetlink_rcv_batch()
589 module_put(ss->owner); in nfnetlink_rcv_batch()
597 module_put(ss->owner); in nfnetlink_rcv_batch()
[all …]
/openbmc/u-boot/drivers/net/fsl-mc/dpio/
H A Dqbman_sys.h36 const uint32_t *ss = s; in word_copy() local
39 *(dd++) = *(ss++); in word_copy()
59 *(dd++) = ss[1]; in u64_to_le32_copy()
60 *(dd++) = ss[0]; in u64_to_le32_copy()
61 ss += 2; in u64_to_le32_copy()
63 *(dd++) = *(ss++); in u64_to_le32_copy()
64 *(dd++) = *(ss++); in u64_to_le32_copy()
76 dd[1] = *(ss++); in u64_from_le32_copy()
77 dd[0] = *(ss++); in u64_from_le32_copy()
80 *(dd++) = *(ss++); in u64_from_le32_copy()
[all …]
/openbmc/linux/arch/hexagon/kernel/
H A Dprocess.c58 struct hexagon_switch_stack *ss; in copy_thread() local
73 ss = (struct hexagon_switch_stack *) ((unsigned long) childregs - in copy_thread()
74 sizeof(*ss)); in copy_thread()
75 ss->lr = (unsigned long)ret_from_fork; in copy_thread()
76 p->thread.switch_sp = ss; in copy_thread()
80 ss->r24 = (unsigned long)args->fn; in copy_thread()
81 ss->r25 = (unsigned long)args->fn_arg; in copy_thread()
86 ss->r2524 = 0; in copy_thread()
/openbmc/linux/sound/soc/sh/
H A Dsiu_pcm.c292 struct snd_pcm_substream *ss) in siu_pcm_open() argument
300 struct device *dev = ss->pcm->card->dev; in siu_pcm_open()
328 siu_stream->substream = ss; in siu_pcm_open()
334 struct snd_pcm_substream *ss) in siu_pcm_close() argument
337 struct device *dev = ss->pcm->card->dev; in siu_pcm_close()
357 struct snd_pcm_substream *ss) in siu_pcm_prepare() argument
361 struct device *dev = ss->pcm->card->dev; in siu_pcm_prepare()
407 struct device *dev = ss->pcm->card->dev; in siu_pcm_trigger()
448 struct snd_pcm_substream *ss) in siu_pcm_pointer_dma() argument
450 struct device *dev = ss->pcm->card->dev; in siu_pcm_pointer_dma()
[all …]
/openbmc/phosphor-fan-presence/control/json/utils/
H A Dflight_recorder.cpp77 std::stringstream ss; in dump() local
83 ss << std::put_time(std::localtime(&tt), "%b %d %H:%M:%S."); in dump()
84 ss << std::setfill('0') << std::setw(6) << std::to_string(us % 1000000); in dump()
85 return ss.str(); in dump()
89 std::stringstream ss; in dump() local
93 ss << formatTime(ts) << ": " << std::setw(idSize) << id << ": " << msg; in dump()
94 fr.push_back(ss.str()); in dump()
95 ss.str(""); in dump()
/openbmc/linux/arch/m68k/lib/
H A Dmemset.c27 short *ss = s; in memset() local
28 *ss++ = c; in memset()
29 s = ss; in memset()
64 short *ss = s; in memset() local
65 *ss++ = c; in memset()
66 s = ss; in memset()
/openbmc/u-boot/drivers/usb/eth/
H A Dasix.c653 ss->ifnum = ifnum; in asix_eth_probe()
654 ss->pusb_dev = dev; in asix_eth_probe()
660 if (!ss->dev_priv) in asix_eth_probe()
676 ss->ep_in = ep_addr & in asix_eth_probe()
682 ss->ep_out = ep_addr & in asix_eth_probe()
698 ss->ep_in, ss->ep_out, ss->ep_int); in asix_eth_probe()
702 !ss->ep_in || !ss->ep_out || !ss->ep_int) { in asix_eth_probe()
706 dev->privptr = (void *)ss; in asix_eth_probe()
726 eth->priv = ss; in asix_eth_get_info()
728 if (asix_basic_reset(ss)) in asix_eth_get_info()
[all …]
/openbmc/linux/sound/soc/meson/
H A Daxg-fifo.h78 struct snd_pcm_substream *ss);
80 struct snd_pcm_substream *ss);
82 struct snd_pcm_substream *ss,
85 struct snd_pcm_substream *ss,
88 struct snd_pcm_substream *ss);
90 struct snd_pcm_substream *ss);
92 struct snd_pcm_substream *ss, int cmd);
/openbmc/linux/sound/pci/
H A Dad1889.c297 struct snd_pcm_runtime *rt = ss->runtime; in snd_ad1889_playback_open()
299 chip->psubs = ss; in snd_ad1889_playback_open()
309 struct snd_pcm_runtime *rt = ss->runtime; in snd_ad1889_capture_open()
311 chip->csubs = ss; in snd_ad1889_capture_open()
337 struct snd_pcm_runtime *rt = ss->runtime; in snd_ad1889_playback_prepare()
338 unsigned int size = snd_pcm_lib_buffer_bytes(ss); in snd_ad1889_playback_prepare()
339 unsigned int count = snd_pcm_lib_period_bytes(ss); in snd_ad1889_playback_prepare()
387 struct snd_pcm_runtime *rt = ss->runtime; in snd_ad1889_capture_prepare()
388 unsigned int size = snd_pcm_lib_buffer_bytes(ss); in snd_ad1889_capture_prepare()
525 return bytes_to_frames(ss->runtime, ptr); in snd_ad1889_playback_pointer()
[all …]

12345678910>>...27