/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_chardev.c | 55 .open = kfd_open, 121 "Process %d (32-bit) failed to open /dev/kfd\n" in kfd_open()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | ipsec.c | 110 fd = open(netns_path, O_RDONLY); in unshare_open() 112 pr_err("open(%s)", netns_path); in unshare_open() 455 printk("Failed to open netlink route socket in child"); in init_child() 1347 printk("Failed to open xfrm netlink socket"); in netlink_sock_bind() 1676 printk("Failed to open xfrm netlink socket"); in child_f() 1801 printk("Failed to open xfrm netlink socket"); in grand_child_f() 2163 ksft_exit_skip("Failed to open netlink route socket\n"); in main()
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | book3s_64_mmu_hv.c | 2128 .open = debugfs_htab_open,
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | lpar.c | 2005 .open = simple_open,
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_sockmap.c | 1925 cg_fd = open(optarg, O_DIRECTORY, O_RDONLY); in main() 1928 "ERROR: (%i) open cg path failed: %s\n", in main()
|
/kernel/linux/linux-5.10/drivers/misc/ |
H A D | fastrpc.c | 1531 .open = fastrpc_device_open,
|
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/ |
H A D | debugfs.c | 1198 .open = hl_debugfs_open,
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-input.c | 1762 input_dev->open = hidinput_open; in hidinput_allocate()
|
H A D | hid-logitech-dj.c | 1436 .open = logi_dj_ll_open,
|
/kernel/linux/linux-5.10/drivers/hid/usbhid/ |
H A D | hid-core.c | 1320 .open = usbhid_open,
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-ioctl.c | 332 DMWARN("remove_all left %d open device(s)", dev_skipped); in dm_hash_remove_all() 883 * Ensure the device is not open and nothing further can open it. in dev_remove() 892 DMDEBUG_LIMIT("unable to remove open device %s", hc->name); in dev_remove() 1664 * Implementation of open/close/ioctl on the special char 1972 .open = dm_open,
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | ov9650.c | 1388 .open = ov965x_open,
|
H A D | ov7670.c | 1755 .open = ov7670_open,
|
H A D | ov8856.c | 1582 .open = ov8856_open,
|
H A D | ov2659.c | 1351 .open = ov2659_open,
|
H A D | imx355.c | 1560 .open = imx355_open,
|
H A D | ov13858.c | 1586 .open = ov13858_open,
|
H A D | s5k6aa.c | 1486 .open = s5k6aa_open,
|
/kernel/linux/linux-5.10/drivers/macintosh/ |
H A D | via-pmu.c | 2482 .open = pmu_open,
|
/kernel/linux/linux-5.10/drivers/media/dvb-core/ |
H A D | dvb_net.c | 1611 .open = locked_dvb_net_open,
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | rtl2832_sdr.c | 1226 .open = v4l2_fh_open,
|
/kernel/linux/linux-5.10/drivers/input/joystick/ |
H A D | xpad.c | 1684 input_dev->open = xpad_open; in xpad_init_input() 1867 * Submit the int URB immediately rather than waiting for open in xpad_probe()
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | usbtouchscreen.c | 64 * open. This is useful when devices have a watchdog which prevents us 98 struct mutex pm_mutex; /* serialize access to open/suspend */ 1729 input_dev->open = usbtouch_open; in usbtouch_probe()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
H A D | qib_file_ops.c | 73 .open = qib_open, 972 * buffers in the chip. We have the open and close entries so we can bump 1303 * Allocate memory for use in qib_tid_update() at open to in setup_ctxt() 1313 "Unable to allocate ctxtdata memory, failing open\n"); in setup_ctxt() 1492 /* Skip ctxts which are not yet open */ in find_shared_ctxt() 1723 rcd->tidcursor = 0; /* start at beginning after open */ in qib_do_user_init() 1734 * This will (very briefly) affect any other open ctxts, but the in qib_do_user_init()
|
/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/ |
H A D | mISDNipac.c | 745 pr_debug("%s: %s dev(%d) open from %p\n", isac->name, __func__, in open_dchannel_caller() 865 isac->open = open_dchannel; in mISDNisac_init() 1489 return -EBUSY; /* b-channel can be only open once */ in open_bchannel()
|