/kernel/linux/linux-5.10/sound/isa/gus/ |
H A D | gusmax.c | 16 #include <sound/wss.h> 63 struct snd_wss *wss; member 105 snd_wss_interrupt(irq, maxcard->wss); in snd_gusmax_interrupt() 199 struct snd_wss *wss; in snd_gusmax_probe() local 294 &wss); in snd_gusmax_probe() 298 err = snd_wss_pcm(wss, 0); in snd_gusmax_probe() 302 err = snd_wss_mixer(wss); in snd_gusmax_probe() 306 err = snd_wss_timer(wss, 2); in snd_gusmax_probe() 314 err = snd_gusmax_mixer(wss); in snd_gusmax_probe() 331 maxcard->wss in snd_gusmax_probe() [all...] |
H A D | interwave.c | 19 #include <sound/wss.h> 105 struct snd_wss *wss; member 299 snd_wss_interrupt(irq, iwcard->wss); in snd_interwave_interrupt() 630 struct snd_wss *wss; in snd_interwave_probe() local 679 &wss); in snd_interwave_probe() 683 err = snd_wss_pcm(wss, 0); in snd_interwave_probe() 687 sprintf(wss->pcm->name + strlen(wss->pcm->name), " rev %c", in snd_interwave_probe() 689 strcat(wss->pcm->name, " (codec)"); in snd_interwave_probe() 691 err = snd_wss_timer(wss, in snd_interwave_probe() [all...] |
/kernel/linux/linux-6.6/sound/isa/gus/ |
H A D | gusmax.c | 16 #include <sound/wss.h> 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 in snd_gusmax_probe() [all...] |
H A D | interwave.c | 19 #include <sound/wss.h> 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, in snd_interwave_probe() [all...] |
/kernel/linux/linux-5.10/sound/isa/ |
H A D | cmi8328.c | 18 #include <sound/wss.h> 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() 438 cmi->wss->suspend(cmi->wss); in snd_cmi8328_suspend() [all...] |
H A D | cmi8330.c | 38 #include <sound/wss.h> 156 struct snd_wss *wss; member 163 void *private_data; /* sb or wss */ 305 acard->wss)); in snd_cmi8330_mixer() 453 chip->streams[CMI_AD_STREAM].private_data = chip->wss; in snd_cmi8330_pcm() 472 acard->wss->suspend(acard->wss); in snd_cmi8330_suspend() 483 acard->wss->resume(acard->wss); in snd_cmi8330_resume() 530 WSS_HW_DETECT, 0, &acard->wss); in snd_cmi8330_probe() [all...] |
H A D | opl3sa2.c | 16 #include <sound/wss.h> 118 struct snd_wss *wss; member 308 snd_wss_interrupt(irq, chip->wss); in snd_opl3sa2_interrupt() 545 chip->wss->suspend(chip->wss); in snd_opl3sa2_suspend() 574 /* restore wss */ in snd_opl3sa2_resume() 575 chip->wss->resume(chip->wss); in snd_opl3sa2_resume() 598 snd_printdd("%sPnP OPL3-SA: sb port=0x%lx, wss port=0x%lx, fm port=0x%lx, midi port=0x%lx\n", in snd_opl3sa2_pnp() 639 struct snd_wss *wss; in snd_opl3sa2_probe() local [all...] |
/kernel/linux/linux-6.6/sound/isa/ |
H A D | cmi8328.c | 18 #include <sound/wss.h> 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() [all...] |
H A D | cmi8330.c | 38 #include <sound/wss.h> 155 struct snd_wss *wss; member 162 void *private_data; /* sb or wss */ 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() [all...] |
H A D | opl3sa2.c | 16 #include <sound/wss.h> 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() 581 /* restore wss */ in snd_opl3sa2_resume() 582 chip->wss->resume(chip->wss); in snd_opl3sa2_resume() 605 snd_printdd("%sPnP OPL3-SA: sb port=0x%lx, wss port=0x%lx, fm port=0x%lx, midi port=0x%lx\n", in snd_opl3sa2_pnp() 637 struct snd_wss *wss; in snd_opl3sa2_probe() local [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
H A 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 snprintf(buf, PAGE_SIZE, "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,
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | display-sysfs.c | 200 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,
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A 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 in nf_osf_match_one() [all...] |
/kernel/linux/linux-6.6/net/netfilter/ |
H A 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 in nf_osf_match_one() [all...] |
/kernel/linux/linux-5.10/sound/isa/wss/ |
H A D | Makefile | 7 snd-wss-lib-objs := wss_lib.o 10 obj-$(CONFIG_SND_WSS_LIB) += snd-wss-lib.o
|
/kernel/linux/linux-6.6/sound/isa/wss/ |
H A D | Makefile | 7 snd-wss-lib-objs := wss_lib.o 10 obj-$(CONFIG_SND_WSS_LIB) += snd-wss-lib.o
|
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/ |
H A D | qp.c | 147 struct rvt_wss *wss = rdi->wss; in rvt_wss_exit() local 149 if (!wss) in rvt_wss_exit() 153 kfree(wss->entries); in rvt_wss_exit() 154 wss->entries = NULL; in rvt_wss_exit() 155 kfree(rdi->wss); in rvt_wss_exit() 156 rdi->wss = NULL; in rvt_wss_exit() 160 * rvt_wss_init - Init wss data structures 173 struct rvt_wss *wss; in rvt_wss_init() local 177 rdi->wss in rvt_wss_init() 243 wss_advance_clean_counter(struct rvt_wss *wss) wss_advance_clean_counter() argument 287 wss_insert(struct rvt_wss *wss, void *address) wss_insert() argument 302 wss_exceeds_threshold(struct rvt_wss *wss) wss_exceeds_threshold() argument 2872 struct rvt_wss *wss = rdi->wss; rvt_copy_sge() local [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/ |
H A 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() 118 * rvt_wss_init - Init wss data structures 131 struct rvt_wss *wss; in rvt_wss_init() local 135 rdi->wss in rvt_wss_init() 201 wss_advance_clean_counter(struct rvt_wss *wss) wss_advance_clean_counter() argument 245 wss_insert(struct rvt_wss *wss, void *address) wss_insert() argument 260 wss_exceeds_threshold(struct rvt_wss *wss) wss_exceeds_threshold() argument 2821 struct rvt_wss *wss = rdi->wss; rvt_copy_sge() local [all...] |
/kernel/linux/linux-5.10/sound/isa/cs423x/ |
H A D | cs4236.c | 13 #include <sound/wss.h> 115 struct pnp_dev *wss; member 252 snd_printdd("isapnp WSS: wss port=0x%lx, fm port=0x%lx, sb port=0x%lx\n", in snd_cs423x_pnp_init_wss() 296 acard->wss = pdev; in snd_card_cs423x_pnp() 297 if (snd_cs423x_pnp_init_wss(dev, acard->wss) < 0) in snd_card_cs423x_pnp() 310 acard->wss = pnp_request_card_device(card, id->devs[0].id, NULL); in snd_card_cs423x_pnpc() 311 if (acard->wss == NULL) in snd_card_cs423x_pnpc() 323 if (snd_cs423x_pnp_init_wss(dev, acard->wss) < 0) in snd_card_cs423x_pnpc()
|
/kernel/linux/linux-6.6/sound/isa/cs423x/ |
H A D | cs4236.c | 13 #include <sound/wss.h> 80 struct pnp_dev *wss; member 217 snd_printdd("isapnp WSS: wss port=0x%lx, fm port=0x%lx, sb port=0x%lx\n", in snd_cs423x_pnp_init_wss() 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()
|
/kernel/linux/linux-5.10/sound/isa/wavefront/ |
H A D | wavefront.c | 18 #include <sound/wss.h> 99 acard->wss = pnp_request_card_device(card, id->devs[0].id, NULL); in snd_wavefront_pnp() 100 if (acard->wss == NULL) in snd_wavefront_pnp() 128 pdev = acard->wss; in snd_wavefront_pnp()
|
/kernel/linux/linux-6.6/sound/isa/wavefront/ |
H A D | wavefront.c | 18 #include <sound/wss.h> 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()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/displays/ |
H A D | connector-analog-tv.c | 155 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()
|