/kernel/linux/linux-5.10/samples/uhid/ |
H A D | uhid-example.c | 416 fd = open(path, O_RDWR | O_CLOEXEC); in main() 418 fprintf(stderr, "Cannot open uhid-cdev %s: %m\n", path); in main()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | bpf_helpers_doc.py | 72 self.reader = open(filename, 'r')
|
H A D | sorttable.c | 81 fd = open(fname, O_RDWR); in mmap_file()
|
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | serial.h | 273 int (*open)(struct tty_struct *tty, struct usb_serial_port *port); member
|
/kernel/linux/linux-5.10/include/net/nfc/ |
H A D | hci.h | 16 int (*open) (struct nfc_hci_dev *hdev); member
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | cx20442.c | 211 /* Line discipline .open() */ 291 .open = v253_open,
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | patch_si3054.c | 179 .open = si3054_pcm_open,
|
/kernel/linux/linux-5.10/sound/soc/au1x/ |
H A D | dbdma2.c | 316 .open = au1xpsc_pcm_open,
|
H A D | dma.c | 294 .open = alchemy_pcm_open,
|
/kernel/linux/linux-5.10/sound/sh/ |
H A D | sh_dac_audio.c | 226 .open = snd_sh_dac_pcm_open,
|
/kernel/linux/linux-5.10/sound/drivers/pcsp/ |
H A D | pcsp_lib.c | 309 printk(KERN_INFO "PCSP: open called\n"); in snd_pcsp_playback_open() 321 .open = snd_pcsp_playback_open,
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | qconf.h | 91 void setAllOpen(bool open);
|
/kernel/linux/linux-5.10/sound/arm/ |
H A D | pxa2xx-ac97.c | 174 .open = pxa2xx_ac97_pcm_open,
|
/kernel/linux/linux-5.10/sound/soc/fsl/ |
H A D | imx-pcm-fiq.c | 339 .open = snd_imx_open,
|
H A D | imx-audmux.c | 135 .open = simple_open,
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf_probes.c | 36 fd = open(path, O_RDONLY); in get_vendor_id()
|
/kernel/linux/linux-5.10/sound/soc/pxa/ |
H A D | pxa2xx-i2s.c | 363 .open = pxa2xx_soc_pcm_open,
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | dso-data.c | 188 TEST_ASSERT_VAL("failed to open fd directory", dir); in open_files_cnt() 257 /* Rest the internal dso open counter limit. */ in test__dso_data_cache() 266 /* and this is now our dso open FDs limit */ in test__dso_data_cache() 276 * file and keep it open (unless open file limit). in test__dso_data_cache() 291 /* verify the first one is already open */ in test__dso_data_cache() 292 TEST_ASSERT_VAL("dsos[0] is not open", dsos[0]->data.fd != -1); in test__dso_data_cache() 294 /* open +1 dso to reach the allowed limit */ in test__dso_data_cache() 321 /* Rest the internal dso open counter limit. */ in test__dso_data_reopen() 335 /* Make sure we are able to open in test__dso_data_reopen() [all...] |
/kernel/linux/linux-5.10/sound/soc/sof/ |
H A D | trace.c | 121 /* avoid duplicate traces at next open */ in sof_dfsentry_trace_release() 129 .open = simple_open,
|
/kernel/linux/linux-5.10/sound/soc/stm/ |
H A D | stm32_adfsdm.c | 297 .open = stm32_adfsdm_pcm_open,
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | gen.c | 302 fd = open(file, O_RDONLY); in do_skeleton() 304 p_err("failed to open() %s: %s", file, strerror(errno)); in do_skeleton() 320 p_err("failed to open BPF object file: %s", err_buf); in do_skeleton()
|
/kernel/linux/linux-5.10/sound/soc/uniphier/ |
H A D | aio-dma.c | 224 .open = uniphier_aiodma_open,
|
/kernel/linux/linux-5.10/sound/soc/kirkwood/ |
H A D | kirkwood-dma.c | 317 .open = kirkwood_dma_open,
|
/kernel/linux/linux-5.10/sound/soc/sh/ |
H A D | dma-sh7760.c | 308 .open = camelot_pcm_open,
|
/kernel/linux/linux-5.10/sound/usb/line6/ |
H A D | capture.c | 218 /* open capture callback */ 248 .open = snd_line6_capture_open,
|