| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_custom_sec.c | 253 fp = filp_open(filepath, O_RDONLY, 0); 373 fp = filp_open(filepath, O_RDONLY, 0); 508 fp = filp_open(filepath, O_RDONLY, 0); 591 fp = filp_open(filepath, O_RDONLY, 0); 772 nvfp = filp_open(nvram_p, O_RDONLY, 0); 816 fp = filp_open(filepath, O_RDONLY, 0); 830 fp = filp_open(filepath, O_RDWR | O_CREAT, 0664); 950 fp = filp_open(filepath, O_RDWR | O_CREAT, 0664); 987 fp = filp_open(filepath, O_RDONLY, 0); 1022 fp = filp_open(filepath, O_RDONLY, 0);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_custom_sec.c | 253 fp = filp_open(filepath, O_RDONLY, 0); 373 fp = filp_open(filepath, O_RDONLY, 0); 508 fp = filp_open(filepath, O_RDONLY, 0); 591 fp = filp_open(filepath, O_RDONLY, 0); 772 nvfp = filp_open(nvram_p, O_RDONLY, 0); 816 fp = filp_open(filepath, O_RDONLY, 0); 830 fp = filp_open(filepath, O_RDWR | O_CREAT, 0664); 950 fp = filp_open(filepath, O_RDWR | O_CREAT, 0664); 987 fp = filp_open(filepath, O_RDONLY, 0); 1022 fp = filp_open(filepath, O_RDONLY, 0);
|
| H A D | wl_bam.c | 239 fp = filp_open(fname, O_RDONLY, 0); in wl_bad_ap_mngr_fread() 286 fp = filp_open(fname, O_CREAT | O_RDWR | O_TRUNC, 0666); in wl_bad_ap_mngr_fwrite()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/ |
| H A D | sar.c | 198 fp = filp_open(sc->sh->cfg.flash_bin_path, O_RDONLY, 0); in get_flash_info() 200 fp = filp_open(SEC_CFG_BIN_NAME, O_RDONLY, 0); in get_flash_info() 204 fp = filp_open(DEFAULT_CFG_BIN_NAME, O_RDONLY, 0); in get_flash_info() 206 fp = filp_open(SEC_CFG_BIN_NAME, O_RDONLY, 0); in get_flash_info()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | u_uac1_legacy.c | 215 snd->filp = filp_open(fn_cntl, O_RDWR, 0); in gaudio_open_snd_dev() 227 snd->filp = filp_open(fn_play, O_WRONLY, 0); in gaudio_open_snd_dev() 242 snd->filp = filp_open(fn_cap, O_RDONLY, 0); in gaudio_open_snd_dev()
|
| H A D | storage_common.c | 193 filp = filp_open(filename, O_RDWR | O_LARGEFILE, 0); in fsg_lun_open() 198 filp = filp_open(filename, O_RDONLY | O_LARGEFILE, 0); in fsg_lun_open()
|
| /OK3568_Linux_fs/kernel/init/ |
| H A D | do_mounts_rd.c | 198 out_file = filp_open("/dev/ram", O_RDWR, 0); in rd_load_image() 202 in_file = filp_open(from, O_RDONLY, 0); in rd_load_image()
|
| H A D | initramfs.c | 340 wfile = filp_open(collected, openflags, mode); in do_name() 596 file = filp_open("/initrd.image", O_WRONLY | O_CREAT, 0700); in populate_initrd_image()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/ |
| H A D | gt1x_update.c | 297 pfile = filp_open(UPDATE_FILE_PATH_1, O_RDONLY, 0); 299 pfile = filp_open(UPDATE_FILE_PATH_2, O_RDONLY, 0); 311 pfile = filp_open(CONFIG_FILE_PATH_1, O_RDONLY, 0); 313 pfile = filp_open(CONFIG_FILE_PATH_2, O_RDONLY, 0); 503 update_info.fw_file = filp_open(update_info.fw_name, O_RDONLY, 0); 1334 flp = filp_open(filepath, O_RDWR | O_CREAT, 0666);
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/ |
| H A D | vehicle_flinger.c | 733 filep = filp_open(path, O_CREAT | O_RDWR, 0666); in rk_flinger_rga_scaler() 770 filep = filp_open(path, O_CREAT | O_RDWR, 0666); in rk_flinger_rga_scaler() 1015 filep = filp_open(path, O_CREAT | O_RDWR, 0666); in rk_flinger_rga_render() 1085 filep = filp_open(path, O_CREAT | O_RDWR, 0666); in rk_drm_vehicle_commit() 1158 filep = filp_open(path, O_CREAT | O_RDWR, 0666); in rk_flinger_vop_show() 1284 filep = filp_open(path, O_RDWR | O_CREAT, 0666); in rk_flinger_render_show()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/ |
| H A D | gt9xx_update.c | 804 pfile = filp_open(UPDATE_FILE_PATH_1, O_RDONLY, 0); in gup_search_file() 807 pfile = filp_open(UPDATE_FILE_PATH_2, O_RDONLY, 0); in gup_search_file() 841 pfile = filp_open(CONFIG_FILE_PATH_1, O_RDONLY, 0); in gup_search_file() 844 pfile = filp_open(CONFIG_FILE_PATH_2, O_RDONLY, 0); in gup_search_file() 883 update_msg.file = filp_open(path, O_RDONLY, 0); in gup_check_update_file() 3391 update_msg.file = filp_open(FL_UPDATE_PATH, O_RDONLY, 0); in gup_prepare_fl_fw() 3394 update_msg.file = filp_open(FL_UPDATE_PATH_SD, O_RDONLY, 0); in gup_prepare_fl_fw() 3431 update_msg.file = filp_open(path, O_RDONLY, 0); in gup_prepare_fl_fw()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | kernel_read_file.c | 137 file = filp_open(path, O_RDONLY, 0); in kernel_read_file_from_path()
|
| H A D | open.c | 1156 struct file *filp_open(const char *filename, int flags, umode_t mode) in filp_open() function 1167 EXPORT_SYMBOL_NS(filp_open, ANDROID_GKI_VFS_EXPORT_ONLY); 1174 file = filp_open(filename, flags, mode); in filp_open_block()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_asus | 75 filp_open
|
| /OK3568_Linux_fs/kernel/drivers/input/sensors/accel/ |
| H A D | da223_cust.c | 97 filep = filp_open(OffsetFileName, O_RDWR|O_CREAT, 0600); 129 filep = filp_open(OffsetFileName, O_RDONLY, 0600); 214 filep = filp_open(OffsetFolerName, O_RDONLY, 0600);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/ |
| H A D | osdep_service_linux.c | 392 fp = filp_open(path, flag, mode); in openFile() 506 fp = filp_open(path, O_RDONLY, 0); in isFileReadable()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/ |
| H A D | osdep_service_linux.c | 392 fp = filp_open(path, flag, mode); in openFile() 506 fp = filp_open(path, O_RDONLY, 0); in isFileReadable()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/ssvdevice/ |
| H A D | ssvdevice.c | 166 fp = filp_open(stacfgpath, O_RDONLY, 0); in sta_cfg_set()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_linux_exportfs.c | 603 fp = filp_open(filepath, O_RDONLY, 0); in get_mem_val_from_file() 614 fp = filp_open(filepath, O_RDONLY, 0); in get_mem_val_from_file() 740 fp = filp_open(filepath, O_RDONLY, 0); in get_assert_val_from_file()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_linux_exportfs.c | 609 fp = filp_open(filepath, O_RDONLY, 0); in get_mem_val_from_file() 620 fp = filp_open(filepath, O_RDONLY, 0); in get_mem_val_from_file() 744 fp = filp_open(filepath, O_RDONLY, 0); in get_assert_val_from_file()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_linux_exportfs.c | 609 fp = filp_open(filepath, O_RDONLY, 0); in get_mem_val_from_file() 620 fp = filp_open(filepath, O_RDONLY, 0); in get_mem_val_from_file() 744 fp = filp_open(filepath, O_RDONLY, 0); in get_assert_val_from_file()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_debugfs.c | 107 file = filp_open(ptr, flags, 0644); in rockchip_drm_dump_plane_buffer()
|
| /OK3568_Linux_fs/kernel/drivers/devfreq/ |
| H A D | rockchip_dmc_dbg.c | 258 fp = filp_open("/sys/class/devfreq/dmc/cur_freq", O_RDONLY, 0); in dmcinfo_proc_show() 272 fp = filp_open("/sys/class/devfreq/dmc/governor", O_RDONLY, 0); in dmcinfo_proc_show()
|
| /OK3568_Linux_fs/kernel/drivers/media/spi/ |
| H A D | rk1608_core.c | 1881 fp = filp_open(REF_DATA_PATH, O_RDONLY, 0); in preisp_file_import_part() 1994 fp = filp_open(file_path, O_RDONLY, 0766); in preisp_file_import_data() 2068 fp = filp_open(file_path, O_RDWR | O_CREAT, 0666); in rk1608_file_export() 2138 fp = filp_open(REF_DATA_PATH, O_RDONLY, 0); in rk1608_get_calib_version_temperature_sn() 2286 fp = filp_open(REF_DATA_PATH, O_RDONLY, 0); in rk1608_get_calib_version_temperature() 2404 fp = filp_open("/data/ref_data.img", O_RDONLY, 0); in rk1608_get_dcrop_cfg()
|
| /OK3568_Linux_fs/kernel/drivers/target/ |
| H A D | target_core_file.c | 121 file = filp_open(fd_dev->fd_dev_name, flags, 0600); in fd_configure_device() 861 prot_file = filp_open(buf, flags, 0600); in fd_init_prot()
|