Home
last modified time | relevance | path

Searched defs:priv (Results 651 - 675 of 704) sorted by relevance

1...<<212223242526272829

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Dwpa_hal.c188 static int32_t WifiWpaGetBssid(void *priv, uint8_t *bssid) in WifiWpaGetBssid() argument
207 static int32_t WifiWpaGetSsid(void *priv, uint8_t *ssid) in WifiWpaGetSsid() argument
359 static int32_t WifiWpaSetKey(void *priv, in WifiWpaSetKey() argument
479 WifiWpaDeinit(void *priv) WifiWpaDeinit() argument
625 WifiWpaDeauthenticate(void *priv, const uint8_t *addr, uint16_t reasonCode) WifiWpaDeauthenticate() argument
965 WifiWpaAssociate(void *priv, struct wpa_driver_associate_params *params) WifiWpaAssociate() argument
989 WifiWpaGetMacAddr(void *priv) WifiWpaGetMacAddr() argument
999 WifiWpaWpaSendEapol(void *priv, const uint8_t *dest, uint16_t proto, const uint8_t *data, size_t dataLen) WifiWpaWpaSendEapol() argument
1069 WifiWpaGetHwFeatureData(void *priv, uint16_t *numModes, uint16_t *flags, uint8_t *dfs) WifiWpaGetHwFeatureData() argument
1138 WifiWpaSendMlme(void *priv, const uint8_t *data, size_t dataLen, int32_t noack, uint32_t freq, const uint16_t *csaOffs, size_t csaOffsLen, int no_encrypt, unsigned int wait) WifiWpaSendMlme() argument
1188 WifiWpaGetScanResults2(void *priv) WifiWpaGetScanResults2() argument
1369 WifiWpaScan2(void *priv, struct wpa_driver_scan_params *params) WifiWpaScan2() argument
1509 WifiWpaSetAp(void *priv, struct wpa_driver_ap_params *params) WifiWpaSetAp() argument
1717 WifiWpaHapdDeinit(void *priv) WifiWpaHapdDeinit() argument
1751 WifiWpaHapdSendEapol(void *priv, const uint8_t *addr, const uint8_t *data, size_t dataLen, int encrypt, const uint8_t *ownAddr, uint32_t flags) WifiWpaHapdSendEapol() argument
1798 WifiWpaStaRemove(void *priv, const uint8_t *addr) WifiWpaStaRemove() argument
1846 WifiWpaSendAction(void *priv, uint32_t freq, uint32_t wait, const uint8_t *dst, const uint8_t *src, const uint8_t *bssid, const uint8_t *data, size_t dataLen, int32_t noCck) WifiWpaSendAction() argument
1903 WifiProbeReqReport(void *priv, int32_t report) WifiProbeReqReport() argument
1915 WifiRemainOnChannel(void *priv, uint32_t freq, uint32_t duration) WifiRemainOnChannel() argument
1941 WifiCancelRemainOnChannel(void *priv) WifiCancelRemainOnChannel() argument
1952 WifiAddIf(void *priv, enum wpa_driver_if_type type, const char *ifName, const uint8_t *addr, void *bss_ctx, void **drv_priv, char *force_ifname, uint8_t *if_addr, const char *bridge, int32_t use_existing, int32_t setup_ap) WifiAddIf() argument
2028 WifiRemoveIf(void *priv, enum wpa_driver_if_type type, const char *ifName) WifiRemoveIf() argument
2059 WifiSetApWpsP2pIe(void *priv, const struct wpabuf *beacon, const struct wpabuf *probresp, const struct wpabuf *assocresp) WifiSetApWpsP2pIe() argument
2108 WifiWpaGetDrvFlags(void *priv, uint64_t *drvFlags) WifiWpaGetDrvFlags() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_teap.c252 static void eap_teap_deinit(struct eap_sm *sm, void *priv) in eap_teap_deinit() argument
1829 static struct wpabuf * eap_teap_process(struct eap_sm *sm, void *priv, in eap_teap_process() argument
2041 eap_teap_get_status(struct eap_sm *sm, void *priv, char *buf, size_t buflen, int verbose) eap_teap_get_status() argument
2060 eap_teap_isKeyAvailable(struct eap_sm *sm, void *priv) eap_teap_isKeyAvailable() argument
2068 eap_teap_getKey(struct eap_sm *sm, void *priv, size_t *len) eap_teap_getKey() argument
2086 eap_teap_get_session_id(struct eap_sm *sm, void *priv, size_t *len) eap_teap_get_session_id() argument
2104 eap_teap_get_emsk(struct eap_sm *sm, void *priv, size_t *len) eap_teap_get_emsk() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_teap.c437 static void eap_teap_reset(struct eap_sm *sm, void *priv) in eap_teap_reset() argument
887 static struct wpabuf * eap_teap_buildReq(struct eap_sm *sm, void *priv, u8 id) in eap_teap_buildReq() argument
983 static bool eap_teap_check(struct eap_sm *sm, void *priv, in eap_teap_check() argument
1051 void *priv = data->phase2_priv; in eap_teap_process_phase2_response() local
1724 eap_teap_process_version(struct eap_sm *sm, void *priv, int peer_version) eap_teap_process_version() argument
1831 eap_teap_process_msg(struct eap_sm *sm, void *priv, const struct wpabuf *respData) eap_teap_process_msg() argument
1869 eap_teap_process(struct eap_sm *sm, void *priv, struct wpabuf *respData) eap_teap_process() argument
1993 eap_teap_isDone(struct eap_sm *sm, void *priv) eap_teap_isDone() argument
2001 eap_teap_getKey(struct eap_sm *sm, void *priv, size_t *len) eap_teap_getKey() argument
2026 eap_teap_get_emsk(struct eap_sm *sm, void *priv, size_t *len) eap_teap_get_emsk() argument
2051 eap_teap_isSuccess(struct eap_sm *sm, void *priv) eap_teap_isSuccess() argument
2059 eap_teap_get_session_id(struct eap_sm *sm, void *priv, size_t *len) eap_teap_get_session_id() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
H A Ddbus_new.c54 struct wpas_dbus_priv *priv = data; in noc_filter() local
95 void wpas_dbus_subscribe_noc(struct wpas_dbus_priv *priv) in wpas_dbus_subscribe_noc() argument
110 void wpas_dbus_unsubscribe_noc(struct wpas_dbus_priv *priv) in wpas_dbus_unsubscribe_noc() argument
2511 wpas_dbus_register(struct wpa_dbus_object_desc *obj_desc, void *priv, WPADBusArgumentFreeFunction priv_free, const struct wpa_dbus_method_desc *methods, const struct wpa_dbus_property_desc *properties, const struct wpa_dbus_signal_desc *signals) wpas_dbus_register() argument
2661 wpa_dbus_ctrl_iface_props_deinit(struct wpas_dbus_priv *priv) wpa_dbus_ctrl_iface_props_deinit() argument
2681 wpas_dbus_ctrl_iface_init(struct wpas_dbus_priv *priv) wpas_dbus_ctrl_iface_init() argument
2732 wpas_dbus_ctrl_iface_deinit(struct wpas_dbus_priv *priv) wpas_dbus_ctrl_iface_deinit() argument
4283 wpa_dbus_ctrl_iface_props_init(struct wpas_dbus_priv *priv) wpa_dbus_ctrl_iface_props_init() argument
[all...]
H A Ddbus_new_handlers.c5580 struct wpas_dbus_priv *priv = wpa_s->global->dbus; in wpas_dbus_handler_subscribe_preq() local
5630 struct wpas_dbus_priv *priv = wpa_s->global->dbus; in wpas_dbus_handler_unsubscribe_preq() local
5656 struct wpas_dbus_priv *priv = wpa_s->global->dbus; in wpas_dbus_signal_preq() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwps_hostapd.c1507 hostapd_rx_req_put_wlan_response( void *priv, enum upnp_wps_wlanevent_type ev_type, const u8 *mac_addr, const struct wpabuf *msg, enum wps_msg_type msg_type) hostapd_rx_req_put_wlan_response() argument
/device/soc/rockchip/common/sdk_linux/drivers/mmc/host/
H A Ddw_mmc.h202 void *priv; member
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Diommu.h384 void *priv; member
609 static inline void dev_iommu_priv_set(struct device *dev, void *priv) in dev_iommu_priv_set() argument
/device/soc/rockchip/common/sdk_linux/include/linux/mmc/
H A Dhost.h484 static inline struct mmc_host *mmc_from_priv(void *priv) in mmc_from_priv() argument
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/
H A Dmpp_common.h359 void *priv; member
/third_party/ffmpeg/libavformat/
H A Dhls.c1086 ID3v2ExtraMetaPRIV *priv = &meta->data.priv; in parse_id3() local
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_av1.c144 static void sequence_header_obu(vid_dec_PrivateType *priv, struct vl_vlc *vlc) in sequence_header_obu() argument
380 superres_params(vid_dec_PrivateType *priv, struct vl_vlc *vlc) superres_params() argument
403 compute_image_size(vid_dec_PrivateType *priv) compute_image_size() argument
411 frame_size(vid_dec_PrivateType *priv, struct vl_vlc *vlc) frame_size() argument
432 render_size(vid_dec_PrivateType *priv, struct vl_vlc *vlc) render_size() argument
451 get_relative_dist(vid_dec_PrivateType *priv, int a, int b) get_relative_dist() argument
467 find_latest_backward(vid_dec_PrivateType *priv) find_latest_backward() argument
487 find_earliest_backward(vid_dec_PrivateType *priv) find_earliest_backward() argument
507 find_latest_forward(vid_dec_PrivateType *priv) find_latest_forward() argument
527 set_frame_refs(vid_dec_PrivateType *priv, struct vl_vlc *vlc) set_frame_refs() argument
600 frame_size_with_refs(vid_dec_PrivateType *priv, struct vl_vlc *vlc) frame_size_with_refs() argument
640 tile_info(vid_dec_PrivateType *priv, struct vl_vlc *vlc) tile_info() argument
779 quantization_params(vid_dec_PrivateType *priv, struct vl_vlc *vlc) quantization_params() argument
822 segmentation_params(vid_dec_PrivateType *priv, struct vl_vlc *vlc) segmentation_params() argument
884 delta_q_params(vid_dec_PrivateType *priv, struct vl_vlc *vlc) delta_q_params() argument
897 delta_lf_params(vid_dec_PrivateType *priv, struct vl_vlc *vlc) delta_lf_params() argument
917 get_qindex(vid_dec_PrivateType * priv, bool ignoreDeltaQ, unsigned segmentId) get_qindex() argument
939 loop_filter_params(vid_dec_PrivateType *priv, struct vl_vlc *vlc) loop_filter_params() argument
1010 cdef_params(vid_dec_PrivateType *priv, struct vl_vlc *vlc) cdef_params() argument
1033 lr_params(vid_dec_PrivateType *priv, struct vl_vlc *vlc) lr_params() argument
1086 tx_mode(vid_dec_PrivateType *priv, struct vl_vlc *vlc) tx_mode() argument
1099 frame_reference_mode(vid_dec_PrivateType *priv, struct vl_vlc *vlc) frame_reference_mode() argument
1109 skip_mode_params(vid_dec_PrivateType *priv, struct vl_vlc *vlc) skip_mode_params() argument
1221 read_global_param(struct global_motion_params* global_params, struct global_motion_params* ref_params, vid_dec_PrivateType *priv, struct vl_vlc *vlc, uint8_t type, uint8_t ref, uint8_t idx) read_global_param() argument
1252 global_motion_params(vid_dec_PrivateType *priv, struct vl_vlc *vlc) global_motion_params() argument
1319 film_grain_params(vid_dec_PrivateType *priv, struct vl_vlc *vlc) film_grain_params() argument
1426 frame_header_obu(vid_dec_PrivateType *priv, struct vl_vlc *vlc) frame_header_obu() argument
1843 parse_tile_hdr(vid_dec_PrivateType *priv, struct vl_vlc *vlc, unsigned start_bits_pos, unsigned total_obu_len) parse_tile_hdr() argument
1910 dec_av1_NeedTask(vid_dec_PrivateType *priv) dec_av1_NeedTask() argument
1957 dec_av1_ReleaseTask(vid_dec_PrivateType *priv, struct list_head *head) dec_av1_ReleaseTask() argument
1979 dec_av1_SortTask(vid_dec_PrivateType *priv) dec_av1_SortTask() argument
1999 dec_av1_SearchTask(vid_dec_PrivateType *priv, struct list_head *tasks) dec_av1_SearchTask() argument
2013 dec_av1_GetStartedTask(vid_dec_PrivateType *priv, struct dec_av1_task *task, struct list_head *tasks) dec_av1_GetStartedTask() argument
2032 dec_av1_ShowExistingframe(vid_dec_PrivateType *priv) dec_av1_ShowExistingframe() argument
2118 dec_av1_BeginFrame(vid_dec_PrivateType *priv) dec_av1_BeginFrame() argument
2169 dec_av1_EndFrame(vid_dec_PrivateType *priv, struct dec_av1_task *task) dec_av1_EndFrame() argument
2219 dec_av1_Decode(vid_dec_PrivateType *priv, struct vl_vlc *vlc, unsigned min_bits_left) dec_av1_Decode() argument
2367 vid_dec_av1_FreeInputPortPrivate(vid_dec_PrivateType *priv, OMX_BUFFERHEADERTYPE *buf) vid_dec_av1_FreeInputPortPrivate() argument
2381 vid_dec_av1_ReleaseTasks(vid_dec_PrivateType *priv) vid_dec_av1_ReleaseTasks() argument
2394 vid_dec_PrivateType *priv = comp->pComponentPrivate; vid_dec_av1_FrameDecoded() local
2461 vid_dec_av1_Init(vid_dec_PrivateType *priv) vid_dec_av1_Init() argument
[all...]
/third_party/node/src/
H A Dnode_http2.cc3180 Initialize(Local<Object> target, Local<Value> unused, Local<Context> context, void* priv) Initialize() argument
/third_party/ltp/tools/sparse/sparse-src/
H A Dcompile-i386.c422 struct symbol_private *priv; in stor_sym_init() local
1614 struct symbol_private *priv = sym->aux; in emit_symbol_expr_init() local
2246 struct symbol_private *priv = sym->aux; x86_symbol_init() local
[all...]
/third_party/libabigail/src/
H A Dabg-suppression.cc1226 struct type_suppression::insertion_range::priv struct in abigail::suppr::type_suppression::insertion_range
1231 priv() in priv() function
1234 priv(boundary_sptr begin, boundary_sptr end) in priv() function
1425 struct type_suppression::insertion_range::boundary::priv global() struct in abigail::suppr::type_suppression::insertion_range::boundary
1427 priv() priv() function
1443 struct type_suppression::insertion_range::integer_boundary::priv global() struct in abigail::suppr::type_suppression::insertion_range::integer_boundary
1447 priv() priv() function
1451 priv(uint64_t value) priv() function
1484 struct type_suppression::insertion_range::fn_call_expr_boundary::priv global() struct in abigail::suppr::type_suppression::insertion_range::fn_call_expr_boundary
1488 priv() priv() function
1491 priv(ini::function_call_expr_sptr expr) priv() function
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DSecondaryCommandBuffer.h28 namespace priv namespace
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c4963 struct wpas_dbus_priv *priv = wpa_s->global->dbus; in wpas_dbus_handler_subscribe_preq() local
5013 struct wpas_dbus_priv *priv = wpa_s->global->dbus; in wpas_dbus_handler_unsubscribe_preq() local
5039 struct wpas_dbus_priv *priv = wpa_s->global->dbus; in wpas_dbus_signal_preq() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_openssl.c820 void * dh5_init(struct wpabuf **priv, struct wpabuf **publ) in dh5_init() argument
930 void * dh5_init_fixed(const struct wpabuf *priv, const struct wpabuf *publ) in dh5_init_fixed() argument
[all...]
/base/security/crypto_framework/test/unittest/src/
H A Dopenssl_adapter_mock.c679 int OpensslEvpPkeyGetRawPrivateKey(const EVP_PKEY *pkey, unsigned char *priv, size_t *len) in OpensslEvpPkeyGetRawPrivateKey() argument
/device/soc/rockchip/common/vendor/drivers/phy/
H A Dphy-rockchip-mipi-rx.c552 static inline void write_grf_reg(struct mipidphy_priv *priv, int index, u8 value) in write_grf_reg() argument
562 static inline u32 read_grf_reg(struct mipidphy_priv *priv, int index) in read_grf_reg() argument
574 static inline void write_txrx_reg(struct mipidphy_priv *priv, in argument
583 mipidphy0_wr_reg(struct mipidphy_priv *priv, u8 test_code, u8 test_data) mipidphy0_wr_reg() argument
599 mipidphy1_wr_reg(struct mipidphy_priv *priv, unsigned char addr, unsigned char data) mipidphy1_wr_reg() argument
613 write_csiphy_reg(struct mipidphy_priv *priv, int index, u32 value) write_csiphy_reg() argument
622 read_csiphy_reg(struct mipidphy_priv *priv, int index, u32 *value) read_csiphy_reg() argument
631 csi_mipidphy_wr_ths_settle(struct mipidphy_priv *priv, int hsfreq, enum mipi_dphy_lane lane) csi_mipidphy_wr_ths_settle() argument
677 sd_to_sensor(struct mipidphy_priv *priv, struct v4l2_subdev *sd) sd_to_sensor() argument
692 struct mipidphy_priv *priv = to_dphy_priv(sd); mipidphy_get_sensor_data_rate() local
725 struct mipidphy_priv *priv = to_dphy_priv(sd); mipidphy_update_sensor_mbus() local
759 struct mipidphy_priv *priv = to_dphy_priv(sd); rk1126_mipidphy_dphy_sel() local
793 struct mipidphy_priv *priv = to_dphy_priv(sd); mipidphy_s_stream_start() local
819 struct mipidphy_priv *priv = to_dphy_priv(sd); mipidphy_s_stream_stop() local
836 struct mipidphy_priv *priv = to_dphy_priv(sd); mipidphy_s_stream() local
862 struct mipidphy_priv *priv = to_dphy_priv(sd); mipidphy_g_mbus_config() local
878 struct mipidphy_priv *priv = to_dphy_priv(sd); mipidphy_s_power() local
891 struct mipidphy_priv *priv = to_dphy_priv(sd); mipidphy_runtime_suspend() local
908 struct mipidphy_priv *priv = to_dphy_priv(sd); mipidphy_runtime_resume() local
933 struct mipidphy_priv *priv = to_dphy_priv(sd); mipidphy_get_set_fmt() local
1036 default_mipidphy_individual_init(struct mipidphy_priv *priv) default_mipidphy_individual_init() argument
1040 rk3368_mipidphy_individual_init(struct mipidphy_priv *priv) rk3368_mipidphy_individual_init() argument
1046 rk3399_mipidphy_individual_init(struct mipidphy_priv *priv) rk3399_mipidphy_individual_init() argument
1059 rv1126_mipidphy_individual_init(struct mipidphy_priv *priv) rv1126_mipidphy_individual_init() argument
1081 mipidphy_rx_stream_on(struct mipidphy_priv *priv, struct v4l2_subdev *sd) mipidphy_rx_stream_on() argument
1171 mipidphy_txrx_stream_on(struct mipidphy_priv *priv, struct v4l2_subdev *sd) mipidphy_txrx_stream_on() argument
1288 csi_mipidphy_stream_on(struct mipidphy_priv *priv, struct v4l2_subdev *sd) csi_mipidphy_stream_on() argument
1398 csi_mipidphy_stream_off(struct mipidphy_priv *priv, struct v4l2_subdev *sd) csi_mipidphy_stream_off() argument
1506 struct mipidphy_priv *priv = container_of(notifier, struct mipidphy_priv, notifier); rockchip_mipidphy_notifier_bound() local
1547 struct mipidphy_priv *priv = container_of(notifier, struct mipidphy_priv, notifier); rockchip_mipidphy_notifier_unbind() local
1602 rockchip_mipidphy_media_init(struct mipidphy_priv *priv) rockchip_mipidphy_media_init() argument
1638 struct mipidphy_priv *priv; rockchip_mipidphy_probe() local
1727 struct mipidphy_priv *priv = platform_get_drvdata(pdev); rockchip_mipidphy_remove() local
[all...]
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/
H A Dmpp_common.h385 void *priv; member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Ddw_hdmi-rockchip.c1492 struct rockchip_drm_private *priv = dev->dev_private; in dw_hdmi_rockchip_mode_valid() local
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
H A Dcapture.c2270 struct sditf_priv *priv = dev->sditf; in rkcif_csi_channel_set_v1() local
4370 static int rkcif_enum_input(struct file *file, void *priv, struct v4l2_input *input) in rkcif_enum_input() argument
4464 static int rkcif_enum_fmt_vid_cap_mplane(struct file *file, void *priv, struct v4l2_fmtdesc *f) in rkcif_enum_fmt_vid_cap_mplane() argument
4488 static int rkcif_s_fmt_vid_cap_mplane(struct file *file, void *priv, struct v4l2_format *f) in rkcif_s_fmt_vid_cap_mplane() argument
4513 static int rkcif_querycap(struct file *file, void *priv, struct v4l2_capability *cap) in rkcif_querycap() argument
6614 struct sditf_priv *priv = cif_dev->sditf; in rkcif_detect_wake_up_mode_change() local
6836 rkcif_toisp_check_stop_status(struct sditf_priv *priv, unsigned int intstat_glb, int index) rkcif_toisp_check_stop_status() argument
6891 struct sditf_priv *priv = cif_dev->sditf; rkcif_irq_handle_toisp() local
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-rk.c120 static int xpcs_read(void *priv, int reg) in xpcs_read() argument
133 static int xpcs_write(void *priv, int reg, u16 value) in xpcs_write() argument
585 static void rk3228_integrated_phy_powerup(struct rk_priv_data *priv) in rk3228_integrated_phy_powerup() argument
850 static void rk3328_integrated_phy_powerup(struct rk_priv_data *priv) in rk3328_integrated_phy_powerup() argument
1575 static void rk_gmac_integrated_phy_powerup(struct rk_priv_data *priv) in rk_gmac_integrated_phy_powerup() argument
1603 rk_gmac_integrated_phy_powerdown(struct rk_priv_data *priv) rk_gmac_integrated_phy_powerdown() argument
1985 rk_fix_speed(void *priv, unsigned int speed) rk_fix_speed() argument
2012 dwmac_rk_set_rgmii_delayline(struct stmmac_priv *priv, int tx_delay, int rx_delay) dwmac_rk_set_rgmii_delayline() argument
2024 dwmac_rk_get_rgmii_delayline(struct stmmac_priv *priv, int *tx_delay, int *rx_delay) dwmac_rk_get_rgmii_delayline() argument
2037 dwmac_rk_get_phy_interface(struct stmmac_priv *priv) dwmac_rk_get_phy_interface() argument
2045 rk_get_eth_addr(void *priv, unsigned char *addr) rk_get_eth_addr() argument
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
H A Dcapture.c2306 struct sditf_priv *priv = dev->sditf; in rkcif_csi_channel_set_v1() local
4530 static int rkcif_enum_input(struct file *file, void *priv, in rkcif_enum_input() argument
4625 static int rkcif_enum_fmt_vid_cap_mplane(struct file *file, void *priv, in rkcif_enum_fmt_vid_cap_mplane() argument
4680 static int rkcif_querycap(struct file *file, void *priv, in rkcif_querycap() argument
6898 struct sditf_priv *priv = cif_dev->sditf; in rkcif_detect_wake_up_mode_change() local
4653 rkcif_s_fmt_vid_cap_mplane(struct file *file, void *priv, struct v4l2_format *f) rkcif_s_fmt_vid_cap_mplane() argument
7117 rkcif_toisp_check_stop_status(struct sditf_priv *priv, unsigned int intstat_glb, int index) rkcif_toisp_check_stop_status() argument
7173 struct sditf_priv *priv = cif_dev->sditf; rkcif_irq_handle_toisp() local
[all...]

Completed in 84 milliseconds

1...<<212223242526272829