/foundation/multimedia/camera_lite/test/unittest/ |
H A D | camera_lite_test.cpp | 206 fileTmp.open(filename); in FileCheck()
|
/foundation/multimedia/av_codec/test/unittest/demuxer_test/ |
H A D | demuxer_unit_test.cpp | 140 int32_t fd = open(fileName.c_str(), O_RDONLY); in OpenFile()
|
/foundation/multimedia/av_session/services/session/server/test/ |
H A D | avsession_service_test.cpp | 1484 ofs.open(filePath, ios::out); in HWTEST_F()
|
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/ |
H A D | service.cpp | 177 UniqueFd fd(open(path.data(), O_TMPFILE | O_RDWR, S_IRUSR | S_IWUSR)); in GetLocalCapabilities() 179 HILOGE("Failed to open config file = %{private}s, err = %{public}d", path.c_str(), errno); in GetLocalCapabilities()
|
/kernel/linux/linux-5.10/drivers/block/ |
H A D | xen-blkfront.c | 2687 * deferred this request, because the bdev was still open. in blkif_release() 2719 .open = blkif_open,
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | fore200e.c | 1276 activate ? "open" : "close", vcc->itf, vcc->vpi, vcc->vci); in fore200e_activate_vcin() 1281 activate ? "open" : "clos"); in fore200e_activate_vcin() 3001 .open = fore200e_open,
|
H A D | he.c | 166 .open = he_open, 2131 HPRINTK("open vcc %p %d.%d\n", vcc, vpi, vci); in he_open() 2139 hprintk("unable to allocate he_vcc during open\n"); in he_open() 2161 HPRINTK("open tx cid 0x%x pcr_goal %d\n", cid, pcr_goal); in he_open() 2189 /* 2.3.3.1 open connection ubr */ in he_open() 2196 /* 2.3.3.2 open connection cbr */ in he_open() 2271 HPRINTK("open rx cid 0x%x (rx_waitq %p)\n", cid, in he_open() 2310 the open/closed indication in rsr0 */ in he_open()
|
H A D | eni.c | 1925 DPRINTK(DEV_LABEL "(itf %d): open %d.%d\n",vcc->dev->number,vcc->vpi, in eni_open() 2204 .open = eni_open,
|
H A D | lanai.c | 453 #define STATS_GET_BAD_VCI(x) (((x)>>16)&0xFF) /* VCI not open */ 2309 /* open a vcc on the card to vpi/vci */ 2317 /* we don't support partial open - it's not really useful anyway */ in lanai_open() 2328 DPRINTK(DEV_LABEL "(itf %d): open %d.%d\n", lanai->number, in lanai_open() 2541 .open = lanai_open,
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | wacom_sys.c | 2060 input_dev->open = wacom_open; in wacom_allocate_input() 2448 hid_err(hdev, "hw open failed\n"); in wacom_parse_and_register()
|
/kernel/linux/linux-5.10/drivers/media/dvb-core/ |
H A D | dvb_frontend.c | 56 MODULE_PARM_DESC(dvb_mfe_wait_time, "Wait up to <mfe_wait_time> seconds on open() for multi-frontend to become available (default:5 seconds)"); 2933 .open = dvb_frontend_open,
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | ov5670.c | 2452 .open = ov5670_open,
|
H A D | imx319.c | 2260 .open = imx319_open,
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | cyttsp4_core.c | 1986 md->input->open = cyttsp4_mt_open; in cyttsp4_mt_probe()
|
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/ |
H A D | av7110.c | 699 .open = dvb_generic_open,
|
/kernel/linux/linux-5.10/drivers/media/platform/s5p-jpeg/ |
H A D | jpeg-core.c | 1027 .open = s5p_jpeg_open,
|
/kernel/linux/linux-5.10/drivers/media/platform/atmel/ |
H A D | atmel-isc-base.c | 1641 .open = isc_open,
|
/kernel/linux/linux-5.10/drivers/media/platform/am437x/ |
H A D | am437x-vpfe.c | 1059 * If this was the last open file. in vpfe_release() 2095 .open = vpfe_open, 2447 /* for now just enable it here instead of waiting for the open */ in vpfe_probe() 2542 * open() or just before start streaming. in vpfe_suspend()
|
/kernel/linux/linux-5.10/drivers/mmc/core/ |
H A D | mmc_test.c | 3151 .open = mtf_test_open,
|
/kernel/linux/linux-5.10/drivers/net/ppp/ |
H A D | ppp_generic.c | 989 .open = ppp_open,
|
/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | hso.c | 1235 /* open the requested serial port */ 1245 hso_dbg(0x1, "Failed to open port\n"); in hso_serial_open() 1277 hso_dbg(0x1, "Port was already open\n"); in hso_serial_open() 1880 hso_dbg(0x1, "Already a read pending on port %d or port not open\n", in intr_callback() 3210 .open = hso_serial_open,
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | dpt_i2o.c | 121 .open = adpt_open,
|
H A D | sg.c | 159 wait_queue_head_t open_wait; /* queue open() when O_EXCL present */ 160 struct mutex open_rel_lock; /* held when in open() or release() */ 166 bool exclude; /* 1->open(O_EXCL) succeeded and is active */ 396 /* possibly many open()s waiting on exlude clearing, start many; in sg_release() 397 * only open(O_EXCL)s wait on 0==open_cnt so only start one */ in sg_release() 1440 .open = sg_open,
|
/kernel/linux/linux-5.10/drivers/scsi/qedi/ |
H A D | qedi_main.c | 336 uinfo->open = qedi_uio_open; in qedi_init_uio()
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | mxser.c | 2316 .open = mxser_open,
|