Home
last modified time | relevance | path

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

12345678910>>...26

/drivers/net/ethernet/cavium/liquidio/
Docteon_config.h88 #define CFG_GET_IQ_CFG(cfg) ((cfg)->iq) argument
89 #define CFG_GET_IQ_MAX_Q(cfg) ((cfg)->iq.max_iqs) argument
90 #define CFG_GET_IQ_PENDING_LIST_SIZE(cfg) ((cfg)->iq.pending_list_size) argument
91 #define CFG_GET_IQ_INSTR_TYPE(cfg) ((cfg)->iq.instr_type) argument
92 #define CFG_GET_IQ_DB_MIN(cfg) ((cfg)->iq.db_min) argument
93 #define CFG_GET_IQ_DB_TIMEOUT(cfg) ((cfg)->iq.db_timeout) argument
95 #define CFG_GET_OQ_MAX_Q(cfg) ((cfg)->oq.max_oqs) argument
96 #define CFG_GET_OQ_INFO_PTR(cfg) ((cfg)->oq.info_ptr) argument
97 #define CFG_GET_OQ_PKTS_PER_INTR(cfg) ((cfg)->oq.pkts_per_intr) argument
98 #define CFG_GET_OQ_REFILL_THRESHOLD(cfg) ((cfg)->oq.refill_threshold) argument
[all …]
/drivers/media/platform/exynos4-is/
Dfimc-lite-reg.c26 u32 cfg; in flite_hw_reset() local
45 u32 cfg = readl(dev->regs + FLITE_REG_CISTATUS); in flite_hw_clear_pending_irq() local
59 u32 cfg = readl(dev->regs + FLITE_REG_CISTATUS2); in flite_hw_clear_last_capture_end() local
66 u32 cfg, intsrc; in flite_hw_set_interrupt_mask() local
88 u32 cfg = readl(dev->regs + FLITE_REG_CIIMGCPT); in flite_hw_capture_start() local
95 u32 cfg = readl(dev->regs + FLITE_REG_CIIMGCPT); in flite_hw_capture_stop() local
106 u32 cfg = readl(dev->regs + FLITE_REG_CIGCTRL); in flite_hw_set_test_pattern() local
134 u32 cfg; in flite_hw_set_source_format() local
164 u32 cfg; in flite_hw_set_window_offset() local
182 u32 cfg = readl(dev->regs + FLITE_REG_CIGENERAL); in flite_hw_set_camera_port() local
[all …]
Dfimc-reg.c24 u32 cfg; in fimc_hw_reset() local
76 u32 cfg, flip; in fimc_hw_set_rotation() local
109 u32 cfg; in fimc_hw_set_target_format() local
154 u32 cfg; in fimc_hw_set_out_dma_size() local
175 u32 cfg; in fimc_hw_set_out_dma() local
216 u32 cfg = readl(dev->regs + FIMC_REG_ORGISIZE); in fimc_hw_en_autoload() local
226 u32 cfg = readl(dev->regs + FIMC_REG_CIOCTRL); in fimc_hw_en_lastirq() local
238 u32 cfg, shfactor; in fimc_hw_set_prescaler() local
257 u32 cfg = readl(dev->regs + FIMC_REG_CISCCTRL); in fimc_hw_set_scaler() local
319 u32 cfg; in fimc_hw_set_mainscaler() local
[all …]
/drivers/media/platform/exynos-gsc/
Dgsc-regs.c26 u32 cfg; in gsc_wait_reset() local
40 u32 cfg; in gsc_hw_set_frm_done_irq_mask() local
52 u32 cfg; in gsc_hw_set_gsc_irq_enable() local
65 u32 cfg = readl(dev->regs + GSC_IN_BASE_ADDR_Y_MASK); in gsc_hw_set_input_buf_masking() local
79 u32 cfg = readl(dev->regs + GSC_OUT_BASE_ADDR_Y_MASK); in gsc_hw_set_output_buf_masking() local
115 u32 cfg = readl(dev->regs + GSC_IN_CON); in gsc_hw_set_input_path() local
128 u32 cfg; in gsc_hw_set_in_size() local
150 u32 cfg; in gsc_hw_set_in_image_rgb() local
171 u32 cfg; in gsc_hw_set_in_image_format() local
226 u32 cfg = readl(dev->regs + GSC_OUT_CON); in gsc_hw_set_output_path() local
[all …]
/drivers/media/platform/s3c-camif/
Dcamif-regs.c21 u32 cfg; in camif_hw_reset() local
43 u32 cfg = camif_read(vp->camif, S3C_CAMIF_REG_CIGCTRL); in camif_hw_clear_pending_irq() local
54 u32 cfg = camif_read(camif, S3C_CAMIF_REG_CIGCTRL); in camif_hw_set_test_pattern() local
73 unsigned int i, cfg; in camif_hw_set_effect() local
110 u32 cfg; in camif_hw_set_source_format() local
136 u32 cfg; in camif_hw_set_camera_crop() local
157 u32 cfg; in camif_hw_clear_fifo_overflow() local
174 u32 cfg = camif_read(camif, S3C_CAMIF_REG_CIGCTRL); in camif_hw_set_camera_bus() local
224 u32 cfg; in camif_hw_set_out_dma_size() local
264 u32 cfg; in camif_hw_set_output_dma() local
[all …]
/drivers/scsi/cxlflash/
Dmain.c222 struct cxlflash_cfg *cfg = afu->parent; in cmd_complete() local
320 struct cxlflash_cfg *cfg = afu->parent; in send_cmd() local
413 struct cxlflash_cfg *cfg = (struct cxlflash_cfg *)host->hostdata; in send_tmf() local
507 struct cxlflash_cfg *cfg = (struct cxlflash_cfg *)host->hostdata; in cxlflash_queuecommand() local
615 static void cxlflash_wait_for_pci_err_recovery(struct cxlflash_cfg *cfg) in cxlflash_wait_for_pci_err_recovery()
629 static void free_mem(struct cxlflash_cfg *cfg) in free_mem()
663 static void stop_afu(struct cxlflash_cfg *cfg) in stop_afu()
692 static void term_mc(struct cxlflash_cfg *cfg, enum undo_level level) in term_mc()
727 static void term_afu(struct cxlflash_cfg *cfg) in term_afu()
745 struct cxlflash_cfg *cfg = pci_get_drvdata(pdev); in cxlflash_remove() local
[all …]
Dsuperpipe.c82 void cxlflash_stop_term_user_contexts(struct cxlflash_cfg *cfg) in cxlflash_stop_term_user_contexts()
116 static struct ctx_info *find_error_context(struct cxlflash_cfg *cfg, u64 rctxid, in find_error_context()
143 struct ctx_info *get_context(struct cxlflash_cfg *cfg, u64 rctxid, in get_context()
249 static int afu_attach(struct cxlflash_cfg *cfg, struct ctx_info *ctxi) in afu_attach()
305 struct cxlflash_cfg *cfg = (struct cxlflash_cfg *)sdev->host->hostdata; in read_cap16() local
608 struct cxlflash_cfg *cfg = (struct cxlflash_cfg *)sdev->host->hostdata; in _cxlflash_disk_release() local
721 static void destroy_context(struct cxlflash_cfg *cfg, in destroy_context()
755 static struct ctx_info *create_context(struct cxlflash_cfg *cfg, in create_context()
824 struct cxlflash_cfg *cfg = (struct cxlflash_cfg *)sdev->host->hostdata; in _cxlflash_disk_detach() local
963 struct cxlflash_cfg *cfg = container_of(file->f_op, struct cxlflash_cfg, in cxlflash_cxl_release() local
[all …]
/drivers/media/platform/davinci/
Dvpbe.c65 struct vpbe_config *cfg = vpbe_dev->cfg; in vpbe_current_encoder_info() local
80 static int vpbe_find_encoder_sd_index(struct vpbe_config *cfg, in vpbe_find_encoder_sd_index()
132 struct vpbe_config *cfg = vpbe_dev->cfg; in vpbe_enum_outputs() local
147 struct vpbe_config *cfg = vpbe_dev->cfg; in vpbe_get_mode_info() local
181 struct vpbe_config *cfg = vpbe_dev->cfg; in vpbe_get_std_info() local
201 struct vpbe_config *cfg = vpbe_dev->cfg; in vpbe_get_std_info_by_name() local
228 struct vpbe_config *cfg = vpbe_dev->cfg; in vpbe_set_output() local
299 struct vpbe_config *cfg = vpbe_dev->cfg; in vpbe_set_default_output() local
335 struct vpbe_config *cfg = vpbe_dev->cfg; in vpbe_s_dv_timings() local
387 struct vpbe_config *cfg = vpbe_dev->cfg; in vpbe_g_dv_timings() local
[all …]
/drivers/media/platform/vsp1/
Dvsp1_rwpf.c28 struct v4l2_subdev_pad_config *cfg, in vsp1_rwpf_enum_mbus_code()
45 struct v4l2_subdev_pad_config *cfg, in vsp1_rwpf_enum_frame_size()
76 vsp1_rwpf_get_crop(struct vsp1_rwpf *rwpf, struct v4l2_subdev_pad_config *cfg, u32 which) in vsp1_rwpf_get_crop()
88 int vsp1_rwpf_get_format(struct v4l2_subdev *subdev, struct v4l2_subdev_pad_config *cfg, in vsp1_rwpf_get_format()
99 int vsp1_rwpf_set_format(struct v4l2_subdev *subdev, struct v4l2_subdev_pad_config *cfg, in vsp1_rwpf_set_format()
149 struct v4l2_subdev_pad_config *cfg, in vsp1_rwpf_get_selection()
181 struct v4l2_subdev_pad_config *cfg, in vsp1_rwpf_set_selection()
Dvsp1_bru.c186 struct v4l2_subdev_pad_config *cfg, in bru_enum_mbus_code()
214 struct v4l2_subdev_pad_config *cfg, in bru_enum_frame_size()
233 struct v4l2_subdev_pad_config *cfg, in bru_get_compose()
246 static int bru_get_format(struct v4l2_subdev *subdev, struct v4l2_subdev_pad_config *cfg, in bru_get_format()
257 static void bru_try_format(struct vsp1_bru *bru, struct v4l2_subdev_pad_config *cfg, in bru_try_format()
285 static int bru_set_format(struct v4l2_subdev *subdev, struct v4l2_subdev_pad_config *cfg, in bru_set_format()
323 struct v4l2_subdev_pad_config *cfg, in bru_get_selection()
349 struct v4l2_subdev_pad_config *cfg, in bru_set_selection()
Dvsp1_hsit.c58 struct v4l2_subdev_pad_config *cfg, in hsit_enum_mbus_code()
76 struct v4l2_subdev_pad_config *cfg, in hsit_enum_frame_size()
107 struct v4l2_subdev_pad_config *cfg, in hsit_get_format()
119 struct v4l2_subdev_pad_config *cfg, in hsit_set_format()
Dvsp1_lif.c77 struct v4l2_subdev_pad_config *cfg, in lif_enum_mbus_code()
109 struct v4l2_subdev_pad_config *cfg, in lif_enum_frame_size()
136 static int lif_get_format(struct v4l2_subdev *subdev, struct v4l2_subdev_pad_config *cfg, in lif_get_format()
147 static int lif_set_format(struct v4l2_subdev *subdev, struct v4l2_subdev_pad_config *cfg, in lif_set_format()
/drivers/block/rsxx/
Dconfig.c32 static void initialize_config(struct rsxx_card_cfg *cfg) in initialize_config()
45 static u32 config_data_crc32(struct rsxx_card_cfg *cfg) in config_data_crc32()
69 static void config_data_swab(struct rsxx_card_cfg *cfg) in config_data_swab()
78 static void config_data_le_to_cpu(struct rsxx_card_cfg *cfg) in config_data_le_to_cpu()
87 static void config_data_cpu_to_le(struct rsxx_card_cfg *cfg) in config_data_cpu_to_le()
100 struct rsxx_card_cfg cfg; in rsxx_save_config() local
/drivers/net/wireless/brcm80211/brcmfmac/
Dcfg80211.c389 static int brcmf_vif_change_validate(struct brcmf_cfg80211_info *cfg, in brcmf_vif_change_validate()
406 static int brcmf_vif_add_validate(struct brcmf_cfg80211_info *cfg, in brcmf_vif_add_validate()
538 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_ap_add_vif() local
667 s32 brcmf_notify_escan_complete(struct brcmf_cfg80211_info *cfg, in brcmf_notify_escan_complete()
731 struct brcmf_cfg80211_info *cfg = wiphy_priv(wiphy); in brcmf_cfg80211_del_iface() local
772 struct brcmf_cfg80211_info *cfg = wiphy_priv(wiphy); in brcmf_cfg80211_change_iface() local
865 static void brcmf_escan_prep(struct brcmf_cfg80211_info *cfg, in brcmf_escan_prep()
936 brcmf_run_escan(struct brcmf_cfg80211_info *cfg, struct brcmf_if *ifp, in brcmf_run_escan()
979 brcmf_do_escan(struct brcmf_cfg80211_info *cfg, struct wiphy *wiphy, in brcmf_do_escan()
1016 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_escan() local
[all …]
Dp2p.c765 static s32 brcmf_p2p_run_escan(struct brcmf_cfg80211_info *cfg, in brcmf_p2p_run_escan()
888 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_p2p_scan_prep() local
973 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_p2p_remain_on_channel() local
1010 struct brcmf_cfg80211_info *cfg = ifp->drvr->config; in brcmf_p2p_notify_listen_complete() local
1218 bool brcmf_p2p_scan_finding_common_channel(struct brcmf_cfg80211_info *cfg, in brcmf_p2p_scan_finding_common_channel()
1270 brcmf_p2p_stop_wait_next_action_frame(struct brcmf_cfg80211_info *cfg) in brcmf_p2p_stop_wait_next_action_frame()
1303 struct brcmf_cfg80211_info *cfg = p2p->cfg; in brcmf_p2p_gon_req_collision() local
1353 struct brcmf_cfg80211_info *cfg = ifp->drvr->config; in brcmf_p2p_notify_action_frame_rx() local
1460 struct brcmf_cfg80211_info *cfg = ifp->drvr->config; in brcmf_p2p_notify_action_tx_complete() local
1566 static s32 brcmf_p2p_pub_af_tx(struct brcmf_cfg80211_info *cfg, in brcmf_p2p_pub_af_tx()
[all …]
/drivers/net/wireless/iwlwifi/
Diwl-nvm-parse.c212 u16 nvm_flags, const struct iwl_cfg *cfg) in iwl_get_channel_flags()
258 static int iwl_init_channel_map(struct device *dev, const struct iwl_cfg *cfg, in iwl_init_channel_map()
357 static void iwl_init_vht_hw_capab(const struct iwl_cfg *cfg, in iwl_init_vht_hw_capab()
412 static void iwl_init_sbands(struct device *dev, const struct iwl_cfg *cfg, in iwl_init_sbands()
460 static int iwl_get_sku(const struct iwl_cfg *cfg, const __le16 *nvm_sw, in iwl_get_sku()
469 static int iwl_get_nvm_version(const struct iwl_cfg *cfg, const __le16 *nvm_sw) in iwl_get_nvm_version()
478 static int iwl_get_radio_cfg(const struct iwl_cfg *cfg, const __le16 *nvm_sw, in iwl_get_radio_cfg()
488 static int iwl_get_n_hw_addrs(const struct iwl_cfg *cfg, const __le16 *nvm_sw) in iwl_get_n_hw_addrs()
500 static void iwl_set_radio_cfg(const struct iwl_cfg *cfg, in iwl_set_radio_cfg()
521 static void iwl_set_hw_address(const struct iwl_cfg *cfg, in iwl_set_hw_address()
[all …]
/drivers/cpufreq/
Ds3c24xx-cpufreq.c63 static void s3c_cpufreq_getcur(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_getcur()
81 static inline void s3c_cpufreq_calc(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_calc()
102 struct s3c_cpufreq_config *cfg) in s3c_cpufreq_show()
112 static void s3c_cpufreq_setio(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_setio()
118 static int s3c_cpufreq_calcio(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_calcio()
126 static void s3c_cpufreq_setrefresh(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_setrefresh()
131 static void s3c_cpufreq_setdivs(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_setdivs()
136 static int s3c_cpufreq_calcdivs(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_calcdivs()
141 static void s3c_cpufreq_setfvco(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_setfvco()
/drivers/gpu/drm/exynos/
Dexynos_drm_fimc.c198 u32 cfg; in fimc_sw_reset() local
230 u32 cfg; in fimc_set_type_ctrl() local
266 u32 cfg; in fimc_set_polarity() local
291 u32 cfg; in fimc_handle_jpeg() local
306 u32 cfg; in fimc_mask_irq() local
350 u32 cfg; in fimc_check_frame_end() local
367 u32 cfg; in fimc_get_buf_id() local
393 u32 cfg; in fimc_handle_lastend() local
410 u32 cfg; in fimc_src_set_fmt_order() local
482 u32 cfg; in fimc_src_set_fmt() local
[all …]
Dexynos_drm_gsc.c84 #define gsc_write(cfg, offset) writel(cfg, ctx->regs + (offset)) argument
400 u32 cfg; in gsc_sw_reset() local
457 u32 cfg; in gsc_handle_irq() local
488 u32 cfg; in gsc_src_set_fmt() local
565 u32 cfg; in gsc_src_set_transf() local
620 u32 cfg; in gsc_src_set_size() local
678 u32 cfg; in gsc_src_set_buf_seq() local
766 u32 cfg; in gsc_dst_set_fmt() local
843 u32 cfg; in gsc_dst_set_transf() local
930 u32 cfg; in gsc_set_prescaler() local
[all …]
/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb.c177 void ixgbe_dcb_unpack_pfc(struct ixgbe_dcb_config *cfg, u8 *pfc_en) in ixgbe_dcb_unpack_pfc()
188 void ixgbe_dcb_unpack_refill(struct ixgbe_dcb_config *cfg, int direction, in ixgbe_dcb_unpack_refill()
198 void ixgbe_dcb_unpack_max(struct ixgbe_dcb_config *cfg, u16 *max) in ixgbe_dcb_unpack_max()
207 void ixgbe_dcb_unpack_bwgid(struct ixgbe_dcb_config *cfg, int direction, in ixgbe_dcb_unpack_bwgid()
217 void ixgbe_dcb_unpack_prio(struct ixgbe_dcb_config *cfg, int direction, in ixgbe_dcb_unpack_prio()
227 u8 ixgbe_dcb_get_tc_from_up(struct ixgbe_dcb_config *cfg, int direction, u8 up) in ixgbe_dcb_get_tc_from_up()
250 void ixgbe_dcb_unpack_map(struct ixgbe_dcb_config *cfg, int direction, u8 *map) in ixgbe_dcb_unpack_map()
/drivers/pci/
Dhtirq.c28 struct ht_irq_cfg *cfg = irq_get_handler_data(irq); in write_ht_irq_msg() local
48 struct ht_irq_cfg *cfg = irq_get_handler_data(irq); in fetch_ht_irq_msg() local
55 struct ht_irq_cfg *cfg = irq_data_get_irq_handler_data(data); in mask_ht_irq() local
64 struct ht_irq_cfg *cfg = irq_data_get_irq_handler_data(data); in unmask_ht_irq() local
/drivers/leds/
Dleds-lp55xx-common.c43 struct lp55xx_device_config *cfg = chip->cfg; in lp55xx_reset_device() local
53 struct lp55xx_device_config *cfg = chip->cfg; in lp55xx_detect_device() local
76 struct lp55xx_device_config *cfg = chip->cfg; in lp55xx_post_init_device() local
150 struct lp55xx_device_config *cfg = chip->cfg; in lp55xx_init_led() local
388 struct lp55xx_device_config *cfg; in lp55xx_init_device() local
460 struct lp55xx_device_config *cfg = chip->cfg; in lp55xx_register_leds() local
518 struct lp55xx_device_config *cfg = chip->cfg; in lp55xx_register_sysfs() local
537 struct lp55xx_device_config *cfg = chip->cfg; in lp55xx_unregister_sysfs() local
551 struct lp55xx_led_config *cfg; in lp55xx_of_populate_pdata() local
/drivers/iommu/
Dio-pgtable-arm.c211 struct io_pgtable_cfg *cfg) in __arm_lpae_alloc_pages()
244 struct io_pgtable_cfg *cfg) in __arm_lpae_free_pages()
253 struct io_pgtable_cfg *cfg) in __arm_lpae_set_pte()
273 struct io_pgtable_cfg *cfg = &data->iop.cfg; in arm_lpae_init_pte() local
313 struct io_pgtable_cfg *cfg = &data->iop.cfg; in __arm_lpae_map() local
453 struct io_pgtable_cfg *cfg = &data->iop.cfg; in arm_lpae_split_blk_unmap() local
582 static void arm_lpae_restrict_pgsizes(struct io_pgtable_cfg *cfg) in arm_lpae_restrict_pgsizes()
618 arm_lpae_alloc_pgtable(struct io_pgtable_cfg *cfg) in arm_lpae_alloc_pgtable()
663 arm_64_lpae_alloc_pgtable_s1(struct io_pgtable_cfg *cfg, void *cookie) in arm_64_lpae_alloc_pgtable_s1()
747 arm_64_lpae_alloc_pgtable_s2(struct io_pgtable_cfg *cfg, void *cookie) in arm_64_lpae_alloc_pgtable_s2()
[all …]
/drivers/media/dvb-frontends/
Dcxd2841er.h43 struct cxd2841er_config *cfg, in cxd2841er_attach_s()
51 struct cxd2841er_config *cfg, struct i2c_adapter *i2c) in cxd2841er_attach_t()
58 struct cxd2841er_config *cfg, struct i2c_adapter *i2c) in cxd2841er_attach_c()
/drivers/staging/media/omap4iss/
Diss_ipipe.c182 struct v4l2_subdev_pad_config *cfg, in __ipipe_get_format()
201 struct v4l2_subdev_pad_config *cfg, in ipipe_try_format()
250 struct v4l2_subdev_pad_config *cfg, in ipipe_enum_mbus_code()
277 struct v4l2_subdev_pad_config *cfg, in ipipe_enum_frame_size()
316 struct v4l2_subdev_pad_config *cfg, in ipipe_get_format()
340 struct v4l2_subdev_pad_config *cfg, in ipipe_set_format()

12345678910>>...26