/kernel/linux/linux-6.6/tools/usb/ffs-aio-example/simple/device_app/ |
H A D | aio_simple.c | 251 /* 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 D | serial-generic.c | 50 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 D | bebob_pcm.c | 343 .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 D | digi00x-pcm.c | 326 .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 D | fireworks_pcm.c | 373 .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 D | motu-pcm.c | 337 .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 D | gus_uart.c | 218 .open = snd_gf1_uart_output_open, 225 .open = snd_gf1_uart_input_open,
|
/kernel/linux/linux-6.6/sound/pci/ca0106/ |
H A D | ca_midi.c | 245 .open = ca_midi_output_open, 252 .open = ca_midi_input_open,
|
/kernel/linux/linux-6.6/drivers/s390/char/ |
H A D | zcore.c | 167 .open = zcore_reipl_open, 203 .open = nonseekable_open,
|
/kernel/linux/linux-6.6/sound/soc/intel/skylake/ |
H A D | skl-debug.c | 159 .open = simple_open, 213 .open = simple_open,
|
/kernel/linux/linux-6.6/sound/soc/intel/atom/ |
H A D | sst-mfld-platform-compress.c | 159 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 D | bpf_jit_disasm.c | 135 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 D | sof-client-ipc-msg-injector.c | 232 .open = sof_msg_inject_dfs_open, 242 .open = sof_msg_inject_dfs_open,
|
/kernel/linux/linux-6.6/tools/crypto/ccp/ |
H A D | test_dbc.py | 28 with open(fused_part, "r") as r: 41 self.d = open(DEVICE_NODE)
|
/kernel/linux/linux-6.6/tools/hv/ |
H A D | hv_vss_daemon.c | 36 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 D | trace.c | 3776 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 D | lpfc_debugfs.c | 1929 * 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 D | joydev.c | 37 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 D | evdev.c | 29 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 D | cifsfs.c | 137 * 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 D | hci_debugfs.c | 70 .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 D | radio-si476x.c | 1159 .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 D | radio-si476x.c | 1150 .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 D | evdev.c | 29 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 D | joydev.c | 36 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()
|