/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | ar1021_i2c.c | 116 input->open = ar1021_i2c_open; in ar1021_i2c_probe()
|
/kernel/linux/linux-5.10/drivers/media/pci/mantis/ |
H A D | mantis_ca.c | 117 static int mantis_slot_status(struct dvb_ca_en50221 *en50221, int slot, int open) in mantis_slot_status() argument
|
/kernel/linux/linux-5.10/drivers/misc/mei/ |
H A D | debugfs.c | 136 .open = simple_open,
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/ |
H A D | orinoco.h | 80 int open; member
|
/kernel/linux/linux-5.10/drivers/nfc/s3fwrn5/ |
H A D | core.c | 136 .open = s3fwrn5_nci_open,
|
/kernel/linux/linux-5.10/drivers/nfc/nfcmrvl/ |
H A D | uart.c | 196 .open = nfcmrvl_nci_uart_open,
|
/kernel/linux/linux-5.10/drivers/soc/sifive/ |
H A D | sifive_l2_cache.c | 63 .open = simple_open,
|
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/ |
H A D | p80211netdev.h | 165 u32 state; /* Device I/F state (open/closed) */ 179 int (*open)(struct wlandevice *wlandev); member
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | symbolserial.c | 182 .open = symbol_open,
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | cpustat_user.c | 158 fd = open(CPUFREQ_MAX_SYSFS_PATH, O_WRONLY); in cpu_stat_inject_cpu_frequency_event() 160 printf("failed to open scaling_max_freq, errno=%d\n", errno); in cpu_stat_inject_cpu_frequency_event() 166 printf("failed to open scaling_max_freq, errno=%d\n", errno); in cpu_stat_inject_cpu_frequency_event() 172 printf("failed to open scaling_max_freq, errno=%d\n", errno); in cpu_stat_inject_cpu_frequency_event()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | cleanpatch | 105 if (!open(FILE, '+<', $f)) { 106 print STDERR "$name: Cannot open file: $f: $!\n";
|
/kernel/linux/linux-5.10/net/qrtr/ |
H A D | tun.c | 143 .open = qrtr_tun_open,
|
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
H A D | gss_rpc_xdr.h | 107 u32 open; member
|
/kernel/linux/linux-5.10/samples/auxdisplay/ |
H A D | cfag12864b-example.c | 48 * Unable to open: return = -1 53 cfag12864b_fd = open(path, O_RDWR); in cfag12864b_init()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | tty_driver.h | 33 * int (*open)(struct tty_struct * tty, struct file * filp); 37 * the attempted open will fail with ENODEV. 44 * Note: called even if the corresponding open() failed. 251 int (*open)(struct tty_struct * tty, struct file * filp); member
|
/kernel/linux/linux-5.10/include/media/ |
H A D | v4l2-dev.h | 136 * v4l2_prio_open - Implements the priority logic for a file handler open 191 * @open: operations needed to implement the open() syscall 212 int (*open) (struct file *); member
|
/kernel/linux/linux-5.10/sound/isa/msnd/ |
H A D | msnd_midi.c | 39 * input/output open/close - protected by open_mutex in rawmidi.c 131 .open = snd_msndmidi_input_open,
|
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | securityfs_if.c | 125 * tomoyo_open - open() for /sys/kernel/security/tomoyo/ interface. 201 * Some files under /sys/kernel/security/tomoyo/ directory accept open(O_RDWR). 205 .open = tomoyo_open,
|
/kernel/linux/linux-5.10/tools/gpio/ |
H A D | gpio-event-mon.c | 44 cfd = open(chrdev_name, 0); in monitor_device() 47 fprintf(stderr, "Failed to open %s\n", chrdev_name); in monitor_device() 148 " -d Set line as open drain\n" in print_usage() 149 " -s Set line as open source\n" in print_usage()
|
H A D | lsgpio.c | 49 .name = "open-drain", 53 .name = "open-source", 109 fd = open(chrdev_name, 0); in list_device() 112 fprintf(stderr, "Failed to open %s\n", chrdev_name); in list_device()
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | perf.c | 32 fd = open("/", O_RDONLY); in has_perf_query_support() 34 p_err("perf_query_support: cannot open directory \"/\" (%s)", in has_perf_query_support()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | srccode.c | 114 fd = open(fn, O_RDONLY); in find_srcfile() 116 pr_debug("cannot open source file %s\n", fn); in find_srcfile()
|
/kernel/linux/linux-5.10/tools/power/acpi/tools/ec/ |
H A D | ec_access.c | 220 fd = open(SYSFS_PATH, file_mode); in main()
|
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | mtx-1_wdt.c | 24 * it is opened for the first time. After the first open 185 .open = mtx1_wdt_open,
|
H A D | acquirewdt.c | 225 .open = acq_open,
|