/kernel/linux/linux-5.10/sound/soc/ |
H A D | soc-dapm.c | 2169 .open = simple_open, 2204 .open = simple_open,
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | probe-event.c | 280 fd = open(module, O_RDONLY); in find_module_name() 603 fd = open(exec, O_RDONLY); in get_text_start_address() 903 pr_debug("Could not open debuginfo. Try to use symbols.\n"); in try_to_find_probe_trace_events() 1067 pr_warning("Failed to open %s: %s\n", lr->path, in __show_line_range()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | smp.c | 3430 .open = simple_open, 3775 .open = simple_open,
|
/kernel/linux/linux-6.6/drivers/s390/block/ |
H A D | dasd.c | 1027 .open = dasd_stats_open, 3051 * (request queue handling, open, release, etc.) 3281 " Cannot open unrecognized device"); in dasd_open() 3337 .open = dasd_open, 3595 dev_warn(dev, "The DASD cannot be set offline with open count %i\n", in dasd_generic_set_offline()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | f_fs.c | 693 .open = ffs_ep0_open, 1353 .open = ffs_epfile_open,
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_user.c | 1922 .open = tcmu_vma_open, 1955 pr_debug("open\n"); in tcmu_open() 1973 * open the (new ?) userspace cannot find the cmd in the ring in tcmu_release() 2257 info->open = tcmu_open; in tcmu_configure_device()
|
/kernel/linux/linux-6.6/drivers/block/mtip32xx/ |
H A D | mtip32xx.c | 2260 .open = simple_open, 2267 .open = simple_open,
|
/kernel/linux/linux-6.6/drivers/firmware/cirrus/ |
H A D | cs_dsp.c | 448 .open = simple_open, 455 .open = simple_open,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_debugfs.c | 211 .open = rvu_dbg_open_##name, \ 221 .open = simple_open, \
|
/kernel/linux/linux-6.6/drivers/media/i2c/ccs/ |
H A D | ccs-core.c | 3144 .open = ccs_open, 3148 .open = ccs_open,
|
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/ |
H A D | bttv-driver.c | 139 MODULE_PARM_DESC(reset_crop, "reset cropping parameters at open(), default is 1 (yes) for compatibility with older applications"); 2312 .open = v4l2_fh_open, 2377 dprintk("open dev=%s\n", video_device_node_name(vdev)); in radio_open() 2378 dprintk("%d: open called (radio)\n", btv->c.nr); in radio_open() 2495 .open = radio_open,
|
/kernel/linux/linux-6.6/drivers/media/pci/ddbridge/ |
H A D | ddbridge-core.c | 843 .open = ts_open, 2715 .open = ddb_open,
|
/kernel/linux/linux-6.6/sound/soc/ |
H A D | soc-dapm.c | 2158 .open = simple_open, 2193 .open = simple_open,
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | probe-event.c | 290 fd = open(module, O_RDONLY); in find_module_name() 613 fd = open(exec, O_RDONLY); in get_text_start_address() 930 pr_debug("Could not open debuginfo. Try to use symbols.\n"); in try_to_find_probe_trace_events() 1095 pr_warning("Failed to open %s: %s\n", lr->path, in __show_line_range()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_codec.c | 3170 if (info->ops.open == NULL) in set_pcm_default_values() 3171 info->ops.open = hda_pcm_default_open_close; in set_pcm_default_values() 3660 * snd_hda_multi_out_dig_open - open the digital out in the exclusive mode 3729 * snd_hda_multi_out_analog_open - open analog outputs 3736 * If the digital outputs can be opened as follower, open the digital
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.h | 588 // Widgets: Color Editor/Picker (tip: the ColorEdit* functions have a little color square that can be left-clicked to open a picker, and right-clicked to open an option menu.) 599 // - TreeNode functions return true when the node is open, in which case you need to also call TreePop() when you are finished displaying the tree node contents. 614 IMGUI_API bool CollapsingHeader(const char* label, ImGuiTreeNodeFlags flags = 0); // if returning 'true' the header is open. doesn't indent nor push on ID stack. user doesn't have to call TreePop(). 616 IMGUI_API void SetNextItemOpen(bool is_open, ImGuiCond cond = 0); // set next TreeNode/CollapsingHeader open state. 630 IMGUI_API bool BeginListBox(const char* label, const ImVec2& size = ImVec2(0, 0)); // open a framed scrolling region 680 // - BeginPopup(): query popup state, if open start appending into the window. Call EndPopup() afterwards. ImGuiWindowFlags are forwarded to the window. 682 IMGUI_API bool BeginPopup(const char* str_id, ImGuiWindowFlags flags = 0); // return true if the popup is open, and you can start outputting to it. 683 IMGUI_API bool BeginPopupModal(const char* name, bool* p_open = NULL, ImGuiWindowFlags flags = 0); // return true if the modal is open, and you can start outputting to it. 686 // Popups: open/clos 2859 SetNextTreeNodeOpen(bool open, ImGuiCond cond = 0) SetNextTreeNodeOpen() argument [all...] |
/third_party/python/Lib/test/ |
H A D | test_math.py | 133 with open(fname, encoding="utf-8") as fp: 156 with open(fname, encoding="utf-8") as fp:
|
/third_party/python/Lib/ |
H A D | turtle.py | 174 with open(filename, "r") as f: 839 given. If not, a hint is issued and the dialog remains open for 3859 with open("%s.py" % filename,"w") as f:
|
/third_party/python/Lib/tkinter/ |
H A D | __init__.py | 2390 exec(open(class_py).read(), dir) 2394 exec(open(base_py).read(), dir)
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | solos-pci.c | 1179 .open = popen,
|
H A D | zatm.c | 1400 DPRINTK(DEV_LABEL "(itf %d): open %d.%d\n",vcc->dev->number,vcc->vpi, in zatm_open() 1568 .open = zatm_open,
|
H A D | horizon.c | 251 TX open is a nop, the relevant information is held in the hrz_vcc 274 RX open... 305 pointer at VC close and checking the stack at VC open. 338 . Implement QoS changes on open VCs (involves extracting parts of VC open 723 PRINTD (DBG_ERR|DBG_VCC, "RX channel for VC already open"); in hrz_open_rx() 2091 /********** open VC **********/ 2112 PRINTK (KERN_WARNING, "rejecting open with unspecified VPI/VCI (deprecated)"); in hrz_open() 2454 PRINTD (DBG_ERR|DBG_VCC, "VC already open for RX"); in hrz_open() 2600 .open [all...] |
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpiolib-cdev.c | 2284 * gpio_chrdev_open() - open the chardev for ioctl operations 2296 /* Fail on open if the backing gpiochip is gone */ in gpio_chrdev_open() 2359 .open = gpio_chrdev_open,
|
/kernel/linux/linux-5.10/drivers/firewire/ |
H A D | core-cdev.c | 1787 .open = fw_device_op_open,
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | coh901318.c | 1370 .open = simple_open,
|