Home
last modified time | relevance | path

Searched refs:wss (Results 1 – 25 of 38) sorted by relevance

12

/openbmc/linux/sound/isa/gus/
H A Dgusmax.c62 struct snd_wss *wss; member
106 snd_wss_interrupt(irq, maxcard->wss); in snd_gusmax_interrupt()
194 struct snd_wss *wss; in snd_gusmax_probe() local
289 &wss); in snd_gusmax_probe()
293 err = snd_wss_pcm(wss, 0); in snd_gusmax_probe()
297 err = snd_wss_mixer(wss); in snd_gusmax_probe()
301 err = snd_wss_timer(wss, 2); in snd_gusmax_probe()
310 err = snd_gusmax_mixer(wss); in snd_gusmax_probe()
327 maxcard->wss = wss; in snd_gusmax_probe()
H A Dinterwave.c99 struct snd_wss *wss; member
300 snd_wss_interrupt(irq, iwcard->wss); in snd_interwave_interrupt()
633 struct snd_wss *wss; in snd_interwave_probe() local
676 &wss); in snd_interwave_probe()
680 err = snd_wss_pcm(wss, 0); in snd_interwave_probe()
684 sprintf(wss->pcm->name + strlen(wss->pcm->name), " rev %c", in snd_interwave_probe()
686 strcat(wss->pcm->name, " (codec)"); in snd_interwave_probe()
688 err = snd_wss_timer(wss, 2); in snd_interwave_probe()
692 err = snd_wss_mixer(wss); in snd_interwave_probe()
701 err = snd_interwave_mixer(wss); in snd_interwave_probe()
[all …]
/openbmc/linux/net/netfilter/
H A Dnfnetlink_osf.c81 if (f->wss.wc >= OSF_WSS_MAX) in nf_osf_match_one()
95 check_WSS = f->wss.wc; in nf_osf_match_one()
129 if (f->wss.val == 0 || ctx->window == f->wss.val) in nf_osf_match_one()
141 if (ctx->window == f->wss.val * mss || in nf_osf_match_one()
142 ctx->window == f->wss.val * SMART_MSS_1 || in nf_osf_match_one()
143 ctx->window == f->wss.val * SMART_MSS_2) in nf_osf_match_one()
147 if (ctx->window == f->wss.val * (mss + 40) || in nf_osf_match_one()
148 ctx->window == f->wss.val * (SMART_MSS_1 + 40) || in nf_osf_match_one()
149 ctx->window == f->wss.val * (SMART_MSS_2 + 40)) in nf_osf_match_one()
153 if ((ctx->window % f->wss.val) == 0) in nf_osf_match_one()
/openbmc/linux/sound/isa/
H A Dcmi8328.c78 struct snd_wss *wss; member
307 dma2[ndev], WSS_HW_DETECT, 0, &cmi->wss); in snd_cmi8328_probe()
311 err = snd_wss_pcm(cmi->wss, 0); in snd_cmi8328_probe()
315 err = snd_wss_mixer(cmi->wss); in snd_cmi8328_probe()
318 err = snd_cmi8328_mixer(cmi->wss); in snd_cmi8328_probe()
322 if (snd_wss_timer(cmi->wss, 0) < 0) in snd_cmi8328_probe()
368 card->shortname, cmi->wss->port, irq[ndev], dma1[ndev], in snd_cmi8328_probe()
426 cmi->wss->suspend(cmi->wss); in snd_cmi8328_suspend()
441 cmi->wss->resume(cmi->wss); in snd_cmi8328_resume()
H A Dcmi8330.c155 struct snd_wss *wss; member
305 acard->wss)); in snd_cmi8330_mixer()
455 chip->streams[CMI_AD_STREAM].private_data = chip->wss; in snd_cmi8330_pcm()
474 acard->wss->suspend(acard->wss); in snd_cmi8330_suspend()
485 acard->wss->resume(acard->wss); in snd_cmi8330_resume()
532 WSS_HW_DETECT, 0, &acard->wss); in snd_cmi8330_probe()
537 if (acard->wss->hardware != WSS_HW_CMI8330) { in snd_cmi8330_probe()
557 snd_wss_out(acard->wss, CS4231_MISC_INFO, 0x40); /* switch on MODE2 */ in snd_cmi8330_probe()
559 snd_wss_out(acard->wss, i, in snd_cmi8330_probe()
599 acard->wss->port, in snd_cmi8330_probe()
H A Dopl3sa2.c113 struct snd_wss *wss; member
307 snd_wss_interrupt(irq, chip->wss); in snd_opl3sa2_interrupt()
552 chip->wss->suspend(chip->wss); in snd_opl3sa2_suspend()
582 chip->wss->resume(chip->wss); in snd_opl3sa2_resume()
637 struct snd_wss *wss; in snd_opl3sa2_probe() local
664 WSS_HW_OPL3SA2, WSS_HWSHARE_IRQ, &wss); in snd_opl3sa2_probe()
669 chip->wss = wss; in snd_opl3sa2_probe()
670 err = snd_wss_pcm(wss, 0); in snd_opl3sa2_probe()
673 err = snd_wss_mixer(wss); in snd_opl3sa2_probe()
679 err = snd_wss_timer(wss, 0); in snd_opl3sa2_probe()
H A DMakefile29 sb/ wavefront/ wss/
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpprest/cpprest/
H A Ddisable-outside-tests.patch79 - TEST(self_signed_cert) { handshake_error_test_impl(U("wss://self-signed.badssl.com/")); }
80 + //TEST(self_signed_cert) { handshake_error_test_impl(U("wss://self-signed.badssl.com/")); }
82 - TEST(hostname_mismatch) { handshake_error_test_impl(U("wss://wrong.host.badssl.com/")); }
83 + //TEST(hostname_mismatch) { handshake_error_test_impl(U("wss://wrong.host.badssl.com/")); }
85 - TEST(cert_expired) { handshake_error_test_impl(U("wss://expired.badssl.com/")); }
86 + //TEST(cert_expired) { handshake_error_test_impl(U("wss://expired.badssl.com/")); }
/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-vbi-gen.c16 static void wss_insert(u8 *wss, u32 val, unsigned size) in wss_insert() argument
19 *wss++ = (val & (1 << size)) ? 0xc0 : 0x10; in wss_insert()
26 u8 wss[29 + 24 + 24 + 24 + 18 + 18] = { 0 }; in vivid_vbi_gen_wss_raw() local
33 wss_insert(wss + bit, 0x1f1c71c7, 29); bit += 29; in vivid_vbi_gen_wss_raw()
34 wss_insert(wss + bit, 0x1e3c1f, 24); bit += 24; in vivid_vbi_gen_wss_raw()
38 wss_insert(wss + bit, (wss_data & (1 << i)) ? one : zero, 6); in vivid_vbi_gen_wss_raw()
40 for (i = 0, bit = 0; bit < sizeof(wss); bit++) { in vivid_vbi_gen_wss_raw()
44 buf[i++] = wss[bit]; in vivid_vbi_gen_wss_raw()
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddisplay-sysfs.c200 unsigned int wss; in display_wss_show() local
205 wss = dssdev->driver->get_wss(dssdev); in display_wss_show()
207 return sysfs_emit(buf, "0x%05x\n", wss); in display_wss_show()
213 u32 wss; in display_wss_store() local
219 r = kstrtou32(buf, 0, &wss); in display_wss_store()
223 if (wss > 0xfffff) in display_wss_store()
226 r = dssdev->driver->set_wss(dssdev, wss); in display_wss_store()
255 static DISPLAY_ATTR(wss, S_IRUGO|S_IWUSR,
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/mm/damon/
H A Dstart.rst82 $ sudo damo report wss --range 0 101 10
83 # <percentile> <wss>
100 $ sudo damo report wss --range 0 101 10 --sortby time
101 # <percentile> <wss>
/openbmc/linux/sound/isa/wss/
H A DMakefile7 snd-wss-lib-objs := wss_lib.o
10 obj-$(CONFIG_SND_WSS_LIB) += snd-wss-lib.o
/openbmc/linux/drivers/infiniband/sw/rdmavt/
H A Dqp.c105 struct rvt_wss *wss = rdi->wss; in rvt_wss_exit() local
107 if (!wss) in rvt_wss_exit()
113 kfree(rdi->wss); in rvt_wss_exit()
114 rdi->wss = NULL; in rvt_wss_exit()
139 rdi->wss = kzalloc_node(sizeof(*rdi->wss), GFP_KERNEL, node); in rvt_wss_init()
140 if (!rdi->wss) in rvt_wss_init()
142 wss = rdi->wss; in rvt_wss_init()
176 wss->entries = kcalloc_node(wss->num_entries, sizeof(*wss->entries), in rvt_wss_init()
222 atomic_set(&wss->clean_counter, wss->clean_period); in wss_advance_clean_counter()
262 return atomic_read(&wss->total_count) >= wss->threshold; in wss_exceeds_threshold()
[all …]
/openbmc/linux/Documentation/admin-guide/mm/damon/
H A Dstart.rst83 $ sudo damo report wss --range 0 101 10
84 # <percentile> <wss>
102 $ sudo damo report wss --range 0 101 10 --sortby time
103 # <percentile> <wss>
/openbmc/linux/sound/isa/cs423x/
H A Dcs4236.c80 struct pnp_dev *wss; member
261 acard->wss = pdev; in snd_card_cs423x_pnp()
262 if (snd_cs423x_pnp_init_wss(dev, acard->wss) < 0) in snd_card_cs423x_pnp()
275 acard->wss = pnp_request_card_device(card, id->devs[0].id, NULL); in snd_card_cs423x_pnpc()
276 if (acard->wss == NULL) in snd_card_cs423x_pnpc()
288 if (snd_cs423x_pnp_init_wss(dev, acard->wss) < 0) in snd_card_cs423x_pnpc()
/openbmc/linux/drivers/media/i2c/
H A Dsaa7115.c729 int wss = 0; in saa711x_decode_wss() local
738 wss |= b2 << i; in saa711x_decode_wss()
740 parity = wss & 15; in saa711x_decode_wss()
747 return wss; in saa711x_decode_wss()
1197 u32 wss; in saa711x_decode_vbi_line() local
1235 wss = saa711x_decode_wss(p); in saa711x_decode_vbi_line()
1236 if (wss == -1) in saa711x_decode_vbi_line()
1238 p[0] = wss & 0xff; in saa711x_decode_vbi_line()
1239 p[1] = wss >> 8; in saa711x_decode_vbi_line()
/openbmc/linux/include/uapi/linux/netfilter/
H A Dnfnetlink_osf.h55 struct nf_osf_wc wss; member
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/nopoll/
H A Dnopoll_0.4.6.b400.bb6 noPoll provides support for WebSocket (ws://) and TLS (secure) WebSocket (wss://),\
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/displays/
H A Dconnector-analog-tv.c155 static int tvc_set_wss(struct omap_dss_device *dssdev, u32 wss) in tvc_set_wss() argument
160 return in->ops.atv->set_wss(in, wss); in tvc_set_wss()
/openbmc/linux/sound/isa/wavefront/
H A Dwavefront.c98 acard->wss = pnp_request_card_device(card, id->devs[0].id, NULL); in snd_wavefront_pnp()
99 if (acard->wss == NULL) in snd_wavefront_pnp()
127 pdev = acard->wss; in snd_wavefront_pnp()
/openbmc/openbmc-test-automation/redfish/service_root/
H A Dtest_service_root_security.robot24 …; font-src 'self'; style-src 'self'; script-src 'self'; connect-src 'self' wss:; form-action 'none…
129 …; font-src 'self'; style-src 'self'; script-src 'self'; connect-src 'self' wss:; form-action 'none…
150 …; font-src 'self'; style-src 'self'; script-src 'self'; connect-src 'self' wss:; form-action 'none…
/openbmc/linux/include/sound/
H A Dsnd_wavefront.h105 struct pnp_dev *wss; member
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-sliced-vbi-cap.rst165 - See :ref:`v4l2-sliced-vbi-cap-wss-625-payload` below.
178 .. _v4l2-sliced-vbi-cap-wss-625-payload:
/openbmc/linux/sound/isa/opti9xx/
H A Dmiro.c46 static int wss; variable
70 module_param(wss, int, 0444);
71 MODULE_PARM_DESC(wss, "wss mode");
667 if ((aci->aci_product == 'A') && wss) { in snd_set_aci_init_values()
668 error = aci_setvalue(aci, ACI_SET_WSS, wss); in snd_set_aci_init_values()
985 snd_iprintf(buffer, " wss : 0x%x\n", wss); in snd_miro_proc_read()
/openbmc/linux/sound/soc/sunxi/
H A Dsun4i-i2s.c44 #define SUN4I_I2S_FMT0_WSS(wss) ((wss) << 2) argument
602 int ret, sr, wss; in sun4i_i2s_hw_params() local
642 wss = i2s->variant->get_wss(slot_width); in sun4i_i2s_hw_params()
643 if (wss < 0) in sun4i_i2s_hw_params()
646 regmap_field_write(i2s->field_fmt_wss, wss); in sun4i_i2s_hw_params()

12