/linux-6.1.9/sound/isa/gus/ |
D | gusmax.c | 62 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()
|
D | interwave.c | 99 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 …]
|
/linux-6.1.9/net/netfilter/ |
D | nfnetlink_osf.c | 81 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()
|
/linux-6.1.9/sound/isa/ |
D | cmi8328.c | 78 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()
|
D | cmi8330.c | 155 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()
|
D | opl3sa2.c | 113 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()
|
D | Makefile | 29 sb/ wavefront/ wss/
|
/linux-6.1.9/drivers/media/test-drivers/vivid/ |
D | vivid-vbi-gen.c | 16 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()
|
/linux-6.1.9/drivers/video/fbdev/omap2/omapfb/dss/ |
D | display-sysfs.c | 199 unsigned int wss; in display_wss_show() local 204 wss = dssdev->driver->get_wss(dssdev); in display_wss_show() 206 return sysfs_emit(buf, "0x%05x\n", wss); in display_wss_show() 212 u32 wss; in display_wss_store() local 218 r = kstrtou32(buf, 0, &wss); in display_wss_store() 222 if (wss > 0xfffff) in display_wss_store() 225 r = dssdev->driver->set_wss(dssdev, wss); in display_wss_store() 254 static DISPLAY_ATTR(wss, S_IRUGO|S_IWUSR,
|
D | venc.c | 532 static int venc_set_wss(struct omap_dss_device *dssdev, u32 wss) in venc_set_wss() argument 544 venc.wss_data = (wss ^ 0xfffff) << 8; in venc_set_wss()
|
/linux-6.1.9/Documentation/translations/zh_CN/admin-guide/mm/damon/ |
D | start.rst | 90 $ sudo damo report wss --range 0 101 10 91 # <percentile> <wss> 108 $ sudo damo report wss --range 0 101 10 --sortby time 109 # <percentile> <wss>
|
/linux-6.1.9/drivers/infiniband/sw/rdmavt/ |
D | qp.c | 105 struct rvt_wss *wss = rdi->wss; in rvt_wss_exit() local 107 if (!wss) in rvt_wss_exit() 111 kfree(wss->entries); in rvt_wss_exit() 112 wss->entries = NULL; in rvt_wss_exit() 113 kfree(rdi->wss); in rvt_wss_exit() 114 rdi->wss = NULL; in rvt_wss_exit() 131 struct rvt_wss *wss; in rvt_wss_init() local 135 rdi->wss = NULL; in rvt_wss_init() 139 rdi->wss = kzalloc_node(sizeof(*rdi->wss), GFP_KERNEL, node); in rvt_wss_init() 140 if (!rdi->wss) in rvt_wss_init() [all …]
|
/linux-6.1.9/sound/isa/wss/ |
D | Makefile | 7 snd-wss-lib-objs := wss_lib.o 10 obj-$(CONFIG_SND_WSS_LIB) += snd-wss-lib.o
|
/linux-6.1.9/Documentation/admin-guide/mm/damon/ |
D | start.rst | 83 $ 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>
|
/linux-6.1.9/sound/isa/cs423x/ |
D | cs4236.c | 80 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()
|
/linux-6.1.9/drivers/media/i2c/ |
D | saa7115.c | 729 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()
|
/linux-6.1.9/include/uapi/linux/netfilter/ |
D | nfnetlink_osf.h | 55 struct nf_osf_wc wss; member
|
/linux-6.1.9/drivers/video/fbdev/omap2/omapfb/displays/ |
D | connector-analog-tv.c | 156 static int tvc_set_wss(struct omap_dss_device *dssdev, u32 wss) in tvc_set_wss() argument 161 return in->ops.atv->set_wss(in, wss); in tvc_set_wss()
|
/linux-6.1.9/sound/isa/wavefront/ |
D | wavefront.c | 98 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()
|
/linux-6.1.9/Documentation/userspace-api/media/v4l/ |
D | vidioc-g-sliced-vbi-cap.rst | 165 - See :ref:`v4l2-sliced-vbi-cap-wss-625-payload` below. 178 .. _v4l2-sliced-vbi-cap-wss-625-payload:
|
/linux-6.1.9/sound/soc/sunxi/ |
D | sun4i-i2s.c | 44 #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()
|
/linux-6.1.9/sound/isa/opti9xx/ |
D | miro.c | 46 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()
|
/linux-6.1.9/include/sound/ |
D | snd_wavefront.h | 105 struct pnp_dev *wss; member
|
/linux-6.1.9/drivers/media/pci/ivtv/ |
D | ivtv-vbi.c | 112 int wss = d->data[0] | d->data[1] << 8; in ivtv_write_vbi_line() local 114 if (vi->wss_payload != wss) { in ivtv_write_vbi_line() 115 vi->wss_payload = wss; in ivtv_write_vbi_line()
|
/linux-6.1.9/include/video/ |
D | omapfb_dss.h | 513 int (*set_wss)(struct omap_dss_device *dssdev, u32 wss); 730 int (*set_wss)(struct omap_dss_device *dssdev, u32 wss);
|