| /linux/tools/testing/selftests/damon/ |
| H A D | damos_quota.py | 55 for wss in wss_collected: 56 if wss > sz_quota: 57 print('quota is not kept: %s > %s' % (wss, sz_quota)) 59 print('\n'.join(['%d' % wss for wss in wss_collected])) 61 if wss == sz_quota:
|
| H A D | sysfs_update_schemes_tried_regions_wss_estimation.py | 56 for idx, wss in enumerate(wss_collected): 58 wss_collected[idx + 1] == wss: 60 print('%d/%d: %d' % (idx, len(wss_collected), wss))
|
| /linux/sound/isa/gus/ |
| H A D | gusmax.c | 62 struct snd_wss *wss; member 104 snd_wss_interrupt(irq, maxcard->wss); in snd_gusmax_interrupt() 192 struct snd_wss *wss; in snd_gusmax_probe() local 287 &wss); in snd_gusmax_probe() 291 err = snd_wss_pcm(wss, 0); in snd_gusmax_probe() 295 err = snd_wss_mixer(wss); in snd_gusmax_probe() 299 err = snd_wss_timer(wss, 2); in snd_gusmax_probe() 308 err = snd_gusmax_mixer(wss); in snd_gusmax_probe() 325 maxcard->wss = wss; in snd_gusmax_probe()
|
| H A D | interwave.c | 97 struct snd_wss *wss; member 300 snd_wss_interrupt(irq, iwcard->wss); in snd_interwave_interrupt() 635 struct snd_wss *wss; in snd_interwave_probe() local 678 &wss); in snd_interwave_probe() 682 err = snd_wss_pcm(wss, 0); in snd_interwave_probe() 686 sprintf(wss->pcm->name + strlen(wss->pcm->name), " rev %c", in snd_interwave_probe() 688 strcat(wss->pcm->name, " (codec)"); in snd_interwave_probe() 690 err = snd_wss_timer(wss, 2); in snd_interwave_probe() 694 err = snd_wss_mixer(wss); in snd_interwave_probe() 703 err = snd_interwave_mixer(wss); in snd_interwave_probe() [all …]
|
| /linux/sound/isa/ |
| H A 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()
|
| H A D | cmi8330.c | 155 struct snd_wss *wss; member 304 acard->wss)); in snd_cmi8330_mixer() 454 chip->streams[CMI_AD_STREAM].private_data = chip->wss; in snd_cmi8330_pcm() 473 acard->wss->suspend(acard->wss); in snd_cmi8330_suspend() 484 acard->wss->resume(acard->wss); in snd_cmi8330_resume() 529 WSS_HW_DETECT, 0, &acard->wss); in snd_cmi8330_probe() 534 if (acard->wss->hardware != WSS_HW_CMI8330) { in snd_cmi8330_probe() 554 snd_wss_out(acard->wss, CS4231_MISC_INFO, 0x40); /* switch on MODE2 */ in snd_cmi8330_probe() 556 snd_wss_out(acard->wss, i, in snd_cmi8330_probe() 596 acard->wss->port, in snd_cmi8330_probe()
|
| H A D | opl3sa2.c | 114 struct snd_wss *wss; member 297 snd_wss_interrupt(irq, chip->wss); in snd_opl3sa2_interrupt() 534 chip->wss->suspend(chip->wss); in snd_opl3sa2_suspend() 564 chip->wss->resume(chip->wss); in snd_opl3sa2_resume() 619 struct snd_wss *wss; in snd_opl3sa2_probe() local 647 WSS_HW_OPL3SA2, WSS_HWSHARE_IRQ, &wss); in snd_opl3sa2_probe() 652 chip->wss = wss; in snd_opl3sa2_probe() 653 err = snd_wss_pcm(wss, 0); in snd_opl3sa2_probe() 656 err = snd_wss_mixer(wss); in snd_opl3sa2_probe() 662 err = snd_wss_timer(wss, 0); in snd_opl3sa2_probe()
|
| H A D | Makefile | 29 sb/ wavefront/ wss/
|
| /linux/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.val * (SMART_MSS_2 + 40)) in nf_osf_match_one() 153 if ((ctx->window % f->wss.val) == 0) in nf_osf_match_one()
|
| /linux/drivers/media/test-drivers/vivid/ |
| H A D | vivid-vbi-gen.c | 17 static void wss_insert(u8 *wss, u32 val, unsigned size) in wss_insert() argument 20 *wss++ = (val & (1 << size)) ? 0xc0 : 0x10; in wss_insert() 27 u8 wss[29 + 24 + 24 + 24 + 18 + 18] = { 0 }; in vivid_vbi_gen_wss_raw() local 34 wss_insert(wss + bit, 0x1f1c71c7, 29); bit += 29; in vivid_vbi_gen_wss_raw() 35 wss_insert(wss + bit, 0x1e3c1f, 24); bit += 24; in vivid_vbi_gen_wss_raw() 39 wss_insert(wss + bit, (wss_data & (1 << i)) ? one : zero, 6); in vivid_vbi_gen_wss_raw() 41 for (i = 0, bit = 0; bit < sizeof(wss); bit++) { in vivid_vbi_gen_wss_raw() 45 buf[i++] = wss[bit]; in vivid_vbi_gen_wss_raw()
|
| /linux/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,
|
| /linux/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() 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/Documentation/translations/zh_TW/admin-guide/mm/damon/ |
| H A D | start.rst | 82 $ 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>
|
| /linux/Documentation/translations/zh_CN/admin-guide/mm/damon/ |
| H A D | start.rst | 82 $ 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>
|
| /linux/samples/damon/ |
| H A D | wsse.c | 45 unsigned long wss = 0; in damon_sample_wsse_repeat_call_fn() local 49 wss += r->ar.end - r->ar.start; in damon_sample_wsse_repeat_call_fn() 51 pr_info("wss: %lu\n", wss); in damon_sample_wsse_repeat_call_fn()
|
| H A D | prcl.c | 44 unsigned long wss = 0; in damon_sample_prcl_repeat_call_fn() local 48 wss += r->ar.end - r->ar.start; in damon_sample_prcl_repeat_call_fn() 50 pr_info("wss: %lu\n", wss); in damon_sample_prcl_repeat_call_fn()
|
| /linux/sound/isa/wss/ |
| H A D | Makefile | 7 snd-wss-lib-y := wss_lib.o 10 obj-$(CONFIG_SND_WSS_LIB) += snd-wss-lib.o
|
| /linux/sound/isa/cs423x/ |
| H A D | cs4236.c | 80 struct pnp_dev *wss; member 263 acard->wss = pdev; in snd_card_cs423x_pnp() 264 if (snd_cs423x_pnp_init_wss(dev, acard->wss) < 0) in snd_card_cs423x_pnp() 277 acard->wss = pnp_request_card_device(card, id->devs[0].id, NULL); in snd_card_cs423x_pnpc() 278 if (acard->wss == NULL) in snd_card_cs423x_pnpc() 290 if (snd_cs423x_pnp_init_wss(dev, acard->wss) < 0) in snd_card_cs423x_pnpc()
|
| /linux/Documentation/admin-guide/mm/damon/ |
| H A D | start.rst | 134 $ sudo damo report wss --range 0 101 10 135 # <percentile> <wss> 153 $ sudo damo report wss --range 0 101 10 --sortby time 154 # <percentile> <wss>
|
| /linux/drivers/media/i2c/ |
| H A D | saa7115.c | 721 int wss = 0; in saa711x_decode_wss() local 730 wss |= b2 << i; in saa711x_decode_wss() 732 parity = wss & 15; in saa711x_decode_wss() 739 return wss; in saa711x_decode_wss() 1189 u32 wss; in saa711x_decode_vbi_line() local 1227 wss = saa711x_decode_wss(p); in saa711x_decode_vbi_line() 1228 if (wss == -1) in saa711x_decode_vbi_line() 1230 p[0] = wss & 0xff; in saa711x_decode_vbi_line() 1231 p[1] = wss >> 8; in saa711x_decode_vbi_line()
|
| /linux/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()
|
| /linux/include/uapi/linux/netfilter/ |
| H A D | nfnetlink_osf.h | 55 struct nf_osf_wc wss; member
|
| /linux/sound/isa/opti9xx/ |
| H A D | miro.c | 46 static int wss; variable 70 module_param(wss, int, 0444); 71 MODULE_PARM_DESC(wss, "wss mode"); 674 if ((aci->aci_product == 'A') && wss) { in snd_set_aci_init_values() 675 error = aci_setvalue(aci, ACI_SET_WSS, wss); in snd_set_aci_init_values() 986 snd_iprintf(buffer, " wss : 0x%x\n", wss); in snd_miro_proc_read()
|
| /linux/sound/soc/sunxi/ |
| H A D | sun4i-i2s.c | 44 #define SUN4I_I2S_FMT0_WSS(wss) ((wss) << 2) argument 604 int ret, sr, wss; in sun4i_i2s_hw_params() local 644 wss = i2s->variant->get_wss(slot_width); in sun4i_i2s_hw_params() 645 if (wss < 0) in sun4i_i2s_hw_params() 648 regmap_field_write(i2s->field_fmt_wss, wss); in sun4i_i2s_hw_params()
|
| /linux/sound/isa/wavefront/ |
| H A 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()
|