/third_party/vk-gl-cts/scripts/src_util/ |
H A D | pre_commit.py | 97 check_external_guards(open(path))
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | gen_load_texture_border_functions_table.py | 148 with open('load_texture_border_functions_table_autogen.cpp', 'wt') as out_file:
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace.c | 4184 if (iter->trace->open) in s_start() 4185 iter->trace->open(iter); in s_start() 4879 if (iter->trace->open) in __tracing_open() 4880 iter->trace->open(iter); in __tracing_open() 5084 /* If this file was open for write, then erase contents */ in tracing_open() 5242 .open = tracing_open, 5252 .open = show_traces_open, 5356 .open = tracing_open_generic_tr, 5607 .open = tracing_trace_options_open, 5916 .open [all...] |
/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/gnss/ |
H A D | core.c | 55 ret = gdev->ops->open(gdev); in gnss_open() 204 .open = gnss_open,
|
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | umid.c | 149 fd = open(file, O_RDONLY); in is_umdir_used() 153 printk(UM_KERN_ERR "is_umdir_used : couldn't open pid " in is_umdir_used() 224 fd = open(file, O_RDWR | O_CREAT | O_EXCL, 0644); in create_pid_file()
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | hostaudio_kern.c | 185 printk(KERN_DEBUG "hostaudio: open called (host: %s)\n", dsp); in hostaudio_open() 247 printk(KERN_DEBUG "hostmixer: open called (host: %s)\n", mixer); in hostmixer_open_mixdev() 267 printk(KERN_ERR "hostaudio_open_mixdev failed to open '%s', " in hostmixer_open_mixdev() 303 .open = hostaudio_open, 311 .open = hostmixer_open_mixdev,
|
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | hci_vhci.c | 114 hdev->open = vhci_open_dev; in __vhci_create_device() 361 .open = vhci_open,
|
H A D | hci_serdev.c | 153 * open may drain the battery. in hci_uart_close() 311 err = p->open(hu); in hci_uart_register_device() 341 hdev->open = hci_uart_open; in hci_uart_register_device()
|
/kernel/linux/linux-5.10/drivers/char/ |
H A D | raw.c | 75 * All we need to do on open is check that the device is bound. in raw_open() 282 .open = raw_open, 294 .open = raw_open,
|
/kernel/linux/linux-5.10/tools/usb/ffs-aio-example/multibuff/device_app/ |
H A D | aio_multibuff.c | 262 /* open endpoint files */ in main() 264 ep0 = open(ep_path, O_RDWR); in main() 266 perror("unable to open ep0"); in main() 278 ep1 = open(ep_path, O_RDWR); in main() 280 perror("unable to open ep1"); in main() 295 perror("unable to open eventfd"); in main()
|
/kernel/linux/linux-5.10/tools/usb/ffs-aio-example/simple/device_app/ |
H A D | aio_simple.c | 233 /* open endpoint files */ in main() 235 ep0 = open(ep_path, O_RDWR); in main() 237 perror("unable to open ep0"); in main() 250 ep[i] = open(ep_path, O_RDWR); in main() 252 printf("unable to open ep%d: %s\n", i+1, in main() 269 perror("unable to open eventfd"); in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/dmabuf-heaps/ |
H A D | dmabuf-heap.c | 49 fd = open(name, O_RDWR); in open_vgem() 99 fd = open(buf, O_RDWR); in dmabuf_heap_open() 101 printf("open %s failed!\n", buf); in dmabuf_heap_open() 189 printf("Failed to open vgem\n"); in test_alloc_and_import()
|
/kernel/linux/linux-5.10/tools/testing/selftests/mincore/ |
H A D | mincore_selftest.c | 210 fd = open(".", O_TMPFILE | O_RDWR, 0600); in TEST() 315 fd = open("/dev/shm", O_TMPFILE | O_RDWR, 0600); in TEST()
|
/kernel/linux/linux-6.6/arch/um/os-Linux/ |
H A D | umid.c | 148 fd = open(file, O_RDONLY); in is_umdir_used() 152 printk(UM_KERN_ERR "is_umdir_used : couldn't open pid " in is_umdir_used() 223 fd = open(file, O_RDWR | O_CREAT | O_EXCL, 0644); in create_pid_file()
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | hostaudio_kern.c | 183 printk(KERN_DEBUG "hostaudio: open called (host: %s)\n", dsp); in hostaudio_open() 245 printk(KERN_DEBUG "hostmixer: open called (host: %s)\n", mixer); in hostmixer_open_mixdev() 265 printk(KERN_ERR "hostaudio_open_mixdev failed to open '%s', " in hostmixer_open_mixdev() 301 .open = hostaudio_open, 309 .open = hostmixer_open_mixdev,
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | sp2.c | 234 int slot, int open) in sp2_ci_poll_slot_status() 240 dev_dbg(&s->client->dev, "slot:%d open:%d\n", slot, open); in sp2_ci_poll_slot_status() 233 sp2_ci_poll_slot_status(struct dvb_ca_en50221 *en50221, int slot, int open) sp2_ci_poll_slot_status() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | intel_gtt.c | 38 if (!atomic_dec_and_mutex_lock(&vm->open, &vm->mutex)) in __i915_vm_close() 91 atomic_set(&vm->open, 1); in i915_address_space_init()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | tx99.c | 222 .open = simple_open, 269 .open = simple_open,
|
/kernel/linux/linux-5.10/drivers/soc/fsl/ |
H A D | dpaa2-console.c | 245 .open = dpaa2_mc_console_open, 258 .open = dpaa2_aiop_console_open,
|
/kernel/linux/linux-5.10/drivers/scsi/snic/ |
H A D | snic_debugfs.c | 351 .open = snic_stats_open, 359 .open = snic_reset_stats_open,
|
/kernel/linux/linux-5.10/drivers/staging/vc04_services/bcm2835-audio/ |
H A D | bcm2835-pcm.c | 84 /* open callback */ 306 .open = snd_bcm2835_playback_open, 315 .open = snd_bcm2835_playback_spdif_open,
|
/kernel/linux/linux-5.10/drivers/staging/wfx/ |
H A D | debug.c | 229 .open = simple_open, 316 .open = wfx_send_hif_msg_open,
|
/kernel/linux/linux-5.10/drivers/usb/musb/ |
H A D | musb_debugfs.c | 225 .open = musb_test_mode_open, 317 .open = musb_softconnect_open,
|