/kernel/linux/linux-6.6/sound/usb/ |
H A D | pcm.c | 1747 .open = snd_usb_pcm_open, 1759 .open = snd_usb_pcm_open,
|
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/ |
H A D | qm.c | 987 .open = simple_open, 1515 .open = simple_open, 2779 .open = simple_open, 3622 /* open the OOO port for PEH to write out MSI */ in qm_restart_done()
|
/kernel/linux/linux-5.10/drivers/cdrom/ |
H A D | cdrom.c | 235 -- DVD-RAM write open fixes 596 if (cdo->open == NULL || cdo->release == NULL) in register_cdrom() 770 * allow writable open if media info read worked and media is in cdrom_dvdram_open_write() 785 * always reset to DMA lba space on open in cdrom_mrw_open_write() 807 pr_info("open: mrw_status '%s'\n", mrw_format_status[di.mrw_status]); in cdrom_mrw_open_write() 859 cd_dbg(CD_OPEN, "can open for random write\n"); in cdrom_ram_open_write() 898 * returns 0 for ok to open write, non-0 to disallow 1056 cd_dbg(CD_OPEN, "the tray is open...\n"); in open_for_data() 1107 cd_dbg(CD_WARNING, "pid %d must open device O_NONBLOCK!\n", in open_for_data() 1119 /* all seems well, we can open th in open_for_data() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | debugfs.c | 35 .open = simple_open, \ 42 .open = simple_open, \ 51 .open = simple_open, \
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | rs.c | 3910 .open = simple_open, 3957 .open = simple_open, 4047 .open = simple_open,
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_generic.c | 934 .open = ffs_ep0_open, 1441 .open = ffs_epfile_open, 1564 .open = usbfn_open,
|
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | atyfb_base.c | 1582 par->open++; in atyfb_open() 1680 par->open--; in atyfb_release() 1684 if (par->open) in atyfb_release()
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | patch_hdmi.c | 1253 * PA need pcm open successfully when probe in hdmi_pcm_open() 1696 codec_dbg(codec, "hdmi: PCM already open, no silent stream\n"); in silent_stream_enable() 2212 .open = hdmi_pcm_open, 2311 /* other pstr fields are set in open */ in generic_hdmi_build_pcms() 3306 .open = simple_playback_pcm_open, 3523 .open = simple_playback_pcm_open,
|
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/ |
H A D | atyfb_base.c | 1592 par->open++; in atyfb_open() 1690 par->open--; in atyfb_release() 1694 if (par->open) in atyfb_release()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | f_generic.c | 935 .open = ffs_ep0_open, 1442 .open = ffs_epfile_open, 1565 .open = usbfn_open,
|
/kernel/linux/linux-6.6/drivers/cdrom/ |
H A D | cdrom.c | 226 -- DVD-RAM write open fixes 593 if (cdo->open == NULL || cdo->release == NULL) in register_cdrom() 771 * allow writable open if media info read worked and media is in cdrom_dvdram_open_write() 786 * always reset to DMA lba space on open in cdrom_mrw_open_write() 808 pr_info("open: mrw_status '%s'\n", mrw_format_status[di.mrw_status]); in cdrom_mrw_open_write() 860 cd_dbg(CD_OPEN, "can open for random write\n"); in cdrom_ram_open_write() 899 * returns 0 for ok to open write, non-0 to disallow 1048 cd_dbg(CD_OPEN, "the tray is open...\n"); in open_for_data() 1099 cd_dbg(CD_WARNING, "pid %d must open device O_NONBLOCK!\n", in open_for_data() 1111 /* all seems well, we can open th in open_for_data() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | debugfs.c | 31 .open = simple_open, \ 38 .open = simple_open, \ 47 .open = simple_open, \
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | rs.c | 3851 .open = simple_open, 3898 .open = simple_open, 3988 .open = simple_open,
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | debug.c | 109 .open = rtw89_debugfs_single_open, 117 .open = rtw89_debugfs_single_open, 127 .open = simple_open,
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | patch_hdmi.c | 1260 * PA need pcm open successfully when probe in hdmi_pcm_open() 1725 codec_dbg(codec, "hdmi: PCM already open, no silent stream\n"); in silent_stream_enable() 2236 .open = hdmi_pcm_open, 2328 /* other pstr fields are set in open */ in generic_hdmi_build_pcms() 3439 .open = simple_playback_pcm_open, 3656 .open = simple_playback_pcm_open,
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | synclinkmp.c | 506 static int open(struct tty_struct *tty, struct file * filp); 719 printk("%s(%d): open with invalid line #%d.\n", in install() 727 if (sanity_check(info, tty->name, "open")) in install() 743 static int open(struct tty_struct *tty, struct file *filp) in open() function 752 printk("%s(%d):%s open(), old ref count = %d\n", in open() 767 /* 1st open on this device, init hardware */ in open() 782 printk("%s(%d):%s open() success\n", in open() 832 * This is the same as closing all open descriptors for the port. 1539 /* return error if TTY interface open */ in hdlcdev_attach() 1628 /* generic HDLC layer open processin in hdlcdev_open() [all...] |
/kernel/linux/linux-5.10/sound/pci/rme9652/ |
H A D | hdspm.c | 1678 allowed if any substreams are open. This is because such a change in hdspm_set_rate() 2042 .open = snd_hdspm_midi_output_open, 2049 .open = snd_hdspm_midi_input_open, 5521 /* The other stream is open, and not by the same in snd_hdspm_hw_params() 6367 .open = snd_hdspm_open, 6391 hw->ops.open = snd_hdspm_hwdep_dummy_op; in snd_hdspm_create_hwdep()
|
H A D | hdsp.c | 1150 not allowed if any substreams are open. This is because in hdsp_set_rate() 1492 .open = snd_hdsp_midi_output_open, 1499 .open = snd_hdsp_midi_input_open, 4023 /* The other stream is open, and not by the same in snd_hdsp_hw_params() 4871 .open = snd_hdsp_playback_open, 4884 .open = snd_hdsp_capture_open,
|
/kernel/linux/linux-5.10/kernel/cgroup/ |
H A D | cgroup.c | 630 * This is open and unprotected implementation of cgroup_css(). in of_css() 3790 if (!cft->open) in cgroup_file_open() 3793 ret = cft->open(of); in cgroup_file_open() 3910 .open = cgroup_file_open, 3919 .open = cgroup_file_open, 4893 * permissions using the credentials from file open to protect against in __cgroup_procs_write() 6472 * @fd: fd obtained by open(cgroup2_dir)
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_core.c | 115 .open = simple_open, 171 .open = simple_open, 1481 if (hdev->open(hdev)) { in hci_dev_do_open() 1661 * open the device. in hci_dev_open() 3718 if (!hdev->open || !hdev->close || !hdev->send) in hci_register_dev()
|
/kernel/linux/linux-6.6/kernel/cgroup/ |
H A D | cgroup.c | 640 * This is open and unprotected implementation of cgroup_css(). in of_css() 4015 if (!cft->open) in cgroup_file_open() 4018 ret = cft->open(of); in cgroup_file_open() 4135 .open = cgroup_file_open, 4144 .open = cgroup_file_open, 5148 * permissions using the credentials from file open to protect against in __cgroup_procs_write() 6851 * @fd: fd obtained by open(cgroup_dir) 6873 * @fd: fd obtained by open(cgroup2_dir)
|
/kernel/linux/linux-6.6/sound/pci/rme9652/ |
H A D | hdspm.c | 1677 allowed if any substreams are open. This is because such a change in hdspm_set_rate() 2041 .open = snd_hdspm_midi_output_open, 2048 .open = snd_hdspm_midi_input_open, 5512 /* The other stream is open, and not by the same in snd_hdspm_hw_params() 6353 .open = snd_hdspm_open, 6377 hw->ops.open = snd_hdspm_hwdep_dummy_op; in snd_hdspm_create_hwdep()
|
H A D | hdsp.c | 1145 not allowed if any substreams are open. This is because in hdsp_set_rate() 1490 .open = snd_hdsp_midi_output_open, 1497 .open = snd_hdsp_midi_input_open, 4066 /* The other stream is open, and not by the same in snd_hdsp_hw_params() 4918 .open = snd_hdsp_playback_open, 4930 .open = snd_hdsp_capture_open,
|
/applications/standard/app_samples/code/BasicFeature/DeviceManagement/Vibrator/CustomHaptic/hvigor/ |
H A D | hvigor-wrapper.js | 247 e.open(t, ue.O_WRONLY | ue.O_SYMLINK, n, (function (t, u) { 269 e.open(t, ue.O_SYMLINK, (function (t, o) { 424 e.open(this.path, this.flags, this.mode, (function (e, t) { 426 u.fd = t, u.emit("open", t), u._read() 441 this.busy = !1, this._queue = [], null === this.fd && (this._open = e.open, this._queue.push([this._open, this.path, this.flags, this.mode, void 0]), this.flush()) 556 c && (d.prototype = Object.create(c.prototype), d.prototype.open = function () { 559 t ? (e.autoClose && e.destroy(), e.emit("error", t)) : (e.fd = n, e.emit("open", n), e.read()) 563 a && (D.prototype = Object.create(a.prototype), D.prototype.open = function () { 566 t ? (e.destroy(), e.emit("error", t)) : (e.fd = n, e.emit("open", n)) 598 var p = e.open; [all...] |
/applications/standard/calendardata/hvigor/ |
H A D | hvigor-wrapper.js | 1106 e.open(t, kt.O_WRONLY | kt.O_SYMLINK, n, (function (t, u) { 1128 e.open(t, kt.O_SYMLINK, (function (t, o) { 1284 e.open(this.path, this.flags, this.mode, (function (e, t) { 1286 u.fd = t, u.emit("open", t), u._read() 1301 this.busy = !1, this._queue = [], null === this.fd && (this._open = e.open, this._queue.push([this._open, this.path, this.flags, this.mode, void 0]), this.flush()) 1419 c && (d.prototype = Object.create(c.prototype), d.prototype.open = function () { 1422 t ? (e.autoClose && e.destroy(), e.emit("error", t)) : (e.fd = n, e.emit("open", n), e.read()) 1426 a && (D.prototype = Object.create(a.prototype), D.prototype.open = function () { 1429 t ? (e.destroy(), e.emit("error", t)) : (e.fd = n, e.emit("open", n)) 1469 var p = e.open; [all...] |