/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | opal-prd.c | 319 .open = opal_prd_open,
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | rtlx.c | 396 .open = file_open,
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | dtl.c | 315 .open = dtl_file_open,
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | addnote.c | 125 fd = open(av[1], O_RDWR); in main()
|
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | start_up.c | 359 fd = open(file, O_RDWR, 0); in parse_iomem() 361 perror("parse_iomem - Couldn't open io file"); in parse_iomem()
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/ |
H A D | dev-mcelog.c | 126 static int mce_chrdev_open_exclu; /* already open exclusive? */ 328 .open = mce_chrdev_open,
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | ambassador.h | 356 } open; member
|
/kernel/linux/linux-5.10/drivers/block/aoe/ |
H A D | aoechr.c | 272 .open = aoechr_open,
|
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | btsdio.c | 329 hdev->open = btsdio_open; in btsdio_probe()
|
H A D | hci_ag6xx.c | 198 bt_dev_err(hdev, "Failed to open Intel bddata file: %s (%d)", in ag6xx_setup() 236 bt_dev_err(hdev, "Failed to open Intel patch file: %s(%d)", in ag6xx_setup() 305 .open = ag6xx_open,
|
/kernel/linux/linux-5.10/drivers/char/ |
H A D | ds1620.c | 353 .open = ds1620_open,
|
H A D | bsr.c | 148 .open = bsr_open,
|
/kernel/linux/linux-5.10/drivers/block/ |
H A D | z2ram.c | 329 .open = z2_open,
|
/kernel/linux/linux-5.10/drivers/char/pcmcia/ |
H A D | scr24x_cs.c | 94 * a reference via open() anymore. */ in scr24x_release() 220 .open = scr24x_open,
|
/kernel/linux/linux-5.10/drivers/dma/idxd/ |
H A D | cdev.c | 186 .open = idxd_cdev_open,
|
/kernel/linux/linux-5.10/drivers/dma-buf/ |
H A D | sw_sync.c | 26 * To start the framework just open: 408 .open = sw_sync_debugfs_open,
|
/kernel/linux/linux-5.10/drivers/mtd/ |
H A D | mtdblock.c | 264 /* OK, it's not open. Create cache info for it */ in mtdblock_open() 343 .open = mtdblock_open,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_debugfs.c | 174 .open = simple_open,
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | rtlx.c | 396 .open = file_open,
|
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/ |
H A D | gen-hyprel.c | 254 fd = open(path, O_RDONLY); in init_elf() 256 fatal_perror("Could not open ELF file"); in init_elf()
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | addnote.c | 125 fd = open(av[1], O_RDWR); in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/ptp/ |
H A D | testptp.c | 121 " -d name device to open\n" in usage() 261 fd = open(device, O_RDWR); in main()
|
/kernel/linux/linux-5.10/tools/usb/ |
H A D | testusb.c | 291 if ((fd = open (dev->name, O_RDWR)) < 0) { in handle_testdev() 292 perror ("can't open dev file r/w"); in handle_testdev()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | tcp_fastopen_backup_key.c | 324 proc_fd = open(PROC_FASTOPEN_KEY, O_RDWR); in main() 326 error(1, errno, "Unable to open %s", PROC_FASTOPEN_KEY); in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/uevent/ |
H A D | uevent_filtering.c | 95 fprintf(stderr, "%s - Failed to open uevent socket\n", strerror(errno)); in uevent_listener() 198 fd = open(__DEV_FULL, O_RDWR | O_CLOEXEC); in trigger_uevent()
|