Searched refs:open (Results 2751 - 2775 of 8039) sorted by relevance
1...<<111112113114115116117118119120>>...322
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | harddog_kern.c | 61 * Allow only one person to hold it open 164 .open = harddog_open,
|
H A D | mmapper_kern.c | 89 .open = mmapper_open,
|
H A D | vde_user.c | 44 printk(UM_KERN_WARNING "vde_open - we have no VDECONN to open"); in vde_user_open() 66 .open = vde_user_open,
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-picolcd_cir.c | 106 rdev->open = picolcd_cir_open; in picolcd_init_cir()
|
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | amimouse.c | 113 dev->open = amimouse_open; in amimouse_probe()
|
H A D | maplemouse.c | 96 input_dev->open = dc_mouse_open; in probe_maple_mouse()
|
H A D | pc110pad.c | 135 pc110pad_dev->open = pc110pad_open; in pc110pad_init()
|
H A D | atarimouse.c | 30 * Allow multiple open's 135 atamouse_dev->open = atamouse_open; in atamouse_init()
|
/kernel/linux/linux-5.10/drivers/input/serio/ |
H A D | altera_ps2.c | 111 serio->open = altera_ps2_open; in altera_ps2_probe()
|
H A D | q40kbd.c | 83 * q40kbd_open() is called when a port is open by the higher layer. 125 port->open = q40kbd_open; in q40kbd_probe()
|
H A D | rpckbd.c | 127 serio->open = rpckbd_open; in rpckbd_probe()
|
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/ |
H A D | rxe_mmap.c | 35 * open and close keep track of how many times the memory region is mapped, 53 .open = rxe_vma_open,
|
/kernel/linux/linux-5.10/drivers/input/gameport/ |
H A D | fm801-gp.c | 83 port->open = fm801_gp_open; in fm801_gp_probe()
|
/kernel/linux/linux-5.10/drivers/net/wireless/cisco/ |
H A D | airo_cs.c | 154 if (link->open) { in airo_resume()
|
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | wanxl.h | 137 volatile u32 open; member
|
/kernel/linux/linux-5.10/drivers/nfc/nxp-nci/ |
H A D | core.c | 90 .open = nxp_nci_open,
|
/kernel/linux/linux-5.10/drivers/nfc/st-nci/ |
H A D | core.c | 99 .open = st_nci_open,
|
/kernel/linux/linux-5.10/drivers/scsi/megaraid/ |
H A D | megaraid_sas_debugfs.c | 94 .open = megasas_debugfs_raidmap_open,
|
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_debugfs.c | 53 * _debugfs_iocdump_open : open the ioc_dump debugfs attribute file 91 .open = _debugfs_iocdump_open,
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | n_tracerouter.c | 106 * @file: pointer to open file object. 130 * @file: pointer to open file object. 181 .open = n_tracerouter_open,
|
H A D | n_tracesink.c | 44 * after an init() but before a successful open() which 58 * -EEXIST = open() called successfully once and it cannot 61 * Caveats: open() should only be successful the first time a 103 * @file: pointer to open file object. 127 * @file: pointer to open file object. 159 * on top of via an open() call, this API function will not 186 .open = n_tracesink_open,
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | u_ether.h | 79 /* called on network open/close */ 80 void (*open)(struct gether *); member
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | syscall_tp_user.c | 93 /* trigger some "open" operations */ in test() 94 fd = open(filename, O_RDONLY); in test() 96 fprintf(stderr, "open failed: %s\n", strerror(errno)); in test()
|
/kernel/linux/linux-5.10/samples/pidfd/ |
H A D | pidfd-metadata.c | 58 procfd = open(path, O_DIRECTORY | O_RDONLY | O_CLOEXEC); in pidfd_metadata_fd() 60 warn("Failed to open %s\n", path); in pidfd_metadata_fd()
|
/kernel/linux/linux-5.10/samples/hidraw/ |
H A D | hid-example.c | 57 fd = open(device, O_RDWR|O_NONBLOCK); in main() 60 perror("Unable to open device"); in main()
|
Completed in 16 milliseconds
1...<<111112113114115116117118119120>>...322