/Linux-v6.1/tools/perf/util/ |
D | zlib.c | 24 z_stream zs = { in gzip_decompress_to_file() local 43 if (inflateInit2(&zs, 16 + MAX_WBITS) != Z_OK) in gzip_decompress_to_file() 46 zs.next_in = ptr; in gzip_decompress_to_file() 47 zs.avail_in = stbuf.st_size; in gzip_decompress_to_file() 50 zs.next_out = buf; in gzip_decompress_to_file() 51 zs.avail_out = CHUNK_SIZE; in gzip_decompress_to_file() 53 ret = inflate(&zs, Z_NO_FLUSH); in gzip_decompress_to_file() 65 len = CHUNK_SIZE - zs.avail_out; in gzip_decompress_to_file() 74 inflateEnd(&zs); in gzip_decompress_to_file()
|
/Linux-v6.1/arch/mips/math-emu/ |
D | sp_maddf.c | 43 zs ^= 1; in _sp_maddf() 82 if ((zc == IEEE754_CLASS_INF) && (zs != rs)) { in _sp_maddf() 103 return ieee754sp_inf(zs); in _sp_maddf() 106 if (zs == rs) in _sp_maddf() 125 return ieee754sp_inf(zs); in _sp_maddf() 131 return ieee754sp_inf(zs); in _sp_maddf() 137 return ieee754sp_inf(zs); in _sp_maddf() 205 if (zs == rs) { in _sp_maddf() 208 * leaving result in zm64, zs and ze. in _sp_maddf() 220 zs = rs; in _sp_maddf() [all …]
|
D | dp_maddf.c | 75 zs ^= 1; in _dp_maddf() 113 if ((zc == IEEE754_CLASS_INF) && (zs != rs)) { in _dp_maddf() 134 return ieee754dp_inf(zs); in _dp_maddf() 137 if (zs == rs) in _dp_maddf() 156 return ieee754dp_inf(zs); in _dp_maddf() 162 return ieee754dp_inf(zs); in _dp_maddf() 168 return ieee754dp_inf(zs); in _dp_maddf() 262 if (zs == rs) { in _dp_maddf() 265 * leaving result in hzm:lzm, zs and ze. in _dp_maddf() 280 zs = rs; in _dp_maddf() [all …]
|
D | ieee754int.h | 52 unsigned int zm; int ze; int zs; int zc 80 #define EXPLODEZSP EXPLODESP(z, zc, zs, ze, zm) 90 u64 zm; int ze; int zs; int zc 118 #define EXPLODEZDP EXPLODEDP(z, zc, zs, ze, zm) 144 #define FLUSHZDP FLUSHDP(z, zc, zs, ze, zm) 147 #define FLUSHZSP FLUSHSP(z, zc, zs, ze, zm)
|
/Linux-v6.1/tools/build/feature/ |
D | test-zlib.c | 6 z_stream zs; in main() local 8 inflateInit(&zs); in main()
|
/Linux-v6.1/drivers/tty/serial/ |
D | sunzilog.c | 7 * This is based on the old drivers/sbus/char/zs.c code. A lot 974 return (up->flags & SUNZILOG_FLAG_ESCC) ? "zs (ESCC)" : "zs"; in sunzilog_type() 1226 printk(KERN_INFO "Console: ttyS%d (SunZilog zs%d)\n", in sunzilog_console_setup() 1318 "zs/serio0" : "zs/serio1"), in sunzilog_register_serio() 1419 "zs"); in zs_probe() 1534 .name = "zs", 1542 .name = "zs", 1556 for_each_node_by_name(dp, "zs") { in sunzilog_init() 1582 "zs", sunzilog_irq_chain); in sunzilog_init()
|
D | zs.c | 3 * zs.c: Serial port driver for IOASIC DECstations. 73 #include "zs.h" 89 #define ZS_NUM_SCCS 2 /* Max # of ZS chips supported. */ 766 printk(KERN_ERR "zs: can't get irq %d\n", in zs_startup() 994 printk(KERN_ERR "zs: Cannot map MMIO\n"); in zs_map_port() 1005 printk(KERN_ERR "zs: Unable to reserve MMIO resource\n"); in zs_request_port()
|
D | Makefile | 41 obj-$(CONFIG_SERIAL_ZS) += zs.o
|
/Linux-v6.1/Documentation/devicetree/bindings/clock/ |
D | renesas,cpg-clocks.yaml | 87 - const: zs 160 - const: zs
|
D | renesas,cpg-div6-clock.yaml | 63 "zx", "zs", "hp";
|
/Linux-v6.1/sound/pci/emu10k1/ |
D | emu10k1_main.c | 229 if (emu->card_capabilities->spi_dac) { /* Audigy 2 ZS Notebook with DAC Wolfson WM8768/WM8568 */ in snd_emu10k1_init() 249 if (emu->card_capabilities->i2c_adc) { /* Audigy 2 ZS Notebook with ADC Wolfson WM8775 */ in snd_emu10k1_init() 309 ; /* Disable A_IOCFG for Audigy 2 ZS Notebook */ in snd_emu10k1_init() 330 ; /* Disable A_IOCFG for Audigy 2 ZS Notebook */ in snd_emu10k1_init() 355 ; /* Disable A_IOCFG for Audigy 2 ZS Notebook */ in snd_emu10k1_audio_enable() 1353 /* Audigy 2 ZS Notebook Cardbus card.*/ 1386 .driver = "Audigy2", .name = "Audigy 2 ZS Notebook [SB0530]", 1485 /* 0x20051102 also has SB0350 written on it, treated as Audigy 2 ZS by 1488 .driver = "Audigy2", .name = "SB Audigy 2 ZS [SB0350a]", 1498 .driver = "Audigy2", .name = "SB Audigy 2 ZS [SB0350]", [all …]
|
/Linux-v6.1/drivers/clk/renesas/ |
D | clk-r8a7779.c | 98 } else if (!strcmp(name, "zs") || !strcmp(name, "s")) { in r8a7779_cpg_register_clock()
|
D | clk-r8a73a4.c | 48 { "zs", CPG_FRQCRB, 8 },
|
D | r8a77470-cpg-mssr.c | 59 DEF_FIXED("zs", R8A77470_CLK_ZS, CLK_PLL1, 6, 1),
|
D | r8a7792-cpg-mssr.c | 58 DEF_FIXED("zs", R8A7792_CLK_ZS, CLK_PLL1, 6, 1),
|
D | r8a7745-cpg-mssr.c | 59 DEF_FIXED("zs", R8A7745_CLK_ZS, CLK_PLL1, 6, 1),
|
D | r8a7794-cpg-mssr.c | 64 DEF_FIXED("zs", R8A7794_CLK_ZS, CLK_PLL1, 6, 1),
|
D | r8a7743-cpg-mssr.c | 60 DEF_FIXED("zs", R8A7743_CLK_ZS, CLK_PLL1, 6, 1),
|
D | r8a779a0-cpg-mssr.c | 105 DEF_FIXED("zs", R8A779A0_CLK_ZS, CLK_PLL1_DIV2, 4, 1),
|
D | r8a7742-cpg-mssr.c | 62 DEF_FIXED("zs", R8A7742_CLK_ZS, CLK_PLL1, 6, 1),
|
D | r8a7790-cpg-mssr.c | 67 DEF_FIXED("zs", R8A7790_CLK_ZS, CLK_PLL1, 6, 1),
|
/Linux-v6.1/arch/arm/mach-shmobile/ |
D | setup-rcar-gen2.c | 88 freq = 260000000 / 8; /* ZS / 8 */ in rcar_gen2_timer_init()
|
/Linux-v6.1/include/uapi/sound/ |
D | emu10k1.h | 196 #define A_EXTOUT_ASIDE_L 0x0c /* analog side left - Audigy 2 ZS */ 197 #define A_EXTOUT_ASIDE_R 0x0d /* right - Audigy 2 ZS */
|
/Linux-v6.1/drivers/gpu/drm/vc4/ |
D | vc4_render_cl.c | 466 DRM_DEBUG("general zs write may not be a full-res.\n"); in vc4_rcl_surface_setup() 498 DRM_DEBUG("No color format should be set for ZS\n"); in vc4_rcl_surface_setup()
|
/Linux-v6.1/drivers/nvme/host/ |
D | zns.c | 165 zone.cond = entry->zs >> 4; in nvme_zone_parse_entry()
|