Searched refs:open (Results 626 - 650 of 2546) sorted by relevance

<<21222324252627282930>>

/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_params.c120 .open = __pvr_device_param_##name_##_open, \
/linux-master/samples/bpf/
H A Dcpustat_user.c157 fd = open(CPUFREQ_MAX_SYSFS_PATH, O_WRONLY);
159 printf("failed to open scaling_max_freq, errno=%d\n", errno);
165 printf("failed to open scaling_max_freq, errno=%d\n", errno);
171 printf("failed to open scaling_max_freq, errno=%d\n", errno);
/linux-master/drivers/char/
H A Dttyprintk.c84 * TTY operations open function.
153 .open = tpk_open,
/linux-master/drivers/usb/host/
H A Dxhci-debugfs.c253 .open = xhci_ring_open,
338 .open = xhci_context_open,
399 .open = xhci_port_open,
531 .open = xhci_stream_id_open,
/linux-master/tools/perf/util/
H A Ddebuginfo.c46 fd = open(path, O_RDONLY);
108 /* Try to open distro debuginfo files */
128 /* if failed to open all distro debuginfo, open given binary */
/linux-master/arch/s390/pci/
H A Dpci_debug.c171 .open = pci_perf_seq_open,
/linux-master/drivers/gpu/drm/
H A Ddrm_debugfs.c173 .open = drm_debugfs_entry_open,
181 .open = drm_debugfs_open,
506 .open = edid_open,
516 .open = connector_open,
/linux-master/sound/core/
H A Dhrtimer.c116 .open = snd_hrtimer_open,
/linux-master/arch/x86/kvm/
H A Ddebugfs.c186 .open = kvm_mmu_rmaps_stat_open,
/linux-master/arch/xtensa/platforms/iss/
H A Dconsole.c97 .open = rs_open,
/linux-master/drivers/input/mouse/
H A Damimouse.c113 dev->open = amimouse_open;
/linux-master/include/linux/
H A Dtee_core.h68 * @open: called when the device file is opened
69 * @release: release this open file
70 * @open_session: open a new session
74 * @cancel_req: request cancel of an ongoing invoke or open
83 int (*open)(struct tee_context *ctx); member in struct:tee_driver_ops
294 * @teedev: Device to open
/linux-master/drivers/bluetooth/
H A Dhci_uart.h53 int (*open)(struct hci_uart *hu); member in struct:hci_uart_proto
H A Dbtrsi.c137 hdev->open = rsi_hci_open;
/linux-master/Documentation/
H A Dconf.py194 for line in open('../Makefile'):
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddebugfs.c169 .open = simple_open,
175 .open = simple_open,
197 .open = simple_open,
500 .open = simple_open,
/linux-master/drivers/platform/chrome/
H A Dcros_hps_i2c.c7 * state of the sensor, keeping it on only while userspace holds an open file
54 .open = hps_open,
/linux-master/tools/testing/selftests/arm64/abi/
H A Dtpidr2.c281 ret = open("/proc/sys/abi/sme_default_vector_length", O_RDONLY, 0);
/linux-master/drivers/gpu/drm/xe/
H A Dxe_debugfs.c117 .open = forcewake_open,
/linux-master/tools/testing/selftests/kvm/
H A Dhardware_disable_test.c52 fd = open("/dev/null", O_RDWR);
/linux-master/arch/x86/kernel/cpu/sgx/
H A Ddriver.c129 .open = sgx_open,
/linux-master/tools/testing/selftests/mm/
H A Dvirtual_address_range.c106 fd = open("va_dump", O_CREAT | O_WRONLY, 0600);
109 ksft_test_result_skip("cannot create or open dump file\n");
115 ksft_exit_fail_msg("cannot open /proc/self/maps\n");
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_hugetlb_memcg.c28 fd = open(path, O_RDONLY);
/linux-master/drivers/watchdog/
H A Dmtx-1_wdt.c24 * it is opened for the first time. After the first open
183 .open = mtx1_wdt_open,
/linux-master/samples/acrn/
H A Dvm-sample.c61 hsm_fd = open("/dev/acrn_hsm", O_RDWR|O_CLOEXEC);

Completed in 424 milliseconds

<<21222324252627282930>>