/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/ |
H A D | vivid-core.c | 647 .open = v4l2_fh_open, 658 .open = v4l2_fh_open,
|
/kernel/linux/linux-6.6/drivers/soc/mediatek/ |
H A D | mtk-svs.c | 152 .open = svs_##name##_debug_open, \ 167 .open = svs_##name##_debug_open, \
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | atmel_usba_udc.c | 190 .open = queue_dbg_open, 198 .open = regs_dbg_open,
|
/kernel/linux/linux-6.6/drivers/usb/core/ |
H A D | devio.c | 226 .open = usbdev_vm_open, 2846 .open = usbdev_open,
|
/kernel/linux/linux-6.6/drivers/rapidio/devices/ |
H A D | rio_mport_cdev.c | 152 * @file_mutex - lock for open files list 153 * @file_list - list of open files on given mport 186 * associated with an open device 2192 .open = mport_mm_open, 2336 .open = mport_cdev_open, 2476 * mport_cdev_kill_fasync() - Send SIGIO signal to all processes with open
|
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | io_ti.c | 241 * This occurs without regard to whether ports on the device are open 1862 /* open up the port */ in edge_open() 1877 /* Tell TI to open and start the port */ in edge_open() 1880 dev_err(&port->dev, "%s - cannot send open command, %d\n", in edge_open() 1920 /* we are the first port to open, post the interrupt urb */ in edge_open() 2680 .open = edge_open, 2718 .open = edge_open,
|
/kernel/linux/linux-6.6/drivers/block/ |
H A D | pktcdvd.c | 86 static struct mutex ctl_mutex; /* Serialize open/close/setup/teardown */ 2155 * called at open time. 2166 * We need to re-open the cdrom device without O_NONBLOCK to be able in pkt_open_dev() 2168 * so open should not fail. in pkt_open_dev() 2527 /* This is safe, since we have a reference from open(). */ in pkt_new_dev() 2548 /* This is safe: open() is still holding a reference. */ in pkt_new_dev() 2618 .open = pkt_open, 2765 /* This is safe: open() is still holding a reference. */ in pkt_remove_dev() 2837 .open = nonseekable_open,
|
/kernel/linux/linux-6.6/kernel/ |
H A D | fork.c | 763 if (tmp->vm_ops && tmp->vm_ops->open) in dup_mmap() 764 tmp->vm_ops->open(tmp); in dup_mmap()
|
/kernel/linux/linux-6.6/drivers/media/pci/cx23885/ |
H A D | cx23885-dvb.c | 134 static void cx23885_dvb_gate_ctrl(struct cx23885_tsport *port, int open) in cx23885_dvb_gate_ctrl() argument 147 fe->dvb.frontend->ops.i2c_gate_ctrl(fe->dvb.frontend, open); in cx23885_dvb_gate_ctrl()
|
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/ |
H A D | habanalabs.h | 591 * @max_asid: maximum number of open contexts (ASIDs). 1710 int (*send_device_activity)(struct hl_device *hdev, bool open); 3223 * @last_successful_open_ktime: timestamp (ktime) of the last successful device open. 3225 * device open. 3226 * @last_open_session_duration_jif: duration (jiffies) of the last device open 3228 * @open_counter: number of successful device open operations. 3861 int hl_fw_send_device_activity(struct hl_device *hdev, bool open);
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | mr.c | 481 .open = simple_open, 526 .open = simple_open,
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | atmel_mxt_ts.c | 2141 input_dev->open = mxt_input_open; in mxt_initialize_input_device() 2363 .open = v4l2_fh_open, 2931 dev_err(dev, "Unable to open firmware %s\n", fn); in mxt_load_fw()
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | super.c | 763 .open = open_dev, 771 .open = open_dev, 2551 err = "failed to open device"; in register_bcache()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm.c | 1999 * with open/close_table_device(). in cleanup_mapped_device() 3459 .open = dm_blk_open, 3469 .open = dm_blk_open,
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | synthetic-events.c | 89 fd = open(bf, O_RDONLY); in perf_event__get_comm_ids() 91 pr_debug("couldn't open %s\n", bf); in perf_event__get_comm_ids() 443 io.fd = open(bf, O_RDONLY, 0); in perf_event__synthesize_mmap_events() 448 pr_debug("couldn't open %s\n", bf); in perf_event__synthesize_mmap_events() 602 pr_debug("failed to open directory: %s\n", path); in perf_event__walk_cgroup_tree()
|
/kernel/linux/linux-6.6/sound/pci/ |
H A D | es1968.c | 62 * on open time. The sonicvibes OSS routines we inherited really want 1526 * PCM open/close * 1662 .open = snd_es1968_playback_open, 1672 .open = snd_es1968_capture_open,
|
H A D | maestro3.c | 1816 .open = snd_m3_playback_open, 1826 .open = snd_m3_capture_open,
|
/kernel/linux/linux-6.6/sound/pci/riptide/ |
H A D | riptide.c | 1663 .open = snd_riptide_playback_open, 1672 .open = snd_riptide_capture_open,
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | linker.c | 305 linker->fd = open(file, O_WRONLY | O_CREAT | O_TRUNC | O_CLOEXEC, 0644); in init_output_elf() 560 obj->fd = open(filename, O_RDONLY | O_CLOEXEC); in linker_load_obj_file() 563 pr_warn("failed to open file '%s': %d\n", filename, err); in linker_load_obj_file()
|
/third_party/elfutils/src/ |
H A D | unstrip.c | 1317 This can't be open coded there and still use variable-length auto arrays, 2192 int outfd = open (output_file, O_RDWR | O_CREAT, in handle_file() 2196 error_exit (errno, _("cannot open '%s'"), output_file); in handle_file() 2223 int fd = open (file, writable ? O_RDWR : O_RDONLY); in open_file() 2225 error_exit (errno, _("cannot open '%s'"), file); in open_file() 2241 /* Handle a pair of files we need to open by name. */ in handle_explicit_files() 2313 _("cannot open stripped file '%s' for module '%s': %s"), in handle_dwfl_module() 2332 _("cannot open debug file '%s' for module '%s': %s"), in handle_dwfl_module() 2358 /* We can't use the Elf handles already open, in handle_dwfl_module()
|
H A D | strip.c | 747 now. We cannot use fstat() after opening the file since the open in process_file() 767 int fd = open (fname, output_fname == NULL ? O_RDWR : O_RDONLY); in process_file() 1034 /* If we are not replacing the input file open a new file here. */ in handle_elf() 1037 fd = open (output_fname, O_RDWR | O_CREAT, mode); in handle_elf() 1040 error (0, errno, _("cannot open '%s'"), output_fname); in handle_elf() 1050 we need EBL so don't open the backend unless necessary. */ in handle_elf() 1057 error (0, errno, _("cannot open EBL backend")); in handle_elf() 1077 error (0, errno, _("cannot open '%s'"), debug_fname); in handle_elf()
|
/third_party/backends/frontend/ |
H A D | saned.c | 948 "check_host: can't open config file: %s (%s)\n", in check_host() 1247 "check_host: can't open config file: %s (%s)\n", in check_host() 1867 "process_request: (open) error while decoding args (%s)\n", 1874 DBG (DBG_ERR, "process_request: (open) device_name == NULL\n"); 1888 DBG(DBG_DBG, "process_request: (open) strlen(resource) == 0\n"); 1894 DBG(DBG_ERR, "process_request: (open) sane_get_devices failed\n"); 1903 DBG(DBG_ERR, "process_request: (open) device_list[0] == 0\n"); 2829 DBG (DBG_ERR, "read_config: could not open config file (%s): %s\n", 3207 fd = open ("/dev/null", O_RDWR); 3210 DBG (DBG_ERR, "FATAL ERROR: cannot open /de [all...] |
/third_party/libbpf/src/ |
H A D | linker.c | 305 linker->fd = open(file, O_WRONLY | O_CREAT | O_TRUNC | O_CLOEXEC, 0644); in init_output_elf() 560 obj->fd = open(filename, O_RDONLY | O_CLOEXEC); in linker_load_obj_file() 563 pr_warn("failed to open file '%s': %d\n", filename, err); in linker_load_obj_file()
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | ninja.py | 1519 # quotes around it and then passes it to open(), creating a file with 2078 return open(path, mode) 2121 with open("/proc/meminfo") as meminfo: 2442 # c1xx : fatal error C1033: cannot open program database
|
/third_party/nghttp2/src/ |
H A D | shrpx_http3_upstream.cc | 2879 while ((fd = open(path.c_str(), O_WRONLY | O_CREAT | O_TRUNC | O_CLOEXEC, in open_qlog_file() 2884 while ((fd = open(path.c_str(), O_WRONLY | O_CREAT | O_TRUNC, in open_qlog_file() 2896 ULOG(ERROR, this) << "Failed to open qlog file " << path in open_qlog_file()
|