Searched refs:open (Results 5126 - 5150 of 10047) sorted by relevance
1...<<201202203204205206207208209210>>...402
/kernel/linux/linux-6.6/drivers/watchdog/ |
H A D | ibmasr.c | 347 .open = asr_open,
|
H A D | machzwd.c | 366 .open = zf_open,
|
H A D | nv_tco.c | 271 .open = nv_tco_open,
|
H A D | pc87413_wdt.c | 297 * case you have to open it again very soon. 477 .open = pc87413_open, 498 * The open() function will actually kick the board off. 549 * Unload the watchdog. You cannot do this with any file handles open.
|
H A D | sch311x_wdt.c | 341 .open = sch311x_wdt_open,
|
H A D | sc1200wdt.c | 311 .open = sc1200wdt_open,
|
H A D | smsc37b787_wdt.c | 347 /* open => enable watchdog and set initial timeout */ 509 .open = wb_smsc_wdt_open,
|
H A D | w83977f_wdt.c | 450 .open = wdt_open,
|
H A D | wdt977.c | 426 .open = wdt977_open,
|
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | mcelog.c | 70 static int xen_mce_chrdev_open_exclu; /* already open exclusive? */ 180 .open = xen_mce_chrdev_open,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | cdrom.h | 73 int (*open) (struct cdrom_device_info *, int); member
|
H A D | cgroup-defs.h | 613 int (*open)(struct kernfs_open_file *of); member
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | serial.h | 269 int (*open)(struct tty_struct *tty, struct usb_serial_port *port); member
|
/kernel/linux/linux-6.6/include/net/nfc/ |
H A D | hci.h | 16 int (*open) (struct nfc_hci_dev *hdev); member
|
/kernel/linux/linux-6.6/drivers/scsi/snic/ |
H A D | snic_debugfs.c | 327 .open = snic_reset_stats_open,
|
/kernel/linux/linux-6.6/drivers/staging/media/av7110/ |
H A D | av7110_ca.c | 346 .open = dvb_ca_open,
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | kgdb_nmi.c | 318 .open = kgdb_nmi_tty_open,
|
/kernel/linux/linux-6.6/drivers/uio/ |
H A D | uio_hv_generic.c | 263 pdata->info.open = hv_uio_open; in hv_uio_probe()
|
H A D | uio_dmem_genirq.c | 289 uioinfo->open = uio_dmem_genirq_open; in uio_dmem_genirq_probe() 296 * hardware and enable clocks at open(). in uio_dmem_genirq_probe() 313 * are used at open() and release() time. This allows the in uio_dmem_genirq_runtime_nop() 315 * device is unused, ie before open() and after release(). in uio_dmem_genirq_runtime_nop() 319 * register reinitialization after open(). in uio_dmem_genirq_runtime_nop()
|
/kernel/linux/linux-6.6/drivers/usb/chipidea/ |
H A D | debug.c | 111 .open = ci_port_test_open,
|
/kernel/linux/linux-6.6/drivers/soc/aspeed/ |
H A D | aspeed-p2a-ctrl.c | 78 * If any user has it open for read, the bridge must stay enabled. 296 /* If parent->readers is zero and open windows is 0, disable the in aspeed_p2a_release() 313 .open = aspeed_p2a_open,
|
/kernel/linux/linux-6.6/drivers/vfio/ |
H A D | vfio.h | 205 void *(*open)(unsigned long arg); member
|
/kernel/linux/linux-6.6/drivers/vhost/ |
H A D | test.c | 359 .open = vhost_test_open,
|
/kernel/linux/linux-6.6/drivers/video/backlight/ |
H A D | sky81452-backlight.c | 119 reg = !strcmp(attr->attr.name, "open") ? SKY81452_REG5 : SKY81452_REG4; in sky81452_bl_show_open_short() 165 static DEVICE_ATTR(open, S_IRUGO, sky81452_bl_show_open_short, NULL);
|
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/ |
H A D | atyfb.h | 162 int open; member
|
Completed in 20 milliseconds
1...<<201202203204205206207208209210>>...402