Searched refs:os (Results 126 - 150 of 265) sorted by relevance

1234567891011

/linux-master/drivers/hwmon/
H A Dlm75.c892 int conf, hyst, os; local
941 os = i2c_smbus_read_byte_data(new_client, 3);
950 os = i2c_smbus_read_byte_data(new_client, 3);
951 if (i2c_smbus_read_byte_data(new_client, 4) != os
952 || i2c_smbus_read_byte_data(new_client, 5) != os
953 || i2c_smbus_read_byte_data(new_client, 6) != os
954 || i2c_smbus_read_byte_data(new_client, 7) != os)
961 if (hyst == 0 && os == 0)
968 || i2c_smbus_read_byte_data(new_client, i + 3) != os)
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc.py11 import os namespace
48 plugindir = os.getenv('TDC_PLUGIN_DIR', './plugins')
49 for dirpath, dirnames, filenames in os.walk(plugindir):
110 if os.path.isfile(pgpath):
759 if not os.path.isfile(NAMES['TC']):
873 if not os.path.isfile(ff):
876 flist.append(os.path.abspath(ff))
882 for root, dirnames, filenames in os.walk(testdir):
884 candidate = os.path.abspath(os
[all...]
/linux-master/tools/lib/subcmd/
H A Dparse-options.h123 #define OPT_BOOLEAN_SET(s, l, v, os, h) \
126 .set = check_vtype(os, bool *)}
141 #define OPT_STRING_OPTARG_SET(s, l, v, os, a, h, d) \
145 .set = check_vtype(os, bool *)}
151 #define OPT_CALLBACK_SET(s, l, v, os, a, h, f) \
152 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help = (h), .callback = (f), .set = check_vtype(os, bool *)}
/linux-master/scripts/
H A Drust_is_available_test.py11 import os namespace
33 os.chmod(path, os.stat(path).st_mode | stat.S_IXUSR)
241 result = self.run_script(self.Expected.FAILURE, env | { "PATH": os.environ["PATH"], "BINDGEN": "bindgen" })
267 result = self.run_script(self.Expected.FAILURE, { "PATH": os.environ["PATH"], "RUSTC": "rustc", "KRUSTFLAGS": f"--sysroot={self.missing}" })
339 "PATH": os.environ["PATH"],
H A Dbloat-o-meter10 import sys, os, re, argparse
34 with os.popen("{} --size-sort {}".format(nm, file)) as f:
/linux-master/tools/net/ynl/
H A Dynl-gen-rst.py22 import os.path namespace
351 if args.input and not os.path.isfile(args.input):
359 if os.path.isfile(args.output):
391 index_dir = os.path.dirname(output)
393 for filename in sorted(os.listdir(index_dir)):
410 content = parse_yaml_file(os.path.join(args.input))
/linux-master/tools/kvm/kvm_stat/
H A Dkvm_stat26 import os
315 machine = os.uname()[4]
465 os.read(self.events[0].fd, length))))
488 os.close(self.fd)
512 id_path = os.path.join(PATH_DEBUGFS_TRACING, 'events', trace_set,
541 raise OSError(err, os.strerror(err),
588 """Returns os.walk() data for specified directory.
593 return next(os.walk(path))
640 path = os.path.join(PATH_DEBUGFS_TRACING, 'events', 'kvm')
691 path = os
[all...]
/linux-master/arch/powerpc/platforms/pseries/
H A Dplpks-secvar.c92 var.os = PLPKS_VAR_LINUX;
143 var.os = PLPKS_VAR_LINUX;
/linux-master/tools/hv/
H A Dvmbus_testing16 import os
30 if not os.path.isdir(debugfs_hyperv_path):
149 if (os.path.isfile(f_path)):
159 elif (os.path.isdir(f_path)):
/linux-master/sound/soc/meson/
H A Daxg-pdm.c151 unsigned int os = filters->hcic.ds; local
160 os *= filters->lpf[i].ds;
162 return os;
165 static int axg_pdm_set_sysclk(struct axg_pdm *priv, unsigned int os, argument
168 unsigned int sys_rate = os * 2 * rate * PDM_CHAN_CTRL_POINTER_MAX;
228 unsigned int os = axg_pdm_get_os(priv); local
247 ret = axg_pdm_set_sysclk(priv, os, rate);
253 ret = clk_set_rate(priv->dclk, rate * os);
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dmm.h4 #include <core/os.h>
/linux-master/arch/um/drivers/
H A Dfd.c12 #include <os.h>
H A Drandom.c19 #include <os.h>
/linux-master/drivers/gpu/drm/nouveau/include/nvfw/
H A Dflcn.h4 #include <core/os.h>
H A Dls.h4 #include <core/os.h>
/linux-master/drivers/gpu/drm/nouveau/
H A Dnv50_fence.c25 #include <nvif/os.h>
/linux-master/arch/um/os-Linux/
H A Dtime.c16 #include <os.h>
H A Dirq.c14 #include <os.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dcgrp.h4 #include <core/os.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dpriv.h6 #include <subdev/pmu/fuc/os.h>
/linux-master/drivers/hid/
H A Dhid-wiimote.h278 #define wiiproto_req_rreg(wdata, os, sz) \
279 wiiproto_req_rmem((wdata), false, (os), (sz))
280 #define wiiproto_req_reeprom(wdata, os, sz) \
281 wiiproto_req_rmem((wdata), true, (os), (sz))
/linux-master/arch/um/kernel/skas/
H A Dmmu.c14 #include <os.h>
/linux-master/fs/hostfs/
H A Dhostfs.h5 #include <os.h>
/linux-master/arch/um/kernel/
H A Dsignal.c15 #include <os.h>
/linux-master/tools/mm/
H A Dthpmaps16 import os
85 self.fd = os.open(self.filename, os.O_RDONLY)
88 os.close(self.fd)
97 length = os.preadv(self.fd, (buffer,), offset)
438 for walk_info in os.walk(args.cgroup):
448 for pid in os.listdir('/proc'):
673 prog = os.path.basename(sys.argv[0])

Completed in 320 milliseconds

1234567891011