/kernel/linux/linux-6.6/drivers/input/gameport/ |
H A D | fm801-gp.c | 83 port->open = fm801_gp_open; in fm801_gp_probe()
|
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | amimouse.c | 113 dev->open = amimouse_open; in amimouse_probe()
|
H A D | atarimouse.c | 30 * Allow multiple open's 135 atamouse_dev->open = atamouse_open; in atamouse_init()
|
/kernel/linux/linux-6.6/drivers/input/serio/ |
H A D | altera_ps2.c | 109 serio->open = altera_ps2_open; in altera_ps2_probe()
|
H A D | q40kbd.c | 80 * q40kbd_open() is called when a port is open by the higher layer. 122 port->open = q40kbd_open; in q40kbd_probe()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | pmu.c | 167 fd = open(format, O_DIRECTORY); in test__pmu()
|
/kernel/linux/linux-6.6/samples/acrn/ |
H A D | vm-sample.c | 61 hsm_fd = open("/dev/acrn_hsm", O_RDWR|O_CLOEXEC); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/ |
H A D | mmio_warning_test.c | 60 kvm = open("/dev/kvm", O_RDWR); in test() 61 TEST_ASSERT(kvm != -1, "failed to open /dev/kvm"); in test()
|
/kernel/linux/linux-6.6/tools/testing/selftests/media_tests/ |
H A D | video_device_test.c | 142 /* Open Video device and keep it open */ in main() 143 fd = open(video_dev, O_RDWR); in main() 145 printf("Video Device open errno %s\n", strerror(errno)); in main()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | lzma.c | 110 int fd = open(input, O_RDONLY); in lzma_is_compressed()
|
H A D | setup.py | 79 ext_sources = [f.strip() for f in open('util/python-ext-sources')
|
H A D | copyfile.c | 115 fromfd = open(from, O_RDONLY); in copyfile_mode_ns()
|
/kernel/linux/linux-6.6/tools/power/cpupower/debug/i386/ |
H A D | dump_psb.c | 176 fd = open("/dev/mem", O_RDONLY); in main() 178 printf ("Couldn't open /dev/mem. Are you root?\n"); in main()
|
/kernel/linux/linux-6.6/tools/spi/ |
H A D | spidev_fdx.c | 143 fd = open(name, O_RDWR); in main() 145 perror("open"); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/abi/ |
H A D | tpidr2.c | 275 ret = open("/proc/sys/abi/sme_default_vector_length", O_RDONLY, 0); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/ |
H A D | bench_rename.c | 52 fprintf(stderr, "failed to open skeleton\n"); in setup_ctx() 56 ctx.fd = open("/proc/self/comm", O_WRONLY|O_TRUNC); in setup_ctx() 58 fprintf(stderr, "failed to open /proc/self/comm: %d\n", -errno); in setup_ctx()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | get_cgroup_id_user.c | 96 efd = open(buf, O_RDONLY, 0); in main() 97 if (CHECK(efd < 0, "open", "err %d errno %d\n", efd, errno)) in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | lwt_helpers.h | 46 int fd = open("/dev/net/tun", O_RDWR); in open_tuntap() 48 if (!ASSERT_GT(fd, 0, "open(/dev/net/tun)")) in open_tuntap()
|
H A D | module_attach.c | 17 fd = open(BPF_TESTMOD_TEST_FILE, O_RDONLY); in trigger_module_test_writable() 47 if (CHECK(!skel, "skel_open", "failed to open skeleton\n")) in test_module_attach()
|
/kernel/linux/linux-6.6/tools/testing/selftests/openat2/ |
H A D | rename_attack_test.c | 43 dfd = open(dirname, O_PATH | O_DIRECTORY); in setup_testdir() 45 ksft_exit_fail_msg("setup_testdir: failed to open tmpdir\n"); in setup_testdir() 104 ksft_exit_fail_msg("test_rename_attack: failed to open 'a'\n"); in test_rename_attack()
|
/kernel/linux/linux-6.6/tools/testing/selftests/proc/ |
H A D | fd-003-kthread.c | 48 dir_fd = open(buf, O_RDONLY|O_DIRECTORY); in kernel_thread_fd()
|
/kernel/linux/linux-6.6/tools/testing/selftests/timens/ |
H A D | clock_nanosleep.c | 132 nsfd = open("/proc/self/ns/time_for_children", O_RDONLY); in main() 134 return pr_perror("Unable to open timens_for_children"); in main()
|
/kernel/linux/linux-6.6/sound/drivers/opl4/ |
H A D | opl4_proc.c | 80 .open = snd_opl4_mem_proc_open,
|
/kernel/linux/linux-6.6/sound/aoa/soundbus/ |
H A D | soundbus.h | 105 int (*open)(struct codec_info_item *cii, member
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | hrtimer.c | 118 .open = snd_hrtimer_open,
|