Home
last modified time | relevance | path

Searched defs:cfg (Results 1 – 25 of 2115) sorted by relevance

12345678910>>...85

/OK3568_Linux_fs/kernel/drivers/media/platform/exynos4-is/
H A Dfimc-lite-reg.c23 u32 cfg; in flite_hw_reset() local
42 u32 cfg = readl(dev->regs + FLITE_REG_CISTATUS); in flite_hw_clear_pending_irq() local
56 u32 cfg = readl(dev->regs + FLITE_REG_CISTATUS2); in flite_hw_clear_last_capture_end() local
63 u32 cfg, intsrc; in flite_hw_set_interrupt_mask() local
85 u32 cfg = readl(dev->regs + FLITE_REG_CIIMGCPT); in flite_hw_capture_start() local
92 u32 cfg = readl(dev->regs + FLITE_REG_CIIMGCPT); in flite_hw_capture_stop() local
103 u32 cfg = readl(dev->regs + FLITE_REG_CIGCTRL); in flite_hw_set_test_pattern() local
131 u32 cfg; in flite_hw_set_source_format() local
161 u32 cfg; in flite_hw_set_window_offset() local
179 u32 cfg = readl(dev->regs + FLITE_REG_CIGENERAL); in flite_hw_set_camera_port() local
[all …]
H A Dfimc-reg.c21 u32 cfg; in fimc_hw_reset() local
73 u32 cfg, flip; in fimc_hw_set_rotation() local
106 u32 cfg; in fimc_hw_set_target_format() local
151 u32 cfg; in fimc_hw_set_out_dma_size() local
172 u32 cfg; in fimc_hw_set_out_dma() local
213 u32 cfg = readl(dev->regs + FIMC_REG_ORGISIZE); in fimc_hw_en_autoload() local
223 u32 cfg = readl(dev->regs + FIMC_REG_CIOCTRL); in fimc_hw_en_lastirq() local
235 u32 cfg, shfactor; in fimc_hw_set_prescaler() local
254 u32 cfg = readl(dev->regs + FIMC_REG_CISCCTRL); in fimc_hw_set_scaler() local
316 u32 cfg; in fimc_hw_set_mainscaler() local
[all …]
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_cfg.cpp33 #define CFG_TO_PTR(info, cfg) ((char *)cfg + info->data_offset) argument
34 #define CFG_TO_S32_PTR(info, cfg) ((RK_S32 *)CFG_TO_PTR(info, cfg)) argument
35 #define CFG_TO_U32_PTR(info, cfg) ((RK_U32 *)CFG_TO_PTR(info, cfg)) argument
36 #define CFG_TO_S64_PTR(info, cfg) ((RK_S64 *)CFG_TO_PTR(info, cfg)) argument
37 #define CFG_TO_U64_PTR(info, cfg) ((RK_U64 *)CFG_TO_PTR(info, cfg)) argument
38 #define CFG_TO_PTR_PTR(info, cfg) ((void **)CFG_TO_PTR(info, cfg)) argument
40 #define CFG_TO_FLAG_PTR(info, cfg) ((RK_U32 *)((char *)cfg + info->flag_offset)) argument
60 static MPP_RET mpp_cfg_set(MppCfgInfoNode *info, void *cfg, void *val) in mpp_cfg_set()
69 static MPP_RET mpp_cfg_get(MppCfgInfoNode *info, void *cfg, void *val) in mpp_cfg_get()
75 static MPP_RET mpp_cfg_set_s32(MppCfgInfoNode *info, void *cfg, RK_S32 val) in mpp_cfg_set_s32()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/exynos-gsc/
H A Dgsc-regs.c22 u32 cfg; in gsc_wait_reset() local
36 u32 cfg; in gsc_hw_set_frm_done_irq_mask() local
48 u32 cfg; in gsc_hw_set_gsc_irq_enable() local
61 u32 cfg = readl(dev->regs + GSC_IN_BASE_ADDR_Y_MASK); in gsc_hw_set_input_buf_masking() local
75 u32 cfg = readl(dev->regs + GSC_OUT_BASE_ADDR_Y_MASK); in gsc_hw_set_output_buf_masking() local
111 u32 cfg = readl(dev->regs + GSC_IN_CON); in gsc_hw_set_input_path() local
124 u32 cfg; in gsc_hw_set_in_size() local
146 u32 cfg; in gsc_hw_set_in_image_rgb() local
167 u32 cfg; in gsc_hw_set_in_image_format() local
222 u32 cfg = readl(dev->regs + GSC_OUT_CON); in gsc_hw_set_output_path() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/liquidio/
H A Docteon_config.h121 #define CFG_GET_IQ_CFG(cfg) ((cfg)->iq) argument
122 #define CFG_GET_IQ_MAX_Q(cfg) ((cfg)->iq.max_iqs) argument
123 #define CFG_GET_IQ_PENDING_LIST_SIZE(cfg) ((cfg)->iq.pending_list_size) argument
124 #define CFG_GET_IQ_INSTR_TYPE(cfg) ((cfg)->iq.instr_type) argument
125 #define CFG_GET_IQ_DB_MIN(cfg) ((cfg)->iq.db_min) argument
126 #define CFG_GET_IQ_DB_TIMEOUT(cfg) ((cfg)->iq.db_timeout) argument
128 #define CFG_GET_IQ_INTR_PKT(cfg) ((cfg)->iq.iq_intr_pkt) argument
129 #define CFG_SET_IQ_INTR_PKT(cfg, val) (cfg)->iq.iq_intr_pkt = val argument
131 #define CFG_GET_OQ_MAX_Q(cfg) ((cfg)->oq.max_oqs) argument
132 #define CFG_GET_OQ_PKTS_PER_INTR(cfg) ((cfg)->oq.pkts_per_intr) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/s3c-camif/
H A Dcamif-regs.c18 u32 cfg; in camif_hw_reset() local
40 u32 cfg = camif_read(vp->camif, S3C_CAMIF_REG_CIGCTRL); in camif_hw_clear_pending_irq() local
51 u32 cfg = camif_read(camif, S3C_CAMIF_REG_CIGCTRL); in camif_hw_set_test_pattern() local
70 unsigned int i, cfg; in camif_hw_set_effect() local
107 u32 cfg; in camif_hw_set_source_format() local
133 u32 cfg; in camif_hw_set_camera_crop() local
154 u32 cfg; in camif_hw_clear_fifo_overflow() local
171 u32 cfg = camif_read(camif, S3C_CAMIF_REG_CIGCTRL); in camif_hw_set_camera_bus() local
221 u32 cfg; in camif_hw_set_out_dma_size() local
261 u32 cfg; in camif_hw_set_output_dma() local
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/cxlflash/
H A Dmain.c45 struct cxlflash_cfg *cfg = afu->parent; in process_cmd_err() local
157 struct cxlflash_cfg *cfg = afu->parent; in cmd_complete() local
193 struct cxlflash_cfg *cfg = hwq->afu->parent; in flush_pending_cmds() local
237 struct cxlflash_cfg *cfg = hwq->afu->parent; in context_reset() local
302 struct cxlflash_cfg *cfg = afu->parent; in send_cmd_ioarrin() local
346 struct cxlflash_cfg *cfg = afu->parent; in send_cmd_sq() local
391 struct cxlflash_cfg *cfg = afu->parent; in wait_resp() local
458 static int send_tmf(struct cxlflash_cfg *cfg, struct scsi_device *sdev, in send_tmf()
562 struct cxlflash_cfg *cfg = shost_priv(host); in cxlflash_queuecommand() local
643 static void cxlflash_wait_for_pci_err_recovery(struct cxlflash_cfg *cfg) in cxlflash_wait_for_pci_err_recovery()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfg80211.c163 #define WL_AF_TX_KEEP_PRI_CONNECTION_VSDB(cfg) \ argument
172 #define WL_AF_TX_KEEP_PRI_CONNECTION_VSDB(cfg) argument
909 #define WL_SET_EIDX_IN_PROGRESS(cfg, id, type) \ argument
912 #define WL_CLR_EIDX_STATES(cfg) \ argument
1287 static void wl_add_remove_pm_enable_work(struct bcm_cfg80211 *cfg, in wl_add_remove_pm_enable_work()
1431 bool wl_cfg80211_is_hal_started(struct bcm_cfg80211 *cfg) in wl_cfg80211_is_hal_started()
1737 struct bcm_cfg80211 *cfg = wl_get_cfg(dev); in wl_set_tx_power() local
1794 struct bcm_cfg80211 *cfg = wiphy_priv(wiphy); in wl_cfg80211_get_shared_freq() local
1848 wl_wlfc_enable(struct bcm_cfg80211 *cfg, bool enable) in wl_wlfc_enable()
1884 wl_cfg80211_p2p_if_add(struct bcm_cfg80211 *cfg, in wl_cfg80211_p2p_if_add()
[all …]
H A Dwl_cfgp2p.c331 wl_cfgp2p_init_priv(struct bcm_cfg80211 *cfg) in wl_cfgp2p_init_priv()
359 wl_cfgp2p_deinit_priv(struct bcm_cfg80211 *cfg) in wl_cfgp2p_deinit_priv()
372 wl_cfgp2p_set_firm_p2p(struct bcm_cfg80211 *cfg) in wl_cfgp2p_set_firm_p2p()
424 int wl_cfg_multip2p_operational(struct bcm_cfg80211 *cfg) in wl_cfg_multip2p_operational()
446 wl_cfgp2p_ifadd(struct bcm_cfg80211 *cfg, struct ether_addr *mac, u8 if_type, in wl_cfgp2p_ifadd()
478 wl_cfgp2p_ifdisable(struct bcm_cfg80211 *cfg, struct ether_addr *mac) in wl_cfgp2p_ifdisable()
499 wl_cfgp2p_ifdel(struct bcm_cfg80211 *cfg, struct ether_addr *mac) in wl_cfgp2p_ifdel()
521 wl_cfgp2p_ifchange(struct bcm_cfg80211 *cfg, struct ether_addr *mac, u8 if_type, in wl_cfgp2p_ifchange()
556 wl_cfgp2p_ifidx(struct bcm_cfg80211 *cfg, struct ether_addr *mac, s32 *index) in wl_cfgp2p_ifidx()
576 wl_cfgp2p_set_discovery(struct bcm_cfg80211 *cfg, s32 on) in wl_cfgp2p_set_discovery()
[all …]
H A Dwl_cfgscan.c154 wl_escan_get_buf(struct bcm_cfg80211 *cfg, bool aborted) in wl_escan_get_buf()
170 wl_escan_check_sync_id(struct bcm_cfg80211 *cfg, s32 status, u16 result_id, u16 wl_id) in wl_escan_check_sync_id()
199 static void wl_rst_ie(struct bcm_cfg80211 *cfg) in wl_rst_ie()
272 static s32 wl_mrg_ie(struct bcm_cfg80211 *cfg, u8 *ie_stream, u16 ie_size) in wl_mrg_ie()
287 static s32 wl_cp_ie(struct bcm_cfg80211 *cfg, u8 *dst, u16 dst_size) in wl_cp_ie()
301 static u32 wl_get_ielen(struct bcm_cfg80211 *cfg) in wl_get_ielen()
308 s32 wl_inform_single_bss(struct bcm_cfg80211 *cfg, wl_bss_info_t *bi, bool update_ssid) in wl_inform_single_bss()
497 wl_get_scan_ndev(struct bcm_cfg80211 *cfg) in wl_get_scan_ndev()
517 void wl_cfg80211_update_bss_cache(struct bcm_cfg80211 *cfg) in wl_cfg80211_update_bss_cache()
564 s32 wl_inform_bss_cache(struct bcm_cfg80211 *cfg) in wl_inform_bss_cache()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfg80211.c163 #define WL_AF_TX_KEEP_PRI_CONNECTION_VSDB(cfg) \ argument
172 #define WL_AF_TX_KEEP_PRI_CONNECTION_VSDB(cfg) argument
895 #define WL_SET_EIDX_IN_PROGRESS(cfg, id, type) \ argument
898 #define WL_CLR_EIDX_STATES(cfg) \ argument
1273 static void wl_add_remove_pm_enable_work(struct bcm_cfg80211 *cfg, in wl_add_remove_pm_enable_work()
1417 bool wl_cfg80211_is_hal_started(struct bcm_cfg80211 *cfg) in wl_cfg80211_is_hal_started()
1723 struct bcm_cfg80211 *cfg = wl_get_cfg(dev); in wl_set_tx_power() local
1780 struct bcm_cfg80211 *cfg = wiphy_priv(wiphy); in wl_cfg80211_get_shared_freq() local
1834 wl_wlfc_enable(struct bcm_cfg80211 *cfg, bool enable) in wl_wlfc_enable()
1870 wl_cfg80211_p2p_if_add(struct bcm_cfg80211 *cfg, in wl_cfg80211_p2p_if_add()
[all …]
H A Dwl_cfgp2p.c331 wl_cfgp2p_init_priv(struct bcm_cfg80211 *cfg) in wl_cfgp2p_init_priv()
359 wl_cfgp2p_deinit_priv(struct bcm_cfg80211 *cfg) in wl_cfgp2p_deinit_priv()
372 wl_cfgp2p_set_firm_p2p(struct bcm_cfg80211 *cfg) in wl_cfgp2p_set_firm_p2p()
424 int wl_cfg_multip2p_operational(struct bcm_cfg80211 *cfg) in wl_cfg_multip2p_operational()
446 wl_cfgp2p_ifadd(struct bcm_cfg80211 *cfg, struct ether_addr *mac, u8 if_type, in wl_cfgp2p_ifadd()
478 wl_cfgp2p_ifdisable(struct bcm_cfg80211 *cfg, struct ether_addr *mac) in wl_cfgp2p_ifdisable()
499 wl_cfgp2p_ifdel(struct bcm_cfg80211 *cfg, struct ether_addr *mac) in wl_cfgp2p_ifdel()
521 wl_cfgp2p_ifchange(struct bcm_cfg80211 *cfg, struct ether_addr *mac, u8 if_type, in wl_cfgp2p_ifchange()
556 wl_cfgp2p_ifidx(struct bcm_cfg80211 *cfg, struct ether_addr *mac, s32 *index) in wl_cfgp2p_ifidx()
576 wl_cfgp2p_set_discovery(struct bcm_cfg80211 *cfg, s32 on) in wl_cfgp2p_set_discovery()
[all …]
H A Dwl_cfgscan.c158 wl_escan_get_buf(struct bcm_cfg80211 *cfg, bool aborted) in wl_escan_get_buf()
174 wl_escan_check_sync_id(struct bcm_cfg80211 *cfg, s32 status, u16 result_id, u16 wl_id) in wl_escan_check_sync_id()
203 static void wl_rst_ie(struct bcm_cfg80211 *cfg) in wl_rst_ie()
276 static s32 wl_mrg_ie(struct bcm_cfg80211 *cfg, u8 *ie_stream, u16 ie_size) in wl_mrg_ie()
291 static s32 wl_cp_ie(struct bcm_cfg80211 *cfg, u8 *dst, u16 dst_size) in wl_cp_ie()
305 static u32 wl_get_ielen(struct bcm_cfg80211 *cfg) in wl_get_ielen()
312 s32 wl_inform_single_bss(struct bcm_cfg80211 *cfg, wl_bss_info_t *bi, bool update_ssid) in wl_inform_single_bss()
501 wl_get_scan_ndev(struct bcm_cfg80211 *cfg) in wl_get_scan_ndev()
521 void wl_cfg80211_update_bss_cache(struct bcm_cfg80211 *cfg) in wl_cfg80211_update_bss_cache()
568 s32 wl_inform_bss_cache(struct bcm_cfg80211 *cfg) in wl_inform_bss_cache()
[all …]
H A Dwl_cfgnan.c330 wl_cfgnan_generate_inst_id(struct bcm_cfg80211 *cfg, uint8 *p_inst_id) in wl_cfgnan_generate_inst_id()
363 wl_cfgnan_remove_inst_id(struct bcm_cfg80211 *cfg, uint8 inst_id) in wl_cfgnan_remove_inst_id()
1011 wl_cfgnan_config_eventmask(struct net_device *ndev, struct bcm_cfg80211 *cfg, in wl_cfgnan_config_eventmask()
1143 struct bcm_cfg80211 *cfg, nan_avail_cmd_data *cmd_data, uint8 avail_type) in wl_cfgnan_set_nan_avail()
1387 wl_cfgnan_config_control_flag(struct net_device *ndev, struct bcm_cfg80211 *cfg, in wl_cfgnan_config_control_flag()
1555 wl_cfgnan_execute_ioctl(struct net_device *ndev, struct bcm_cfg80211 *cfg, in wl_cfgnan_execute_ioctl()
1642 wl_cfgnan_get_ver(struct net_device *ndev, struct bcm_cfg80211 *cfg) in wl_cfgnan_get_ver()
1713 wl_cfgnan_set_if_addr(struct bcm_cfg80211 *cfg) in wl_cfgnan_set_if_addr()
2144 wl_cfgnan_set_nan_scan_params(struct net_device *ndev, struct bcm_cfg80211 *cfg, in wl_cfgnan_set_nan_scan_params()
2422 wl_nan_iov_t *nan_iov_data, struct bcm_cfg80211 *cfg, uint32 nan_attr_mask) in wl_cfgnan_set_awake_dws()
[all …]
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dacpi_configfs.c22 struct config_item cfg; member
27 static ssize_t acpi_table_aml_write(struct config_item *cfg, in acpi_table_aml_write()
69 static inline struct acpi_table_header *get_header(struct config_item *cfg) in get_header()
79 static ssize_t acpi_table_aml_read(struct config_item *cfg, in acpi_table_aml_read()
102 static ssize_t acpi_table_signature_show(struct config_item *cfg, char *str) in acpi_table_signature_show()
112 static ssize_t acpi_table_length_show(struct config_item *cfg, char *str) in acpi_table_length_show()
122 static ssize_t acpi_table_revision_show(struct config_item *cfg, char *str) in acpi_table_revision_show()
132 static ssize_t acpi_table_oem_id_show(struct config_item *cfg, char *str) in acpi_table_oem_id_show()
142 static ssize_t acpi_table_oem_table_id_show(struct config_item *cfg, char *str) in acpi_table_oem_table_id_show()
152 static ssize_t acpi_table_oem_revision_show(struct config_item *cfg, char *str) in acpi_table_oem_revision_show()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_cfgp2p.c331 wl_cfgp2p_init_priv(struct bcm_cfg80211 *cfg) in wl_cfgp2p_init_priv()
354 wl_cfgp2p_deinit_priv(struct bcm_cfg80211 *cfg) in wl_cfgp2p_deinit_priv()
367 wl_cfgp2p_set_firm_p2p(struct bcm_cfg80211 *cfg) in wl_cfgp2p_set_firm_p2p()
413 int wl_cfg_multip2p_operational(struct bcm_cfg80211 *cfg) in wl_cfg_multip2p_operational()
435 wl_cfgp2p_ifadd(struct bcm_cfg80211 *cfg, struct ether_addr *mac, u8 if_type, in wl_cfgp2p_ifadd()
467 wl_cfgp2p_ifdisable(struct bcm_cfg80211 *cfg, struct ether_addr *mac) in wl_cfgp2p_ifdisable()
488 wl_cfgp2p_ifdel(struct bcm_cfg80211 *cfg, struct ether_addr *mac) in wl_cfgp2p_ifdel()
509 wl_cfgp2p_ifchange(struct bcm_cfg80211 *cfg, struct ether_addr *mac, u8 if_type, in wl_cfgp2p_ifchange()
545 wl_cfgp2p_ifidx(struct bcm_cfg80211 *cfg, struct ether_addr *mac, s32 *index) in wl_cfgp2p_ifidx()
565 wl_cfgp2p_set_discovery(struct bcm_cfg80211 *cfg, s32 on) in wl_cfgp2p_set_discovery()
[all …]
H A Dwl_cfg80211.c161 #define WL_AF_TX_KEEP_PRI_CONNECTION_VSDB(cfg) \ argument
170 #define WL_AF_TX_KEEP_PRI_CONNECTION_VSDB(cfg) argument
174 #define WL_DRV_STATUS_SENDING_AF_FRM_EXT(cfg) \ argument
178 #define WL_DRV_STATUS_SENDING_AF_FRM_EXT(cfg) wl_get_drv_status_all(cfg, SENDING_ACT_FRM) argument
653 struct bcm_cfg80211 *cfg, struct wireless_dev *wdev, s32 bssidx) in wl_cfg80211_ulb_get_min_bw_chspec()
866 #define WL_IS_LINKDOWN(cfg, e, data) wl_is_linkdown(cfg, e, data) argument
869 #define WL_IS_LINKDOWN(cfg, e, data) wl_is_linkdown(cfg, e) argument
1179 static void wl_add_remove_pm_enable_work(struct bcm_cfg80211 *cfg, in wl_add_remove_pm_enable_work()
1329 wl_ch_host_to_driver(struct bcm_cfg80211 *cfg, s32 bssidx, u16 channel) in wl_ch_host_to_driver()
1569 struct bcm_cfg80211 *cfg = wl_get_cfg(dev); in wl_set_tx_power() local
[all …]
H A Ddhd_cfg80211.c66 s32 dhd_cfg80211_init(struct bcm_cfg80211 *cfg) in dhd_cfg80211_init()
72 s32 dhd_cfg80211_deinit(struct bcm_cfg80211 *cfg) in dhd_cfg80211_deinit()
78 s32 dhd_cfg80211_down(struct bcm_cfg80211 *cfg) in dhd_cfg80211_down()
95 s32 dhd_cfg80211_set_p2p_info(struct bcm_cfg80211 *cfg, int val) in dhd_cfg80211_set_p2p_info()
111 s32 dhd_cfg80211_clean_p2p_info(struct bcm_cfg80211 *cfg) in dhd_cfg80211_clean_p2p_info()
128 struct net_device* wl_cfg80211_allocate_if(struct bcm_cfg80211 *cfg, int ifidx, const char *name, in wl_cfg80211_allocate_if()
134 int wl_cfg80211_register_if(struct bcm_cfg80211 *cfg, in wl_cfg80211_register_if()
140 int wl_cfg80211_remove_if(struct bcm_cfg80211 *cfg, in wl_cfg80211_remove_if()
196 s32 dhd_config_dongle(struct bcm_cfg80211 *cfg) in dhd_config_dongle()
225 int dhd_cfgvendor_priv_string_handler(struct bcm_cfg80211 *cfg, struct wireless_dev *wdev, in dhd_cfgvendor_priv_string_handler()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_cfgp2p.c347 wl_cfgp2p_init_priv(struct bcm_cfg80211 *cfg) in wl_cfgp2p_init_priv()
371 wl_cfgp2p_deinit_priv(struct bcm_cfg80211 *cfg) in wl_cfgp2p_deinit_priv()
384 wl_cfgp2p_set_firm_p2p(struct bcm_cfg80211 *cfg) in wl_cfgp2p_set_firm_p2p()
430 int wl_cfg_multip2p_operational(struct bcm_cfg80211 *cfg) in wl_cfg_multip2p_operational()
452 wl_cfgp2p_ifadd(struct bcm_cfg80211 *cfg, struct ether_addr *mac, u8 if_type, in wl_cfgp2p_ifadd()
484 wl_cfgp2p_ifdisable(struct bcm_cfg80211 *cfg, struct ether_addr *mac) in wl_cfgp2p_ifdisable()
505 wl_cfgp2p_ifdel(struct bcm_cfg80211 *cfg, struct ether_addr *mac) in wl_cfgp2p_ifdel()
542 wl_cfgp2p_ifchange(struct bcm_cfg80211 *cfg, struct ether_addr *mac, u8 if_type, in wl_cfgp2p_ifchange()
577 wl_cfgp2p_ifidx(struct bcm_cfg80211 *cfg, struct ether_addr *mac, s32 *index) in wl_cfgp2p_ifidx()
597 wl_cfgp2p_set_discovery(struct bcm_cfg80211 *cfg, s32 on) in wl_cfgp2p_set_discovery()
[all …]
H A Dwl_cfg80211.c193 #define WL_AF_TX_KEEP_PRI_CONNECTION_VSDB(cfg) \ argument
202 #define WL_AF_TX_KEEP_PRI_CONNECTION_VSDB(cfg) argument
1355 static void wl_add_remove_pm_enable_work(struct bcm_cfg80211 *cfg,
1494 bool wl_cfg80211_is_hal_started(struct bcm_cfg80211 *cfg)
1793 struct bcm_cfg80211 *cfg = wl_get_cfg(dev); local
1850 struct bcm_cfg80211 *cfg = wiphy_priv(wiphy); local
1898 wl_wlfc_enable(struct bcm_cfg80211 *cfg, bool enable)
1938 wl_cfg80211_p2p_if_add(struct bcm_cfg80211 *cfg,
2069 struct bcm_cfg80211 *cfg = wl_get_cfg(ndev); local
2094 struct bcm_cfg80211 *cfg; local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_cfgp2p.c347 wl_cfgp2p_init_priv(struct bcm_cfg80211 *cfg) in wl_cfgp2p_init_priv()
371 wl_cfgp2p_deinit_priv(struct bcm_cfg80211 *cfg) in wl_cfgp2p_deinit_priv()
384 wl_cfgp2p_set_firm_p2p(struct bcm_cfg80211 *cfg) in wl_cfgp2p_set_firm_p2p()
430 int wl_cfg_multip2p_operational(struct bcm_cfg80211 *cfg) in wl_cfg_multip2p_operational()
452 wl_cfgp2p_ifadd(struct bcm_cfg80211 *cfg, struct ether_addr *mac, u8 if_type, in wl_cfgp2p_ifadd()
484 wl_cfgp2p_ifdisable(struct bcm_cfg80211 *cfg, struct ether_addr *mac) in wl_cfgp2p_ifdisable()
505 wl_cfgp2p_ifdel(struct bcm_cfg80211 *cfg, struct ether_addr *mac) in wl_cfgp2p_ifdel()
542 wl_cfgp2p_ifchange(struct bcm_cfg80211 *cfg, struct ether_addr *mac, u8 if_type, in wl_cfgp2p_ifchange()
577 wl_cfgp2p_ifidx(struct bcm_cfg80211 *cfg, struct ether_addr *mac, s32 *index) in wl_cfgp2p_ifidx()
597 wl_cfgp2p_set_discovery(struct bcm_cfg80211 *cfg, s32 on) in wl_cfgp2p_set_discovery()
[all …]
H A Dwl_cfg80211.c192 #define WL_AF_TX_KEEP_PRI_CONNECTION_VSDB(cfg) \ argument
201 #define WL_AF_TX_KEEP_PRI_CONNECTION_VSDB(cfg) argument
1241 static int wl_update_he_cap(struct bcm_cfg80211 *cfg, struct ieee80211_sband_iftype_data *data, int… in wl_update_he_cap()
1472 static void wl_add_remove_pm_enable_work(struct bcm_cfg80211 *cfg,
1611 bool wl_cfg80211_is_hal_started(struct bcm_cfg80211 *cfg)
1910 struct bcm_cfg80211 *cfg = wl_get_cfg(dev); local
1967 struct bcm_cfg80211 *cfg = wiphy_priv(wiphy); local
2022 wl_wlfc_enable(struct bcm_cfg80211 *cfg, bool enable)
2061 wl_cfg80211_p2p_if_add(struct bcm_cfg80211 *cfg,
2192 struct bcm_cfg80211 *cfg = wl_get_cfg(ndev); local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_cfgp2p.c347 wl_cfgp2p_init_priv(struct bcm_cfg80211 *cfg) in wl_cfgp2p_init_priv()
371 wl_cfgp2p_deinit_priv(struct bcm_cfg80211 *cfg) in wl_cfgp2p_deinit_priv()
384 wl_cfgp2p_set_firm_p2p(struct bcm_cfg80211 *cfg) in wl_cfgp2p_set_firm_p2p()
430 int wl_cfg_multip2p_operational(struct bcm_cfg80211 *cfg) in wl_cfg_multip2p_operational()
452 wl_cfgp2p_ifadd(struct bcm_cfg80211 *cfg, struct ether_addr *mac, u8 if_type, in wl_cfgp2p_ifadd()
484 wl_cfgp2p_ifdisable(struct bcm_cfg80211 *cfg, struct ether_addr *mac) in wl_cfgp2p_ifdisable()
505 wl_cfgp2p_ifdel(struct bcm_cfg80211 *cfg, struct ether_addr *mac) in wl_cfgp2p_ifdel()
542 wl_cfgp2p_ifchange(struct bcm_cfg80211 *cfg, struct ether_addr *mac, u8 if_type, in wl_cfgp2p_ifchange()
577 wl_cfgp2p_ifidx(struct bcm_cfg80211 *cfg, struct ether_addr *mac, s32 *index) in wl_cfgp2p_ifidx()
597 wl_cfgp2p_set_discovery(struct bcm_cfg80211 *cfg, s32 on) in wl_cfgp2p_set_discovery()
[all …]
H A Dwl_cfg80211.c192 #define WL_AF_TX_KEEP_PRI_CONNECTION_VSDB(cfg) \ argument
201 #define WL_AF_TX_KEEP_PRI_CONNECTION_VSDB(cfg) argument
1243 static int wl_update_he_cap(struct bcm_cfg80211 *cfg, struct ieee80211_sband_iftype_data *data, int… in wl_update_he_cap()
1474 static void wl_add_remove_pm_enable_work(struct bcm_cfg80211 *cfg,
1613 bool wl_cfg80211_is_hal_started(struct bcm_cfg80211 *cfg)
1912 struct bcm_cfg80211 *cfg = wl_get_cfg(dev); local
1969 struct bcm_cfg80211 *cfg = wiphy_priv(wiphy); local
2024 wl_wlfc_enable(struct bcm_cfg80211 *cfg, bool enable)
2063 wl_cfg80211_p2p_if_add(struct bcm_cfg80211 *cfg,
2194 struct bcm_cfg80211 *cfg = wl_get_cfg(ndev); local
[all …]
/OK3568_Linux_fs/u-boot/drivers/power/
H A Daxp221.c32 u8 cfg = axp221_mvolt_to_cfg(mvolt, 1600, 3400, 100); in axp_set_dcdc1() local
54 u8 cfg = axp221_mvolt_to_cfg(mvolt, 600, 1540, 20); in axp_set_dcdc2() local
71 u8 cfg = axp221_mvolt_to_cfg(mvolt, 600, 1860, 20); in axp_set_dcdc3() local
88 u8 cfg = axp221_mvolt_to_cfg(mvolt, 600, 1540, 20); in axp_set_dcdc4() local
105 u8 cfg = axp221_mvolt_to_cfg(mvolt, 1000, 2550, 50); in axp_set_dcdc5() local
122 u8 cfg = axp221_mvolt_to_cfg(mvolt, 700, 3300, 100); in axp_set_aldo1() local
139 u8 cfg = axp221_mvolt_to_cfg(mvolt, 700, 3300, 100); in axp_set_aldo2() local
156 u8 cfg = axp221_mvolt_to_cfg(mvolt, 700, 3300, 100); in axp_set_aldo3() local
172 u8 cfg = axp221_mvolt_to_cfg(mvolt, 700, 3300, 100); in axp_set_dldo() local
193 u8 cfg = axp221_mvolt_to_cfg(mvolt, 700, 3300, 100); in axp_set_eldo() local

12345678910>>...85