Home
last modified time | relevance | path

Searched defs:profile (Results 1 – 25 of 234) sorted by relevance

12345678910

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dqmap_bridge_mode.c50 int ql_bridge_mode_detect(PROFILE_T *profile) { in ql_bridge_mode_detect()
104 int ql_enable_qmi_wwan_rawip_mode(PROFILE_T *profile) { in ql_enable_qmi_wwan_rawip_mode()
140 int ql_driver_type_detect(PROFILE_T *profile) { in ql_driver_type_detect()
152 void ql_set_driver_bridge_mode(PROFILE_T *profile) { in ql_set_driver_bridge_mode()
164 static int ql_qmi_qmap_mode_detect(PROFILE_T *profile) { in ql_qmi_qmap_mode_detect()
330 static int ql_mbim_usb_vlan_mode_detect(PROFILE_T *profile) { in ql_mbim_usb_vlan_mode_detect()
346 static int ql_mbim_mhi_qmap_mode_detect(PROFILE_T *profile) { in ql_mbim_mhi_qmap_mode_detect()
371 int ql_qmap_mode_detect(PROFILE_T *profile) { in ql_qmap_mode_detect()
H A Ddevice.c260 BOOL qmidevice_detect(char *qmichannel, char *usbnet_adapter, unsigned bufsize, PROFILE_T *profile)… in qmidevice_detect()
387 int mhidevice_detect(char *qmichannel, char *usbnet_adapter, PROFILE_T *profile) { in mhidevice_detect()
414 int get_driver_type(PROFILE_T *profile) in get_driver_type()
498 int reattach_driver(PROFILE_T *profile) in reattach_driver()
549 PROFILE_T *profile = (PROFILE_T *)arg; in catch_log() local
579 int ql_capture_usbmon_log(PROFILE_T *profile, const char *log_path) in ql_capture_usbmon_log()
621 void ql_stop_usbmon_log(PROFILE_T *profile) { in ql_stop_usbmon_log()
H A Dudhcpc_netlink.c48 void ql_set_driver_link_state(PROFILE_T *profile, int link_state) in ql_set_driver_link_state()
89 void udhcpc_start(PROFILE_T *profile) in udhcpc_start()
165 void udhcpc_stop(PROFILE_T *profile) in udhcpc_stop()
H A Datc.c53 static int atc_init(PROFILE_T *profile) { in atc_init()
101 PROFILE_T *profile = (PROFILE_T *)param; in atc_read_thread() local
184 static int requestBaseBandVersion(PROFILE_T *profile) { in requestBaseBandVersion()
328 static int requestSetupDataCall(PROFILE_T *profile, int curIpFamily) { in requestSetupDataCall()
539 static int requestDeactivateDefaultPDP(PROFILE_T *profile, int curIpFamily) { in requestDeactivateDefaultPDP()
557 static int requestGetIPAddress(PROFILE_T *profile, int curIpFamily) { in requestGetIPAddress()
H A Dmain.c41 static void usbnet_link_change(int link, PROFILE_T *profile) { in usbnet_link_change()
60 static int check_ipv4_address(PROFILE_T *profile) { in check_ipv4_address()
263 int qmi_main(PROFILE_T *profile) in qmi_main()
648 PROFILE_T profile; in main() local
H A DQMIThread.c182 PROFILE_T *profile = (PROFILE_T *)arg; in WdsStartNwInterfaceReq() local
474 PROFILE_T *profile = (PROFILE_T *)arg; in WdsGetProfileSettingsReqSend() local
486 PROFILE_T *profile = (PROFILE_T *)arg; in WdsModifyProfileSettingsReq() local
672 static int requestSetEthMode(PROFILE_T *profile) { in requestSetEthMode()
1765 static int requestSetupDataCall(PROFILE_T *profile, int curIpFamily) { in requestSetupDataCall()
1815 static int requestDeactivateDefaultPDP(PROFILE_T *profile, int curIpFamily) { in requestDeactivateDefaultPDP()
1842 static int requestGetIPAddress(PROFILE_T *profile, int curIpFamily) { in requestGetIPAddress()
1956 static int requestSetProfile(PROFILE_T *profile) { in requestSetProfile()
1974 static int requestGetProfile(PROFILE_T *profile) { in requestGetProfile()
2123 static int requestBaseBandVersion(PROFILE_T *profile) { in requestBaseBandVersion()
H A Dudhcpc_script.c79 void udhcpc_start(PROFILE_T *profile) in udhcpc_start()
119 void udhcpc_stop(PROFILE_T *profile) in udhcpc_stop()
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dpolicy.c109 static void __add_profile(struct list_head *list, struct aa_profile *profile) in __add_profile()
138 static void __list_remove_profile(struct aa_profile *profile) in __list_remove_profile()
154 static void __remove_profile(struct aa_profile *profile) in __remove_profile()
176 struct aa_profile *profile, *tmp; in __aa_profile_list_release() local
205 void aa_free_profile(struct aa_profile *profile) in aa_free_profile()
260 struct aa_profile *profile; in aa_alloc_profile() local
336 struct aa_profile *profile; in aa_find_child() local
365 struct aa_profile *profile = NULL; in __lookup_parent() local
399 struct aa_profile *profile = NULL; in __lookupn_profile() local
436 struct aa_profile *profile; in aa_lookupn_profile() local
[all …]
H A Ddomain.c97 static inline unsigned int match_component(struct aa_profile *profile, in match_component()
132 static int label_compound_match(struct aa_profile *profile, in label_compound_match()
192 static int label_components_match(struct aa_profile *profile, in label_components_match()
253 static int label_match(struct aa_profile *profile, struct aa_label *label, in label_match()
286 static int change_profile_perms(struct aa_profile *profile, in change_profile_perms()
310 struct aa_profile *profile, unsigned int state) in aa_xattrs_match()
392 struct aa_profile *profile, *candidate = NULL; in find_attach() local
509 struct aa_label *x_table_lookup(struct aa_profile *profile, u32 xindex, in x_table_lookup()
555 static struct aa_label *x_to_label(struct aa_profile *profile, in x_to_label()
622 static struct aa_label *profile_transition(struct aa_profile *profile, in profile_transition()
[all …]
H A Dmount.c130 static int audit_mount(struct aa_profile *profile, const char *op, in audit_mount()
293 static int path_flags(struct aa_profile *profile, const struct path *path) in path_flags()
316 static int match_mnt_path_str(struct aa_profile *profile, in match_mnt_path_str()
373 static int match_mnt(struct aa_profile *profile, const struct path *path, in match_mnt()
402 struct aa_profile *profile; in aa_remount() local
426 struct aa_profile *profile; in aa_bind_mount() local
463 struct aa_profile *profile; in aa_mount_change_type() local
488 struct aa_profile *profile; in aa_move_mount() local
523 struct aa_profile *profile; in aa_new_mount() local
583 static int profile_umount(struct aa_profile *profile, struct path *path, in profile_umount()
[all …]
H A Dcapability.c33 struct aa_profile *profile; member
64 static int audit_caps(struct common_audit_data *sa, struct aa_profile *profile, in audit_caps()
114 static int profile_capable(struct aa_profile *profile, int cap, in profile_capable()
149 struct aa_profile *profile; in aa_capable() local
H A Dnet.c108 int aa_profile_af_perm(struct aa_profile *profile, struct common_audit_data *sa, in aa_profile_af_perm()
137 struct aa_profile *profile; in aa_af_perm() local
154 struct aa_profile *profile; in aa_label_sk_perm() local
213 static int aa_secmark_perm(struct aa_profile *profile, u32 request, u32 secid, in aa_secmark_perm()
249 struct aa_profile *profile; in apparmor_secmark_check() local
H A Dipc.c63 static int profile_ptrace_perm(struct aa_profile *profile, in profile_ptrace_perm()
121 struct aa_profile *profile; in aa_may_ptrace() local
187 static int profile_signal_perm(struct aa_profile *profile, in profile_signal_perm()
210 struct aa_profile *profile; in aa_may_signal() local
H A Dfile.c90 int aa_audit_file(struct aa_profile *profile, struct aa_perms *perms, in aa_audit_file()
159 struct aa_profile *profile; in path_name() local
266 int __aa_path_perm(const char *op, struct aa_profile *profile, const char *name, in __aa_path_perm()
282 static int profile_path_perm(const char *op, struct aa_profile *profile, in profile_path_perm()
318 struct aa_profile *profile; in aa_path_perm() local
356 static int profile_path_link(struct aa_profile *profile, in profile_path_link()
465 struct aa_profile *profile; in aa_path_link() local
509 struct aa_profile *profile; in __file_path_perm() local
H A Dresource.c52 static int audit_resource(struct aa_profile *profile, unsigned int resource, in audit_resource()
81 static int profile_setrlimit(struct aa_profile *profile, unsigned int resource, in profile_setrlimit()
107 struct aa_profile *profile; in aa_task_setrlimit() local
H A Dapparmorfs.c608 static void profile_query_cb(struct aa_profile *profile, struct aa_perms *perms, in profile_query_cb()
665 struct aa_profile *profile; in query_data() local
754 struct aa_profile *profile; in query_label() local
1068 struct aa_profile *profile = labels_profile(label); in seq_profile_name_show() local
1079 struct aa_profile *profile = labels_profile(label); in seq_profile_mode_show() local
1090 struct aa_profile *profile = labels_profile(label); in seq_profile_attach_show() local
1106 struct aa_profile *profile = labels_profile(label); in seq_profile_hash_show() local
1158 struct aa_profile *profile; in seq_ns_nsstacked_show() local
1503 void __aafs_profile_rmdir(struct aa_profile *profile) in __aafs_profile_rmdir()
1548 struct aa_profile *profile, in create_profile_file()
[all …]
H A Dpolicy_unpack.c109 struct aa_profile *profile = labels_profile(aa_current_raw_label()); in audit_iface() local
477 static bool unpack_trans_table(struct aa_ext *e, struct aa_profile *profile) in unpack_trans_table()
546 static bool unpack_xattrs(struct aa_ext *e, struct aa_profile *profile) in unpack_xattrs()
575 static bool unpack_secmark(struct aa_ext *e, struct aa_profile *profile) in unpack_secmark()
619 static bool unpack_rlimits(struct aa_ext *e, struct aa_profile *profile) in unpack_rlimits()
676 struct aa_profile *profile = NULL; in unpack_profile() local
1022 static int verify_profile(struct aa_profile *profile) in verify_profile()
1169 struct aa_profile *profile = NULL; in aa_unpack() local
H A Dlib.c290 void aa_apply_modes_to_perms(struct aa_profile *profile, struct aa_perms *perms) in aa_apply_modes_to_perms()
381 void aa_profile_match_label(struct aa_profile *profile, struct aa_label *label, in aa_profile_match_label()
395 int aa_profile_label_perm(struct aa_profile *profile, struct aa_profile *target, in aa_profile_label_perm()
429 int aa_check_perms(struct aa_profile *profile, struct aa_perms *perms, in aa_check_perms()
H A Dlabel.c317 struct aa_profile *profile; in aa_label_destroy() local
1258 static inline bool label_is_visible(struct aa_profile *profile, in label_is_visible()
1269 static inline unsigned int match_component(struct aa_profile *profile, in match_component()
1301 static int label_compound_match(struct aa_profile *profile, in label_compound_match()
1359 static int label_components_match(struct aa_profile *profile, in label_components_match()
1418 int aa_label_match(struct aa_profile *profile, struct aa_label *label, in aa_label_match()
1513 struct aa_profile *profile, int flags, in aa_profile_snxprint()
1556 struct aa_profile *profile; in label_modename() local
1590 struct aa_profile *profile; in display_mode() local
1626 struct aa_profile *profile; in aa_label_snxprint() local
H A Daudit.c78 struct aa_profile *profile = labels_profile(label); in audit_pre() local
123 int aa_audit(int type, struct aa_profile *profile, struct common_audit_data *sa, in aa_audit()
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/
H A Dbrowser.cpp71 auto profile = offTheRecord ? &m_otrProfile : QWebEngineProfile::defaultProfile(); in createWindow() local
85 auto profile = QWebEngineProfile::defaultProfile(); in createDevToolsWindow() local
/OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/
H A Dbrowser.cpp71 auto profile = offTheRecord ? &m_otrProfile : QWebEngineProfile::defaultProfile(); in createWindow() local
85 auto profile = QWebEngineProfile::defaultProfile(); in createDevToolsWindow() local
/OK3568_Linux_fs/kernel/sound/soc/codecs/aw87xxx/
H A Daw87xxx.c86 static int aw87xxx_update_off_prof(struct aw87xxx *aw87xxx, char *profile) in aw87xxx_update_off_prof()
142 int aw87xxx_update_profile(struct aw87xxx *aw87xxx, char *profile) in aw87xxx_update_profile()
232 int aw87xxx_set_profile(int dev_index, char *profile) in aw87xxx_set_profile()
258 static int aw87xxx_esd_update_off_prof(struct aw87xxx *aw87xxx, char *profile) in aw87xxx_esd_update_off_prof()
305 int aw87xxx_esd_update_profile(struct aw87xxx *aw87xxx, char *profile) in aw87xxx_esd_update_profile()
445 char *profile; in aw87xxx_profile_switch_get() local
615 char *profile = NULL; in aw87xxx_init_default_prof() local
840 char profile[AW_PROFILE_STR_MAX] = {0}; in aw87xxx_attr_set_profile() local
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/
H A Dgstmpph264enc.c53 GstMppH264Profile profile; member
109 static GType profile = 0; in gst_mpp_h264_enc_profile_get_type() local
168 GstMppH264Profile profile = g_value_get_enum (value); in gst_mpp_h264_enc_set_property() local
/OK3568_Linux_fs/kernel/drivers/devfreq/
H A Dexynos-bus.c292 struct devfreq_dev_profile *profile) in exynos_bus_profile_init()
353 struct devfreq_dev_profile *profile) in exynos_bus_profile_init_passive()
390 struct devfreq_dev_profile *profile; in exynos_bus_probe() local

12345678910