/kernel/linux/linux-5.10/drivers/char/ |
H A D | dsp56k.c | 484 .open = dsp56k_open,
|
H A D | apm-emulation.c | 385 .open = apm_open,
|
/kernel/linux/linux-5.10/drivers/char/mwave/ |
H A D | mwavedd.c | 488 .open = mwave_open,
|
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | hci_mrvl.c | 387 .open = mrvl_open,
|
H A D | bpa10x.c | 394 hdev->open = bpa10x_open; in bpa10x_probe()
|
/kernel/linux/linux-5.10/drivers/char/hw_random/ |
H A D | core.c | 293 .open = rng_dev_open,
|
/kernel/linux/linux-5.10/drivers/crypto/bcm/ |
H A D | util.c | 474 .open = simple_open,
|
/kernel/linux/linux-5.10/drivers/firmware/ |
H A D | turris-mox-rwtm.c | 24 * This firmware is open source and it's sources can be found at 428 .open = rwtm_debug_open,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/gpio/ |
H A D | gpio_service.c | 344 if (!(*pin)->funcs->open(*pin, mode)) { in dal_gpio_service_open()
|
/kernel/linux/linux-5.10/drivers/mtd/ubi/ |
H A D | block.c | 227 * The volume is already open, just increase the reference in ubiblock_open() 245 dev_err(disk_to_dev(dev->gd), "failed to open ubi volume %d_%d", in ubiblock_open() 287 .open = ubiblock_open, 637 "UBI: block: can't open volume on ubi%d_%d, err=%ld\n", in ubiblock_create_from_param()
|
/kernel/linux/linux-5.10/drivers/net/caif/ |
H A D | caif_serial.c | 386 .open = ldisc_open,
|
/kernel/linux/linux-5.10/drivers/net/can/ |
H A D | slcan.c | 702 .open = slcan_open,
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | sgiarcs.h | 223 LONG open; member
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/ |
H A D | core-pkey.c | 323 fd = open(filename[i], O_RDONLY); in parent()
|
/kernel/linux/linux-5.10/usr/ |
H A D | gen_init_cpio.c | 311 file = open (location, O_RDONLY); in cpio_mkfile() 562 fprintf(stderr, "ERROR: unable to open '%s': %s\n\n", in main()
|
/kernel/linux/linux-5.10/tools/virtio/ |
H A D | virtio_test.c | 137 dev->control = open("/dev/vhost-test", O_RDWR); in vdev_info_init()
|
/kernel/linux/linux-5.10/tools/testing/selftests/rtc/ |
H A D | rtctest.c | 31 self->fd = open(rtc_file, O_RDONLY); in FIXTURE_SETUP()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/book3s/ |
H A D | vas-api.c | 26 * fd = open("/dev/crypto/nx-gzip", O_RDWR); 92 * multithread application, the child thread can open in get_vas_user_win_ref() 184 * open a window and can exit without closing it. May be some in vas_update_csb() 303 pr_err("Invalid window open API version\n"); in coproc_ioc_tx_win_open() 315 pr_err_ratelimited("VAS window open failed rc=%ld\n", in coproc_ioc_tx_win_open() 346 * open, so we can't really call clear_thread_tidr(). in coproc_release() 456 * manage with the existing open windows if available. in vas_mmap_fault() 488 /* Ensure instance has an open send window */ in coproc_mmap() 490 pr_err("No send window open?\n"); in coproc_mmap() 505 * is active again or open ne in coproc_mmap() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | tcp_hdr_options.c | 61 fd = open(sysctl, O_WRONLY); in write_sysctl() 62 if (CHECK(fd == -1, "open sysctl", "open(%s): %s (%d)\n", in write_sysctl() 583 if (CHECK(!skel, "open and load skel", "failed")) in test_tcp_hdr_options() 587 if (CHECK(!misc_skel, "open and load misc test skel", "failed")) in test_tcp_hdr_options()
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | perf.c | 19 * so the only protection that is needed is at open and close. 22 * modification of the state during open/close operations so 474 .open = perf_open,
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | sysinfo.c | 495 .open = stsi_open_##fc##_##s1##_##s2, \
|
/kernel/linux/linux-6.6/arch/s390/hypfs/ |
H A D | inode.c | 442 .open = hypfs_open,
|
/kernel/linux/linux-6.6/arch/um/os-Linux/ |
H A D | file.c | 326 fd = open(file, O_RDONLY, 0); in os_file_size() 329 printk(UM_KERN_ERR "Couldn't open \"%s\", " in os_file_size()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/mediatek/ |
H A D | mtk_drm_drv.c | 303 .open = drm_open,
|
/kernel/linux/linux-5.10/drivers/misc/cxl/ |
H A D | flash.c | 401 /* Allows one process to open the device by using a semaphore */ in device_open() 509 .open = device_open,
|