/drivers/media/platform/exynos4-is/ |
D | fimc-lite-reg.c | 26 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 …]
|
D | fimc-reg.c | 24 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/net/ethernet/cavium/liquidio/ |
D | octeon_config.h | 116 #define CFG_GET_IQ_CFG(cfg) ((cfg)->iq) argument 117 #define CFG_GET_IQ_MAX_Q(cfg) ((cfg)->iq.max_iqs) argument 118 #define CFG_GET_IQ_PENDING_LIST_SIZE(cfg) ((cfg)->iq.pending_list_size) argument 119 #define CFG_GET_IQ_INSTR_TYPE(cfg) ((cfg)->iq.instr_type) argument 120 #define CFG_GET_IQ_DB_MIN(cfg) ((cfg)->iq.db_min) argument 121 #define CFG_GET_IQ_DB_TIMEOUT(cfg) ((cfg)->iq.db_timeout) argument 123 #define CFG_GET_IQ_INTR_PKT(cfg) ((cfg)->iq.iq_intr_pkt) argument 124 #define CFG_SET_IQ_INTR_PKT(cfg, val) (cfg)->iq.iq_intr_pkt = val argument 126 #define CFG_GET_OQ_MAX_Q(cfg) ((cfg)->oq.max_oqs) argument 127 #define CFG_GET_OQ_INFO_PTR(cfg) ((cfg)->oq.info_ptr) argument [all …]
|
/drivers/media/platform/exynos-gsc/ |
D | gsc-regs.c | 26 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/ |
D | camif-regs.c | 21 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/acpi/ |
D | acpi_configfs.c | 21 struct config_item cfg; member 25 static ssize_t acpi_table_aml_write(struct config_item *cfg, in acpi_table_aml_write() 64 static inline struct acpi_table_header *get_header(struct config_item *cfg) in get_header() 74 static ssize_t acpi_table_aml_read(struct config_item *cfg, in acpi_table_aml_read() 97 ssize_t acpi_table_signature_show(struct config_item *cfg, char *str) in acpi_table_signature_show() 107 ssize_t acpi_table_length_show(struct config_item *cfg, char *str) in acpi_table_length_show() 117 ssize_t acpi_table_revision_show(struct config_item *cfg, char *str) in acpi_table_revision_show() 127 ssize_t acpi_table_oem_id_show(struct config_item *cfg, char *str) in acpi_table_oem_id_show() 137 ssize_t acpi_table_oem_table_id_show(struct config_item *cfg, char *str) in acpi_table_oem_table_id_show() 147 ssize_t acpi_table_oem_revision_show(struct config_item *cfg, char *str) in acpi_table_oem_revision_show() [all …]
|
/drivers/scsi/cxlflash/ |
D | main.c | 222 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_intr(struct cxlflash_cfg *cfg, enum undo_level level) in term_intr() 725 static void term_mc(struct cxlflash_cfg *cfg) in term_mc() 747 static void term_afu(struct cxlflash_cfg *cfg) in term_afu() [all …]
|
D | superpipe.c | 82 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 720 static void destroy_context(struct cxlflash_cfg *cfg, in destroy_context() 749 static struct ctx_info *create_context(struct cxlflash_cfg *cfg) in create_context() 794 static void init_context(struct ctx_info *ctxi, struct cxlflash_cfg *cfg, in init_context() 825 struct cxlflash_cfg *cfg = ctxi->cfg; in remove_context() local [all …]
|
/drivers/media/platform/davinci/ |
D | vpbe.c | 65 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/block/rsxx/ |
D | config.c | 32 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/broadcom/brcm80211/brcmfmac/ |
D | cfg80211.c | 411 static int brcmf_vif_change_validate(struct brcmf_cfg80211_info *cfg, in brcmf_vif_change_validate() 436 static int brcmf_vif_add_validate(struct brcmf_cfg80211_info *cfg, in brcmf_vif_add_validate() 592 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_ap_add_vif() local 725 s32 brcmf_notify_escan_complete(struct brcmf_cfg80211_info *cfg, in brcmf_notify_escan_complete() 793 struct brcmf_cfg80211_info *cfg = wiphy_priv(wiphy); in brcmf_cfg80211_del_ap_iface() local 826 struct brcmf_cfg80211_info *cfg = wiphy_priv(wiphy); in brcmf_cfg80211_del_iface() local 871 struct brcmf_cfg80211_info *cfg = wiphy_priv(wiphy); in brcmf_cfg80211_change_iface() local 965 static void brcmf_escan_prep(struct brcmf_cfg80211_info *cfg, in brcmf_escan_prep() 1036 brcmf_run_escan(struct brcmf_cfg80211_info *cfg, struct brcmf_if *ifp, in brcmf_run_escan() 1079 brcmf_do_escan(struct brcmf_cfg80211_info *cfg, struct wiphy *wiphy, in brcmf_do_escan() [all …]
|
D | p2p.c | 761 static s32 brcmf_p2p_run_escan(struct brcmf_cfg80211_info *cfg, in brcmf_p2p_run_escan() 883 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_p2p_scan_prep() local 968 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_p2p_remain_on_channel() local 1005 struct brcmf_cfg80211_info *cfg = ifp->drvr->config; in brcmf_p2p_notify_listen_complete() local 1212 bool brcmf_p2p_scan_finding_common_channel(struct brcmf_cfg80211_info *cfg, in brcmf_p2p_scan_finding_common_channel() 1264 brcmf_p2p_stop_wait_next_action_frame(struct brcmf_cfg80211_info *cfg) in brcmf_p2p_stop_wait_next_action_frame() 1297 struct brcmf_cfg80211_info *cfg = p2p->cfg; in brcmf_p2p_gon_req_collision() local 1347 struct brcmf_cfg80211_info *cfg = ifp->drvr->config; in brcmf_p2p_notify_action_frame_rx() local 1454 struct brcmf_cfg80211_info *cfg = ifp->drvr->config; in brcmf_p2p_notify_action_tx_complete() local 1547 static s32 brcmf_p2p_pub_af_tx(struct brcmf_cfg80211_info *cfg, in brcmf_p2p_pub_af_tx() [all …]
|
/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-nvm-parse.c | 217 u16 nvm_flags, const struct iwl_cfg *cfg) in iwl_get_channel_flags() 263 static int iwl_init_channel_map(struct device *dev, const struct iwl_cfg *cfg, in iwl_init_channel_map() 368 static void iwl_init_vht_hw_capab(const struct iwl_cfg *cfg, in iwl_init_vht_hw_capab() 448 static void iwl_init_sbands(struct device *dev, const struct iwl_cfg *cfg, in iwl_init_sbands() 496 static int iwl_get_sku(const struct iwl_cfg *cfg, const __le16 *nvm_sw, in iwl_get_sku() 505 static int iwl_get_nvm_version(const struct iwl_cfg *cfg, const __le16 *nvm_sw) in iwl_get_nvm_version() 514 static int iwl_get_radio_cfg(const struct iwl_cfg *cfg, const __le16 *nvm_sw, in iwl_get_radio_cfg() 524 static int iwl_get_n_hw_addrs(const struct iwl_cfg *cfg, const __le16 *nvm_sw) in iwl_get_n_hw_addrs() 536 static void iwl_set_radio_cfg(const struct iwl_cfg *cfg, in iwl_set_radio_cfg() 593 const struct iwl_cfg *cfg, in iwl_set_hw_address_family_8000() [all …]
|
/drivers/gpu/drm/exynos/ |
D | exynos_drm_gsc.c | 85 #define gsc_write(cfg, offset) writel(cfg, ctx->regs + (offset)) argument 403 u32 cfg; in gsc_sw_reset() local 463 u32 cfg; in gsc_handle_irq() local 494 u32 cfg; in gsc_src_set_fmt() local 567 u32 cfg; in gsc_src_set_transf() local 622 u32 cfg; in gsc_src_set_size() local 680 u32 cfg; in gsc_src_set_buf_seq() local 768 u32 cfg; in gsc_dst_set_fmt() local 838 u32 cfg; in gsc_dst_set_transf() local 925 u32 cfg; in gsc_set_prescaler() local [all …]
|
D | exynos_drm_fimc.c | 197 u32 cfg; in fimc_sw_reset() local 229 u32 cfg; in fimc_set_type_ctrl() local 264 u32 cfg; in fimc_handle_jpeg() local 279 u32 cfg; in fimc_mask_irq() local 323 u32 cfg; in fimc_check_frame_end() local 340 u32 cfg; in fimc_get_buf_id() local 366 u32 cfg; in fimc_handle_lastend() local 383 u32 cfg; in fimc_src_set_fmt_order() local 455 u32 cfg; in fimc_src_set_fmt() local 568 u32 cfg, h1, h2, v1, v2; in fimc_set_window() local [all …]
|
/drivers/media/platform/vsp1/ |
D | vsp1_entity.c | 64 struct v4l2_subdev_pad_config *cfg, in vsp1_entity_get_pad_config() 87 struct v4l2_subdev_pad_config *cfg, in vsp1_entity_get_pad_format() 106 struct v4l2_subdev_pad_config *cfg, in vsp1_entity_get_pad_selection() 128 struct v4l2_subdev_pad_config *cfg) in vsp1_entity_init_cfg() 156 struct v4l2_subdev_pad_config *cfg, in vsp1_subdev_get_pad_format() 187 struct v4l2_subdev_pad_config *cfg, in vsp1_subdev_enum_mbus_code() 237 struct v4l2_subdev_pad_config *cfg, in vsp1_subdev_enum_frame_size()
|
D | vsp1_rwpf.c | 35 struct v4l2_subdev_pad_config *cfg, in vsp1_rwpf_enum_mbus_code() 52 struct v4l2_subdev_pad_config *cfg, in vsp1_rwpf_enum_frame_size() 63 struct v4l2_subdev_pad_config *cfg, in vsp1_rwpf_set_format() 127 struct v4l2_subdev_pad_config *cfg, in vsp1_rwpf_get_selection() 175 struct v4l2_subdev_pad_config *cfg, in vsp1_rwpf_set_selection()
|
D | vsp1_bru.c | 72 struct v4l2_subdev_pad_config *cfg, in bru_enum_mbus_code() 85 struct v4l2_subdev_pad_config *cfg, in bru_enum_frame_size() 104 struct v4l2_subdev_pad_config *cfg, in bru_get_compose() 139 struct v4l2_subdev_pad_config *cfg, in bru_set_format() 188 struct v4l2_subdev_pad_config *cfg, in bru_get_selection() 222 struct v4l2_subdev_pad_config *cfg, in bru_set_selection()
|
/drivers/cpufreq/ |
D | s3c24xx-cpufreq.c | 65 static void s3c_cpufreq_getcur(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_getcur() 83 static inline void s3c_cpufreq_calc(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_calc() 104 struct s3c_cpufreq_config *cfg) in s3c_cpufreq_show() 114 static void s3c_cpufreq_setio(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_setio() 120 static int s3c_cpufreq_calcio(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_calcio() 128 static void s3c_cpufreq_setrefresh(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_setrefresh() 133 static void s3c_cpufreq_setdivs(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_setdivs() 138 static int s3c_cpufreq_calcdivs(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_calcdivs() 143 static void s3c_cpufreq_setfvco(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_setfvco()
|
/drivers/pci/host/ |
D | pci-thunder-pem.c | 36 struct pci_config_window *cfg = bus->sysdata; in thunder_pem_bridge_read() local 122 struct pci_config_window *cfg = bus->sysdata; in thunder_pem_config_read() local 198 struct pci_config_window *cfg = bus->sysdata; in thunder_pem_bridge_write() local 271 struct pci_config_window *cfg = bus->sysdata; in thunder_pem_config_write() local 287 static int thunder_pem_init(struct device *dev, struct pci_config_window *cfg, in thunder_pem_init() 316 static int thunder_pem_platform_init(struct pci_config_window *cfg) in thunder_pem_platform_init()
|
/drivers/leds/ |
D | leds-lp55xx-common.c | 43 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 141 struct lp55xx_device_config *cfg = led->chip->cfg; in lp55xx_set_brightness() local 151 struct lp55xx_device_config *cfg = chip->cfg; in lp55xx_init_led() local 389 struct lp55xx_device_config *cfg; in lp55xx_init_device() local 461 struct lp55xx_device_config *cfg = chip->cfg; in lp55xx_register_leds() local 516 struct lp55xx_device_config *cfg = chip->cfg; in lp55xx_register_sysfs() local 535 struct lp55xx_device_config *cfg = chip->cfg; in lp55xx_unregister_sysfs() local 549 struct lp55xx_led_config *cfg; in lp55xx_of_populate_pdata() local
|
/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_dcb.c | 182 void ixgbe_dcb_unpack_pfc(struct ixgbe_dcb_config *cfg, u8 *pfc_en) in ixgbe_dcb_unpack_pfc() 193 void ixgbe_dcb_unpack_refill(struct ixgbe_dcb_config *cfg, int direction, in ixgbe_dcb_unpack_refill() 203 void ixgbe_dcb_unpack_max(struct ixgbe_dcb_config *cfg, u16 *max) in ixgbe_dcb_unpack_max() 212 void ixgbe_dcb_unpack_bwgid(struct ixgbe_dcb_config *cfg, int direction, in ixgbe_dcb_unpack_bwgid() 222 void ixgbe_dcb_unpack_prio(struct ixgbe_dcb_config *cfg, int direction, in ixgbe_dcb_unpack_prio() 232 u8 ixgbe_dcb_get_tc_from_up(struct ixgbe_dcb_config *cfg, int direction, u8 up) in ixgbe_dcb_get_tc_from_up() 255 void ixgbe_dcb_unpack_map(struct ixgbe_dcb_config *cfg, int direction, u8 *map) in ixgbe_dcb_unpack_map()
|
/drivers/pci/ |
D | htirq.c | 28 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/iommu/ |
D | io-pgtable-arm.c | 211 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 587 static void arm_lpae_restrict_pgsizes(struct io_pgtable_cfg *cfg) in arm_lpae_restrict_pgsizes() 623 arm_lpae_alloc_pgtable(struct io_pgtable_cfg *cfg) in arm_lpae_alloc_pgtable() 668 arm_64_lpae_alloc_pgtable_s1(struct io_pgtable_cfg *cfg, void *cookie) in arm_64_lpae_alloc_pgtable_s1() 756 arm_64_lpae_alloc_pgtable_s2(struct io_pgtable_cfg *cfg, void *cookie) in arm_64_lpae_alloc_pgtable_s2() 849 arm_32_lpae_alloc_pgtable_s1(struct io_pgtable_cfg *cfg, void *cookie) in arm_32_lpae_alloc_pgtable_s1() [all …]
|
/drivers/pinctrl/sh-pfc/ |
D | sh_pfc.h | 365 #define PORT_GP_CFG_1(bank, pin, fn, sfx, cfg) \ argument 369 #define PORT_GP_CFG_4(bank, fn, sfx, cfg) \ argument 376 #define PORT_GP_CFG_8(bank, fn, sfx, cfg) \ argument 384 #define PORT_GP_CFG_9(bank, fn, sfx, cfg) \ argument 389 #define PORT_GP_CFG_12(bank, fn, sfx, cfg) \ argument 396 #define PORT_GP_CFG_14(bank, fn, sfx, cfg) \ argument 402 #define PORT_GP_CFG_15(bank, fn, sfx, cfg) \ argument 407 #define PORT_GP_CFG_16(bank, fn, sfx, cfg) \ argument 412 #define PORT_GP_CFG_17(bank, fn, sfx, cfg) \ argument 417 #define PORT_GP_CFG_18(bank, fn, sfx, cfg) \ argument [all …]
|