/kernel/linux/linux-5.10/drivers/uio/ |
H A D | uio_pdrv_genirq.c | 232 uioinfo->open = uio_pdrv_genirq_open; in uio_pdrv_genirq_probe() 239 * hardware and enable clocks at open(). in uio_pdrv_genirq_probe() 261 * are used at open() and release() time. This allows the in uio_pdrv_genirq_runtime_nop() 263 * device is unused, ie before open() and after release(). in uio_pdrv_genirq_runtime_nop() 267 * register reinitialization after open(). in uio_pdrv_genirq_runtime_nop()
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | ipw.c | 95 #define IPW_SIO_INIT 0x11 /* initializes ? value=0 (appears as first thing todo on open) */ 167 /*--3: Tell the modem to open the floodgates on the rx bulk channel */ in ipw_open() 294 .open = ipw_open,
|
H A D | console.c | 154 /* only call the device specific open if this in usb_console_setup() 156 retval = serial->type->open(NULL, port); in usb_console_setup() 158 dev_err(&port->dev, "could not open USB console port\n"); in usb_console_setup()
|
/kernel/linux/linux-5.10/scripts/basic/ |
H A D | fixdep.c | 267 fd = open(filename, O_RDONLY); in read_file()
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | test_cgrp2_sock.c | 257 cg_fd = open(cgrp_path, O_DIRECTORY | O_RDONLY); in main() 259 printf("Failed to open cgroup path: '%s'\n", strerror(errno)); in main()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | serdev.h | 86 int (*open)(struct serdev_controller *); member
|
H A D | tee_drv.h | 86 * @open: called when the device file is opened 87 * @release: release this open file 88 * @open_session: open a new session 91 * @cancel_req: request cancel of an ongoing invoke or open 100 int (*open)(struct tee_context *ctx); member 468 * This function does an operation similar to open("/dev/teeX") in user space. 535 * tee_client_cancel_req() - Request cancellation of the previous open-session 587 * @teedev: Device to open
|
/kernel/linux/linux-5.10/include/media/ |
H A D | rc-core.h | 57 * struct lirc_fh - represents an open lirc file 58 * @list: list of open file handles 139 * @lirc_fh: list of open files 143 * @open: callback to allow drivers to enable polling/irq when IR input device 213 int (*open)(struct rc_dev *dev); member
|
/kernel/linux/linux-5.10/include/media/drv-intf/ |
H A D | saa7146_vv.h | 86 /* per open data */ 98 unsigned int resources; /* resource management for device open */ 132 store the different settings (for example S_INPUT) for every open 175 int(*open)(struct saa7146_dev *, struct file *); member
|
/kernel/linux/linux-5.10/sound/isa/sb/ |
H A D | sb8.c | 51 if (chip->open & SB_OPEN_PCM) { in snd_sb8_interrupt()
|
/kernel/linux/linux-5.10/sound/pcmcia/pdaudiocf/ |
H A D | pdaudiocf_pcm.c | 194 * pdacf_pcm_capture_open - open callback for capture 239 .open = pdacf_pcm_capture_open,
|
/kernel/linux/linux-5.10/sound/drivers/opl3/ |
H A D | opl3_oss.c | 21 .open = snd_opl3_open_seq_oss, 130 /* open OSS sequencer */
|
/kernel/linux/linux-5.10/scripts/gdb/linux/ |
H A D | proc.py | 265 f = open(filename, 'wb') 267 raise gdb.GdbError("Could not open file to dump fdt")
|
/kernel/linux/linux-5.10/sound/core/seq/oss/ |
H A D | seq_oss.c | 215 .open = odev_open,
|
/kernel/linux/linux-5.10/sound/soc/dwc/ |
H A D | dwc-pcm.c | 254 .open = dw_pcm_open,
|
/kernel/linux/linux-5.10/tools/lib/subcmd/ |
H A D | run-command.c | 24 int fd = open("/dev/null", O_RDWR); in dup_devnull()
|
/kernel/linux/linux-5.10/sound/soc/pxa/ |
H A D | pxa2xx-ac97.c | 206 .open = pxa2xx_soc_pcm_open,
|
H A D | mmp-pcm.c | 226 .open = mmp_pcm_open,
|
/kernel/linux/linux-5.10/tools/iio/ |
H A D | iio_event_monitor.c | 316 fd = open(chrdev_name, 0); in main() 319 fprintf(stderr, "Failed to open %s\n", chrdev_name); in main()
|
/kernel/linux/linux-5.10/tools/pci/ |
H A D | pcitest.c | 47 fd = open(test->device, O_RDWR); in run_test() 49 perror("can't open PCI Endpoint Test device"); in run_test()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | api-io.c | 63 io->fd = open(path, O_RDONLY); in setup_test() 65 pr_debug("Failed to open '%s'\n", path); in setup_test()
|
/kernel/linux/linux-5.10/tools/testing/selftests/android/ion/ |
H A D | ionutils.c | 62 ionfd = open(ION_DEVICE, O_RDWR); in ion_export_buffer_fd() 64 fprintf(stderr, "<%s>: Failed to open ion client: %s\n", in ion_export_buffer_fd()
|
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | mv64x60_wdt.c | 245 .open = mv64x60_wdt_open,
|
H A D | alim1535_wdt.c | 232 * ali_open - handle open of ali watchdog 366 .open = ali_open,
|
/kernel/linux/linux-5.10/fs/afs/ |
H A D | mntpt.c | 27 .open = afs_mntpt_open, 60 * no valid open procedure on this sort of dir
|