Searched refs:subd (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/drivers/comedi/ |
H A D | range.c | 51 int subd, chan; in do_rangeinfo_ioctl() local 55 subd = (it->range_type >> 24) & 0xf; in do_rangeinfo_ioctl() 60 if (subd >= dev->n_subdevices) in do_rangeinfo_ioctl() 62 s = &dev->subdevices[subd]; in do_rangeinfo_ioctl()
|
/openbmc/linux/drivers/comedi/kcomedilib/ |
H A D | kcomedilib_main.c | 211 unsigned int subd) in comedi_find_subdevice_by_type() argument 218 for (; subd < dev->n_subdevices; subd++) { in comedi_find_subdevice_by_type() 219 s = &dev->subdevices[subd]; in comedi_find_subdevice_by_type() 221 ret = subd; in comedi_find_subdevice_by_type()
|
/openbmc/linux/drivers/net/wireless/ath/ath5k/ |
H A D | led.c | 47 #define ATH_SDEVICE(subv, subd) \ argument 49 .subvendor = (subv), .subdevice = (subd)
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | packagedata.py | 59 subd = read_pkgdatafile(get_subpkgedata_fn(pkg, d)) 60 for var in subd: 62 if newvar == var and var + ":" + pkg in subd: 64 ret[newvar] = subd[var]
|
/openbmc/linux/include/linux/comedi/ |
H A D | comedilib.h | 23 unsigned int subd);
|
/openbmc/linux/tools/testing/selftests/hid/ |
H A D | hid_bpf.c | 386 DIR *d, *subd; in get_hidraw() local 404 subd = opendir(sysfs); in get_hidraw() 405 if (!subd) in get_hidraw() 408 while ((subdir = readdir(subd)) != NULL) { in get_hidraw() 415 closedir(subd); in get_hidraw()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
H A D | base.c | 53 u32 subd; in nvkm_clk_adjust() local 60 subd = nvbios_boostSp(bios, idx++, data, &sver, &shdr, in nvkm_clk_adjust() 62 if (subd && boostS.domain == domain) { in nvkm_clk_adjust() 69 } while (subd); in nvkm_clk_adjust()
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | package_rpm.bbclass | 155 subd = oe.packagedata.read_subpkgdata_dict(dep, d) 156 if 'PKGV' in subd: 157 pv = subd['PV'] 158 pkgv = subd['PKGV'] 163 if 'PKGR' in subd: 165 pr = '-' + subd['PR'] 166 pkgr = '-' + subd['PKGR']
|
/openbmc/linux/arch/loongarch/net/ |
H A D | bpf_jit.c | 502 emit_insn(ctx, subd, dst, dst, src); in build_insn() 513 emit_insn(ctx, subd, dst, dst, t1); in build_insn() 575 emit_insn(ctx, subd, dst, LOONGARCH_GPR_ZERO, dst); in build_insn()
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | inst.h | 699 DEF_EMIT_REG3_FORMAT(subd, subd_op)
|
/openbmc/qemu/target/riscv/ |
H A D | insn32.decode | 216 subd 0100000 ..... ..... 000 ..... 1111011 @r
|