Home
last modified time | relevance | path

Searched refs:open (Results 1001 - 1025 of 4947) sorted by relevance

1...<<41424344454647484950>>...198

/kernel/linux/linux-6.6/tools/usb/ffs-aio-example/simple/device_app/
H A Daio_simple.c251 /* open endpoint files */ in main()
253 ep0 = open(ep_path, O_RDWR); in main()
255 perror("unable to open ep0"); in main()
268 ep[i] = open(ep_path, O_RDWR); in main()
270 printf("unable to open ep%d: %s\n", i+1, in main()
287 perror("unable to open eventfd"); in main()
/kernel/linux/linux-6.6/sound/drivers/
H A Dserial-generic.c50 unsigned long filemode; /* open status of file */
250 .open = snd_serial_generic_output_open,
257 .open = snd_serial_generic_input_open,
/kernel/linux/linux-6.6/sound/firewire/bebob/
H A Dbebob_pcm.c343 .open = pcm_open, in snd_bebob_create_pcm_devices()
353 .open = pcm_open, in snd_bebob_create_pcm_devices()
/kernel/linux/linux-6.6/sound/firewire/digi00x/
H A Ddigi00x-pcm.c326 .open = pcm_open, in snd_dg00x_create_pcm_devices()
336 .open = pcm_open, in snd_dg00x_create_pcm_devices()
/kernel/linux/linux-6.6/sound/firewire/fireworks/
H A Dfireworks_pcm.c373 .open = pcm_open, in snd_efw_create_pcm_devices()
383 .open = pcm_open, in snd_efw_create_pcm_devices()
/kernel/linux/linux-6.6/sound/firewire/motu/
H A Dmotu-pcm.c337 .open = pcm_open, in snd_motu_create_pcm_devices()
347 .open = pcm_open, in snd_motu_create_pcm_devices()
/kernel/linux/linux-6.6/sound/isa/gus/
H A Dgus_uart.c218 .open = snd_gf1_uart_output_open,
225 .open = snd_gf1_uart_input_open,
/kernel/linux/linux-6.6/sound/pci/ca0106/
H A Dca_midi.c245 .open = ca_midi_output_open,
252 .open = ca_midi_input_open,
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dzcore.c167 .open = zcore_reipl_open,
203 .open = nonseekable_open,
/kernel/linux/linux-6.6/sound/soc/intel/skylake/
H A Dskl-debug.c159 .open = simple_open,
213 .open = simple_open,
/kernel/linux/linux-6.6/sound/soc/intel/atom/
H A Dsst-mfld-platform-compress.c159 retval = stream->compr_ops->open(sst->dev, &str_params, &cb); in sst_platform_compr_set_params()
262 .open = sst_platform_compr_open,
/kernel/linux/linux-6.6/tools/bpf/
H A Dbpf_jit_disasm.c135 fd = open(file, O_RDONLY); in get_flog_buff()
309 ofd = open(ofile, O_WRONLY | O_CREAT | O_TRUNC, DEFFILEMODE); in main()
311 fprintf(stderr, "Could not open file %s for writing: ", ofile); in main()
/kernel/linux/linux-6.6/sound/soc/sof/
H A Dsof-client-ipc-msg-injector.c232 .open = sof_msg_inject_dfs_open,
242 .open = sof_msg_inject_dfs_open,
/kernel/linux/linux-6.6/tools/crypto/ccp/
H A Dtest_dbc.py28 with open(fused_part, "r") as r:
41 self.d = open(DEVICE_NODE)
/kernel/linux/linux-6.6/tools/hv/
H A Dhv_vss_daemon.c36 int ret, fd = open(dir, O_RDONLY); in vss_do_freeze()
259 vss_fd = open("/dev/vmbus/hv_vss", O_RDWR); in main()
261 syslog(LOG_ERR, "open /dev/vmbus/hv_vss failed; error: %d %s", in main()
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace.c3776 if (iter->trace->open) in s_start()
3777 iter->trace->open(iter); in s_start()
4463 if (iter->trace->open) in __tracing_open()
4464 iter->trace->open(iter); in __tracing_open()
4663 /* If this file was open for write, then erase contents */ in tracing_open()
4821 .open = tracing_open,
4831 .open = show_traces_open,
4935 .open = tracing_open_generic_tr,
5186 .open = tracing_trace_options_open,
5463 .open
[all...]
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c1929 * This routine is the entry point for the debugfs open file operation. It gets
1979 * This routine is the entry point for the debugfs open file operation. It gets
2029 * This routine is the entry point for the debugfs open file operation. It gets
2071 * This routine is the entry point for the debugfs open file operation. It gets
2116 * This routine is the entry point for the debugfs open file operation. It gets
2240 * This routine is the entry point for the debugfs open file operation. It gets
2296 * This routine is the entry point for the debugfs open file operation. It gets
2338 * This routine is the entry point for the debugfs open file operation. It gets
2478 * This routine is the entry point for the debugfs open file operation. It gets
3177 * lpfc_idiag_open - idiag open debugf
[all...]
/kernel/linux/linux-5.10/drivers/input/
H A Djoydev.c37 int open; member
207 else if (!joydev->open++) { in joydev_open_device()
210 joydev->open--; in joydev_open_device()
223 if (joydev->exist && !--joydev->open) in joydev_close_device()
715 .open = joydev_open,
744 /* joydev is marked dead so no one else accesses joydev->open */ in joydev_cleanup()
745 if (joydev->open) in joydev_cleanup()
H A Devdev.c29 int open; member
399 else if (!evdev->open++) { in evdev_open_device()
402 evdev->open--; in evdev_open_device()
413 if (evdev->exist && !--evdev->open) in evdev_close_device()
1297 .open = evdev_open,
1326 /* evdev is marked dead so no one else accesses evdev->open */ in evdev_cleanup()
1327 if (evdev->open) { in evdev_cleanup()
/kernel/linux/linux-5.10/fs/cifs/
H A Dcifsfs.c137 * already held, e.g. in open-type syscalls context. Otherwise it can race with
340 * Until the file is open and we have gotten oplock info back from the in cifs_alloc_inode()
1116 * checks for proper open modes and file type and if it wants in cifs_remap_file_range()
1184 * checks for proper open modes and file type and if it wants in cifs_file_copychunk_range()
1252 .open = cifs_open,
1272 .open = cifs_open,
1292 .open = cifs_open,
1312 .open = cifs_open,
1330 .open = cifs_open,
1348 .open
[all...]
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_debugfs.c70 .open = simple_open, \
288 .open = simple_open,
306 .open = simple_open,
442 .open = simple_open,
733 .open = simple_open,
1136 .open = simple_open,
/kernel/linux/linux-5.10/drivers/media/radio/
H A Dradio-si476x.c1159 .open = si476x_radio_fops_open,
1215 .open = simple_open,
1244 .open = simple_open,
1272 .open = simple_open,
1307 .open = simple_open,
1342 .open = simple_open,
/kernel/linux/linux-6.6/drivers/media/radio/
H A Dradio-si476x.c1150 .open = si476x_radio_fops_open,
1206 .open = simple_open,
1235 .open = simple_open,
1263 .open = simple_open,
1298 .open = simple_open,
1333 .open = simple_open,
/kernel/linux/linux-6.6/drivers/input/
H A Devdev.c29 int open; member
399 else if (!evdev->open++) { in evdev_open_device()
402 evdev->open--; in evdev_open_device()
413 if (evdev->exist && !--evdev->open) in evdev_close_device()
1297 .open = evdev_open,
1326 /* evdev is marked dead so no one else accesses evdev->open */ in evdev_cleanup()
1327 if (evdev->open) { in evdev_cleanup()
H A Djoydev.c36 int open; member
206 else if (!joydev->open++) { in joydev_open_device()
209 joydev->open--; in joydev_open_device()
222 if (joydev->exist && !--joydev->open) in joydev_close_device()
714 .open = joydev_open,
743 /* joydev is marked dead so no one else accesses joydev->open */ in joydev_cleanup()
744 if (joydev->open) in joydev_cleanup()

Completed in 37 milliseconds

1...<<41424344454647484950>>...198