| /linux/drivers/zorro/ |
| H A D | zorro.c | 55 struct zorro_dev *z; in zorro_find_device() local 60 for (z = from ? from+1 : &zorro_autocon[0]; in zorro_find_device() 61 z < zorro_autocon+zorro_num_autocon; in zorro_find_device() 62 z++) in zorro_find_device() 63 if (id == ZORRO_WILDCARD || id == z->id) in zorro_find_device() 64 return z; in zorro_find_device() 116 struct platform_device *bridge, struct zorro_dev *z) in zorro_find_parent_resource() argument 121 if (resource_contains(&bridge->resource[i], &z->resource)) in zorro_find_parent_resource() 132 struct zorro_dev *z; in amiga_zorro_probe() local 160 z = &zorro_autocon[i]; in amiga_zorro_probe() [all …]
|
| H A D | zorro-driver.c | 33 const struct zorro_dev *z) in zorro_match_device() argument 36 if (ids->id == ZORRO_WILDCARD || ids->id == z->id) in zorro_match_device() 48 struct zorro_dev *z = to_zorro_dev(dev); in zorro_device_probe() local 53 id = zorro_match_device(drv->id_table, z); in zorro_device_probe() 55 error = drv->probe(z, id); in zorro_device_probe() 65 struct zorro_dev *z = to_zorro_dev(dev); in zorro_device_remove() local 69 drv->remove(z); in zorro_device_remove() 123 struct zorro_dev *z = to_zorro_dev(dev); in zorro_bus_match() local 130 return !!zorro_match_device(ids, z); in zorro_bus_match() 135 const struct zorro_dev *z; in zorro_uevent() local [all …]
|
| H A D | proc.c | 33 struct zorro_dev *z = pde_data(file_inode(file)); in proc_bus_zorro_read() local 46 cd.cd_Rom = z->rom; in proc_bus_zorro_read() 47 cd.cd_SlotAddr = cpu_to_be16(z->slotaddr); in proc_bus_zorro_read() 48 cd.cd_SlotSize = cpu_to_be16(z->slotsize); in proc_bus_zorro_read() 49 cd.cd_BoardAddr = cpu_to_be32(zorro_resource_start(z)); in proc_bus_zorro_read() 50 cd.cd_BoardSize = cpu_to_be32(zorro_resource_len(z)); in proc_bus_zorro_read() 82 struct zorro_dev *z = &zorro_autocon[slot]; in zorro_seq_show() local 84 seq_printf(m, "%02x\t%08x\t%08lx\t%08lx\t%02x\n", slot, z->id, in zorro_seq_show() 85 (unsigned long)zorro_resource_start(z), in zorro_seq_show() 86 (unsigned long)zorro_resource_len(z), in zorro_seq_show() [all …]
|
| /linux/include/linux/ |
| H A D | zorro.h | 50 int (*probe)(struct zorro_dev *z, const struct zorro_device_id *id); /* New device inserted */ 51 … void (*remove)(struct zorro_dev *z); /* Device removed (NULL if not a hot-plug capable driver) */ 94 #define zorro_resource_start(z) ((z)->resource.start) argument 95 #define zorro_resource_end(z) ((z)->resource.end) argument 96 #define zorro_resource_len(z) (resource_size(&(z)->resource)) argument 97 #define zorro_resource_flags(z) ((z)->resource.flags) argument 99 #define zorro_request_device(z, name) \ argument 100 request_mem_region(zorro_resource_start(z), zorro_resource_len(z), name) 101 #define zorro_release_device(z) \ argument 102 release_mem_region(zorro_resource_start(z), zorro_resource_len(z)) [all …]
|
| /linux/mm/ |
| H A D | shuffle.c | 80 void __meminit __shuffle_zone(struct zone *z) in __shuffle_zone() argument 83 unsigned long start_pfn = z->zone_start_pfn; in __shuffle_zone() 84 unsigned long end_pfn = zone_end_pfn(z); in __shuffle_zone() 88 spin_lock_irqsave(&z->lock, flags); in __shuffle_zone() 101 page_i = shuffle_valid_page(z, i, order); in __shuffle_zone() 112 j = z->zone_start_pfn + in __shuffle_zone() 113 ALIGN_DOWN(get_random_long() % z->spanned_pages, in __shuffle_zone() 115 page_j = shuffle_valid_page(z, j, order); in __shuffle_zone() 141 spin_unlock_irqrestore(&z->lock, flags); in __shuffle_zone() 143 spin_lock_irqsave(&z->lock, flags); in __shuffle_zone() [all …]
|
| H A D | mmzone.c | 56 struct zoneref *__next_zones_zonelist(struct zoneref *z, in __next_zones_zonelist() argument 65 while (zonelist_zone_idx(z) > highest_zoneidx) in __next_zones_zonelist() 66 z++; in __next_zones_zonelist() 68 while (zonelist_zone_idx(z) > highest_zoneidx || in __next_zones_zonelist() 69 (zonelist_zone(z) && !zref_in_nodemask(z, nodes))) in __next_zones_zonelist() 70 z++; in __next_zones_zonelist() 72 return z; in __next_zones_zonelist()
|
| /linux/sound/pci/emu10k1/ |
| H A D | emufx.c | 1262 int err, z, nctl; in _snd_emu10k1_audigy_init_efx() local 1378 for (z = 0; z < SND_EMU10K1_PLAYBACK_CHANNELS + 2; z++) in _snd_emu10k1_audigy_init_efx() 1379 …A_OP(icode, &ptr, iACC3, A_GPR(playback + z), A_GPR(playback + z), A_GPR(playback + z), A_C_000000… in _snd_emu10k1_audigy_init_efx() 1562 for (z = 0; z < 5; z++) { in _snd_emu10k1_audigy_init_efx() 1565 controls[nctl + 0].gpr[z * 2 + j] = bass_gpr + z * 2 + j; in _snd_emu10k1_audigy_init_efx() 1566 controls[nctl + 1].gpr[z * 2 + j] = treble_gpr + z * 2 + j; in _snd_emu10k1_audigy_init_efx() 1576 for (z = 0; z < 4; z++) { /* front/rear/center-lfe/side */ in _snd_emu10k1_audigy_init_efx() 1579 k = bass_tmp + (z * 8) + (j * 4); in _snd_emu10k1_audigy_init_efx() 1580 l = treble_tmp + (z * 8) + (j * 4); in _snd_emu10k1_audigy_init_efx() 1581 d = playback + z * 2 + j; in _snd_emu10k1_audigy_init_efx() [all …]
|
| /linux/fs/zonefs/ |
| H A D | super.c | 51 struct zonefs_zone *z) in zonefs_account_active() argument 55 if (zonefs_zone_is_cnv(z)) in zonefs_account_active() 62 if (z->z_flags & (ZONEFS_ZONE_OFFLINE | ZONEFS_ZONE_READONLY)) in zonefs_account_active() 69 if ((z->z_flags & ZONEFS_ZONE_OPEN) || in zonefs_account_active() 70 (z->z_wpoffset > 0 && z->z_wpoffset < z->z_capacity)) { in zonefs_account_active() 71 if (!(z->z_flags & ZONEFS_ZONE_ACTIVE)) { in zonefs_account_active() 72 z->z_flags |= ZONEFS_ZONE_ACTIVE; in zonefs_account_active() 80 if (z->z_flags & ZONEFS_ZONE_ACTIVE) { in zonefs_account_active() 81 z->z_flags &= ~ZONEFS_ZONE_ACTIVE; in zonefs_account_active() 100 struct zonefs_zone *z, enum req_op op) in zonefs_zone_mgmt() argument [all …]
|
| /linux/Documentation/networking/ |
| H A D | tls-offload-reorder-bad.svg | 1 …z" clip-rule="nonzero"/></clipPath><g clip-path="url(#p.0)"><path fill="#000000" fill-opacity="0.0…
|
| H A D | tls-offload-reorder-good.svg | 1 …z" clip-rule="nonzero"/></clipPath><g clip-path="url(#p.0)"><path fill="#000000" fill-opacity="0.0…
|
| H A D | tls-offload-layers.svg | 1 …z" clip-rule="nonzero"/></clipPath><g clip-path="url(#p.0)"><path fill="#000000" fill-opacity="0.0…
|
| /linux/fs/erofs/ |
| H A D | decompressor_deflate.c | 7 struct z_stream_s z; member 36 vfree(strm->z.workspace); in z_erofs_deflate_exit() 78 strm->z.workspace = vmalloc(zlib_inflate_workspacesize()); in z_erofs_load_deflate_config() 79 if (!strm->z.workspace) { in z_erofs_load_deflate_config() 130 zerr = zlib_inflateInit2(&strm->z, -MAX_WBITS); in __z_erofs_deflate_decompress() 137 strm->z.avail_in = min(rq->inputsize, PAGE_SIZE - rq->pageofs_in); in __z_erofs_deflate_decompress() 138 rq->inputsize -= strm->z.avail_in; in __z_erofs_deflate_decompress() 139 strm->z.next_in = dctx.kin + rq->pageofs_in; in __z_erofs_deflate_decompress() 140 strm->z.avail_out = 0; in __z_erofs_deflate_decompress() 144 dctx.avail_out = strm->z.avail_out; in __z_erofs_deflate_decompress() [all …]
|
| /linux/arch/mips/math-emu/ |
| H A D | sp_maddf.c | 15 static union ieee754sp _sp_maddf(union ieee754sp z, union ieee754sp x, in _sp_maddf() argument 50 return ieee754sp_nanxcpt(z); in _sp_maddf() 56 return z; in _sp_maddf() 113 return z; in _sp_maddf() 118 return z; in _sp_maddf() 244 union ieee754sp ieee754sp_maddf(union ieee754sp z, union ieee754sp x, in ieee754sp_maddf() argument 247 return _sp_maddf(z, x, y, 0); in ieee754sp_maddf() 250 union ieee754sp ieee754sp_msubf(union ieee754sp z, union ieee754sp x, in ieee754sp_msubf() argument 253 return _sp_maddf(z, x, y, MADDF_NEGATE_PRODUCT); in ieee754sp_msubf() 256 union ieee754sp ieee754sp_madd(union ieee754sp z, union ieee754sp x, in ieee754sp_madd() argument [all …]
|
| H A D | dp_maddf.c | 40 static union ieee754dp _dp_maddf(union ieee754dp z, union ieee754dp x, in _dp_maddf() argument 82 return ieee754dp_nanxcpt(z); in _dp_maddf() 88 return z; in _dp_maddf() 144 return z; in _dp_maddf() 149 return z; in _dp_maddf() 324 union ieee754dp ieee754dp_maddf(union ieee754dp z, union ieee754dp x, in ieee754dp_maddf() argument 327 return _dp_maddf(z, x, y, 0); in ieee754dp_maddf() 330 union ieee754dp ieee754dp_msubf(union ieee754dp z, union ieee754dp x, in ieee754dp_msubf() argument 333 return _dp_maddf(z, x, y, MADDF_NEGATE_PRODUCT); in ieee754dp_msubf() 336 union ieee754dp ieee754dp_madd(union ieee754dp z, union ieee754dp x, in ieee754dp_madd() argument [all …]
|
| /linux/Documentation/devicetree/bindings/iio/accel/ |
| H A D | lis302.txt | 23 - st,click-single-{x,y,z}: if present, tells the device to issue an 25 x/y/z axis. 26 - st,click-double-{x,y,z}: if present, tells the device to issue an 28 x/y/z axis. 29 - st,click-thresh-{x,y,z}: set the x/y/z axis threshold 47 - st,wakeup-{x,y,z}-{lo,hi}: set wakeup condition on x/y/z axis for 50 - st,wakeup2-{x,y,z}-{lo,hi}: set wakeup condition on x/y/z axis for 59 - st,axis-{x,y,z}=: set the axis to map to the three coordinates. 61 - st,{min,max}-limit-{x,y,z} set the min/max limits for x/y/z axis 76 st,click-single-z; [all …]
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | get_func_args_test.c | 14 __u64 a = 0, z = 0, ret = 0; in BPF_PROG() local 33 err = bpf_get_func_arg(ctx, 1, &z); in BPF_PROG() 47 __u64 a = 0, b = 0, z = 0, ret = 0; in BPF_PROG() local 60 err = bpf_get_func_arg(ctx, 2, &z); in BPF_PROG() 74 __u64 a = 0, b = 0, z = 0, ret = 0; in BPF_PROG() local 87 err = bpf_get_func_arg(ctx, 2, &z); in BPF_PROG() 103 __u64 a = 0, b = 0, z = 0, ret = 0; in BPF_PROG() local 116 err = bpf_get_func_arg(ctx, 2, &z); in BPF_PROG() 130 __u64 a = 0, z = 0; in BPF_PROG() local 139 err = bpf_get_func_arg(ctx, 1, &z); in BPF_PROG() 150 __u64 a = 0, b = 0, z = 0; BPF_PROG() local 175 __u64 a = 0, z = 0, ret = 0; BPF_PROG() local [all...] |
| /linux/drivers/ata/ |
| H A D | pata_buddha.c | 149 static int pata_buddha_probe(struct zorro_dev *z, in pata_buddha_probe() argument 163 dev_info(&z->dev, "%s IDE controller\n", board_name[type]); in pata_buddha_probe() 165 board = z->resource.start; in pata_buddha_probe() 168 if (!devm_request_mem_region(&z->dev, in pata_buddha_probe() 173 if (!devm_request_mem_region(&z->dev, in pata_buddha_probe() 177 if (!devm_request_mem_region(&z->dev, in pata_buddha_probe() 185 old_drvdata = dev_get_drvdata(&z->dev); in pata_buddha_probe() 188 host = ata_host_alloc(&z->dev, nr_ports); in pata_buddha_probe() 190 dev_set_drvdata(&z->dev, old_drvdata); in pata_buddha_probe() 248 static void pata_buddha_remove(struct zorro_dev *z) in pata_buddha_remove() argument [all …]
|
| /linux/tools/testing/selftests/ftrace/test.d/instances/ |
| H A D | instance.tc | 7 rmdir x y z 2>/dev/null 31 mkdir z 34 rmdir z 71 mkdir x y z 72 ls x y z 73 rmdir x y z 74 for d in x y z; do
|
| H A D | instance-event.tc | 91 mkdir z 94 rmdir z 131 mkdir x y z 132 ls x y z 133 rmdir x y z 134 for d in x y z; do
|
| /linux/drivers/scsi/ |
| H A D | zorro7xx.c | 75 static int zorro7xx_init_one(struct zorro_dev *z, in zorro7xx_init_one() argument 83 board = zorro_resource_start(z); in zorro7xx_init_one() 92 if (!zorro_request_device(z, zdd->name)) { in zorro7xx_init_one() 106 hostdata->base = ioremap(ioaddr, zorro_resource_len(z)); in zorro7xx_init_one() 120 &z->dev); in zorro7xx_init_one() 137 zorro_set_drvdata(z, host); in zorro7xx_init_one() 149 zorro_release_device(z); in zorro7xx_init_one() 154 static void zorro7xx_remove_one(struct zorro_dev *z) in zorro7xx_remove_one() argument 156 struct Scsi_Host *host = zorro_get_drvdata(z); in zorro7xx_remove_one() 166 zorro_release_device(z); in zorro7xx_remove_one()
|
| H A D | a2091.c | 200 static int a2091_probe(struct zorro_dev *z, const struct zorro_device_id *ent) in a2091_probe() argument 208 if (dma_set_mask_and_coherent(&z->dev, DMA_BIT_MASK(24))) { in a2091_probe() 209 dev_warn(&z->dev, "cannot use 24 bit DMA\n"); in a2091_probe() 213 if (!request_mem_region(z->resource.start, 256, "wd33c93")) in a2091_probe() 224 instance->unique_id = z->slotaddr; in a2091_probe() 226 regs = ZTWO_VADDR(z->resource.start); in a2091_probe() 233 hdata->dev = &z->dev; in a2091_probe() 251 zorro_set_drvdata(z, instance); in a2091_probe() 261 release_mem_region(z->resource.start, 256); in a2091_probe() 265 static void a2091_remove(struct zorro_dev *z) in a2091_remove() argument [all …]
|
| /linux/arch/powerpc/include/asm/ |
| H A D | time.h | 87 ({unsigned z; asm ("mulhwu %0,%1,%2" : "=r" (z) : "r" (x), "r" (y)); z;}) 91 ({unsigned long z; asm ("mulhdu %0,%1,%2" : "=r" (z) : "r" (x), "r" (y)); z;})
|
| /linux/drivers/video/fbdev/ |
| H A D | fm2fb.c | 212 static int fm2fb_probe(struct zorro_dev *z, const struct zorro_device_id *id); 227 static int fm2fb_probe(struct zorro_dev *z, const struct zorro_device_id *id) in fm2fb_probe() argument 234 is_fm = z->id == ZORRO_PROD_BSC_FRAMEMASTER_II; in fm2fb_probe() 236 if (!zorro_request_device(z,"fm2fb")) in fm2fb_probe() 239 info = framebuffer_alloc(16 * sizeof(u32), &z->dev); in fm2fb_probe() 241 zorro_release_device(z); in fm2fb_probe() 247 zorro_release_device(z); in fm2fb_probe() 252 fb_fix.smem_start = zorro_resource_start(z); in fm2fb_probe() 286 zorro_release_device(z); in fm2fb_probe()
|
| /linux/arch/arm/nwfpe/ |
| H A D | softfloat.c | 75 int32 z; in roundAndPackInt32() local 97 z = absZ; in roundAndPackInt32() 98 if ( zSign ) z = - z; in roundAndPackInt32() 99 if ( ( absZ>>32 ) || ( z && ( ( z < 0 ) ^ zSign ) ) ) { in roundAndPackInt32() 104 return z; in roundAndPackInt32() 530 floatx80 z; in packFloatx80() local 532 z.low = zSig; in packFloatx80() 533 z.high = ( ( (bits16) zSign )<<15 ) + zExp; in packFloatx80() 534 z.__padding = 0; in packFloatx80() 535 return z; in packFloatx80() [all …]
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | omap3-gta04a3.dts | 25 st,click-single-z; 28 st,click-thresh-z = <10>; 36 st,wakeup-z-lo; 37 st,wakeup-z-hi; 40 st,min-limit-z = <3>; 43 st,max-limit-z = <32>;
|