/linux-6.12.1/include/linux/soc/pxa/ |
D | cpu.h | 59 #define __cpu_is_pxa210(id) \ argument 65 #define __cpu_is_pxa250(id) \ argument 71 #define __cpu_is_pxa255(id) \ argument 77 #define __cpu_is_pxa25x(id) \ argument 83 #define __cpu_is_pxa210(id) (0) argument 84 #define __cpu_is_pxa250(id) (0) argument 85 #define __cpu_is_pxa255(id) (0) argument 86 #define __cpu_is_pxa25x(id) (0) argument 90 #define __cpu_is_pxa27x(id) \ argument 96 #define __cpu_is_pxa27x(id) (0) argument [all …]
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn32/ |
D | dcn32_resource.h | 210 #define ABM_DCN32_REG_LIST_RI(id) \ argument 225 #define AUD_COMMON_REG_LIST_RI(id) \ argument 237 #define VPG_DCN3_REG_LIST_RI(id) \ argument 245 #define AFMT_DCN3_REG_LIST_RI(id) \ argument 255 #define APG_DCN31_REG_LIST_RI(id) \ argument 260 #define SE_DCN32_REG_LIST_RI(id) \ argument 308 #define AUX_REG_LIST_RI(id) \ argument 312 #define DCN2_AUX_REG_LIST_RI(id) \ argument 316 #define HPD_REG_LIST_RI(id) SRI_ARR(DC_HPD_CONTROL, HPD, id) argument 319 #define LE_DCN3_REG_LIST_RI(id) \ argument [all …]
|
/linux-6.12.1/tools/power/x86/intel-speed-select/ |
D | isst-core.c | 64 int isst_is_punit_valid(struct isst_id *id) in isst_is_punit_valid() 107 int isst_read_pm_config(struct isst_id *id, int *cp_state, int *cp_cap) in isst_read_pm_config() 113 int isst_get_ctdp_levels(struct isst_id *id, struct isst_pkg_ctdp *pkg_dev) in isst_get_ctdp_levels() 119 int isst_get_ctdp_control(struct isst_id *id, int config_index, in isst_get_ctdp_control() 126 int isst_get_tdp_info(struct isst_id *id, int config_index, in isst_get_tdp_info() 133 int isst_get_pwr_info(struct isst_id *id, int config_index, in isst_get_pwr_info() 140 int isst_get_coremask_info(struct isst_id *id, int config_index, in isst_get_coremask_info() 147 int isst_get_get_trl_from_msr(struct isst_id *id, int *trl) in isst_get_get_trl_from_msr() 168 int isst_get_get_trl(struct isst_id *id, int level, int avx_level, int *trl) in isst_get_get_trl() 174 int isst_get_get_trls(struct isst_id *id, int level, struct isst_pkg_ctdp_level_info *ctdp_level) in isst_get_get_trls() [all …]
|
D | isst-core-tpmi.c | 115 static int tpmi_is_punit_valid(struct isst_id *id) in tpmi_is_punit_valid() 134 static int tpmi_read_pm_config(struct isst_id *id, int *cp_state, int *cp_cap) in tpmi_read_pm_config() 152 int tpmi_get_config_levels(struct isst_id *id, struct isst_pkg_ctdp *pkg_dev) in tpmi_get_config_levels() 174 static int tpmi_get_ctdp_control(struct isst_id *id, int config_index, in tpmi_get_ctdp_control() 227 static int tpmi_get_tdp_info(struct isst_id *id, int config_index, in tpmi_get_tdp_info() 264 static int tpmi_get_pwr_info(struct isst_id *id, int config_index, in tpmi_get_pwr_info() 279 int tpmi_get_coremask_info(struct isst_id *id, int config_index, in tpmi_get_coremask_info() 305 static int tpmi_get_get_trls(struct isst_id *id, int config_index, in tpmi_get_get_trls() 332 static int tpmi_get_get_trl(struct isst_id *id, int level, int config_index, in tpmi_get_get_trl() 349 static int tpmi_get_trl_bucket_info(struct isst_id *id, int config_index, in tpmi_get_trl_bucket_info() [all …]
|
D | isst-core-mbox.c | 64 static int mbox_is_punit_valid(struct isst_id *id) in mbox_is_punit_valid() 219 static int mbox_read_pm_config(struct isst_id *id, int *cp_state, int *cp_cap) in mbox_read_pm_config() 237 static int mbox_get_config_levels(struct isst_id *id, struct isst_pkg_ctdp *pkg_dev) in mbox_get_config_levels() 264 static int mbox_get_ctdp_control(struct isst_id *id, int config_index, in mbox_get_ctdp_control() 299 static void _get_uncore_p0_p1_info(struct isst_id *id, int config_index, in _get_uncore_p0_p1_info() 345 static int _set_uncore_min_max(struct isst_id *id, int max, int freq) in _set_uncore_min_max() 373 static void mbox_adjust_uncore_freq(struct isst_id *id, int config_index, in mbox_adjust_uncore_freq() 384 static void _get_p1_info(struct isst_id *id, int config_index, in _get_p1_info() 408 static void _get_uncore_mem_freq(struct isst_id *id, int config_index, in _get_uncore_mem_freq() 441 static int mbox_get_tdp_info(struct isst_id *id, int config_index, in mbox_get_tdp_info() [all …]
|
/linux-6.12.1/fs/bcachefs/ |
D | snapshot.h | 34 static inline struct snapshot_t *__snapshot_t(struct snapshot_table *t, u32 id) in __snapshot_t() 43 static inline const struct snapshot_t *snapshot_t(struct bch_fs *c, u32 id) in snapshot_t() 48 static inline u32 bch2_snapshot_tree(struct bch_fs *c, u32 id) in bch2_snapshot_tree() 58 static inline u32 __bch2_snapshot_parent_early(struct bch_fs *c, u32 id) in __bch2_snapshot_parent_early() 64 static inline u32 bch2_snapshot_parent_early(struct bch_fs *c, u32 id) in bch2_snapshot_parent_early() 73 static inline u32 __bch2_snapshot_parent(struct bch_fs *c, u32 id) in __bch2_snapshot_parent() 90 static inline u32 bch2_snapshot_parent(struct bch_fs *c, u32 id) in bch2_snapshot_parent() 99 static inline u32 bch2_snapshot_nth_parent(struct bch_fs *c, u32 id, u32 n) in bch2_snapshot_nth_parent() 111 static inline u32 bch2_snapshot_root(struct bch_fs *c, u32 id) in bch2_snapshot_root() 123 static inline u32 __bch2_snapshot_equiv(struct bch_fs *c, u32 id) in __bch2_snapshot_equiv() [all …]
|
/linux-6.12.1/drivers/net/ethernet/meta/fbnic/ |
D | fbnic_tlv.h | 78 u16 id; member 85 #define FBNIC_TLV_ATTR_STRING(id, len) { id, len, FBNIC_TLV_STRING } argument 86 #define FBNIC_TLV_ATTR_FLAG(id) { id, 0, FBNIC_TLV_FLAG } argument 87 #define FBNIC_TLV_ATTR_U32(id) { id, sizeof(u32), FBNIC_TLV_UNSIGNED } argument 88 #define FBNIC_TLV_ATTR_U64(id) { id, sizeof(u64), FBNIC_TLV_UNSIGNED } argument 89 #define FBNIC_TLV_ATTR_S32(id) { id, sizeof(s32), FBNIC_TLV_SIGNED } argument 90 #define FBNIC_TLV_ATTR_S64(id) { id, sizeof(s64), FBNIC_TLV_SIGNED } argument 91 #define FBNIC_TLV_ATTR_MAC_ADDR(id) { id, ETH_ALEN, FBNIC_TLV_BINARY } argument 92 #define FBNIC_TLV_ATTR_NESTED(id) { id, 0, FBNIC_TLV_NESTED } argument 93 #define FBNIC_TLV_ATTR_ARRAY(id) { id, 0, FBNIC_TLV_ARRAY } argument [all …]
|
/linux-6.12.1/sound/soc/tegra/ |
D | tegra186_asrc.c | 24 #define ASRC_STREAM_SOURCE_SELECT(id) \ argument 27 #define ASRC_STREAM_REG(reg, id) ((reg) + ((id) * TEGRA186_ASRC_STREAM_STRIDE)) argument 29 #define ASRC_STREAM_REG_DEFAULTS(id) \ argument 71 unsigned int id) in tegra186_asrc_lock_stream() 92 int id; in tegra186_asrc_runtime_resume() local 168 int ret, id = dai->id; in tegra186_asrc_in_hw_params() local 191 int ret, id = dai->id - 7; in tegra186_asrc_out_hw_params() local 247 unsigned int id = asrc_private->reg / TEGRA186_ASRC_STREAM_STRIDE; in tegra186_asrc_get_ratio_source() local 261 unsigned int id = asrc_private->reg / TEGRA186_ASRC_STREAM_STRIDE; in tegra186_asrc_put_ratio_source() local 281 unsigned int id = asrc_private->reg / TEGRA186_ASRC_STREAM_STRIDE; in tegra186_asrc_get_ratio_int() local [all …]
|
/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_dsb_regs.h | 13 #define DSBSL_INSTANCE(pipe, id) (_DSBSL_INSTANCE_BASE + \ argument 15 #define DSB_HEAD(pipe, id) _MMIO(DSBSL_INSTANCE(pipe, id) + 0x0) argument 16 #define DSB_TAIL(pipe, id) _MMIO(DSBSL_INSTANCE(pipe, id) + 0x4) argument 17 #define DSB_CTRL(pipe, id) _MMIO(DSBSL_INSTANCE(pipe, id) + 0x8) argument 25 #define DSB_MMIOCTRL(pipe, id) _MMIO(DSBSL_INSTANCE(pipe, id) + 0xc) argument 31 #define DSB_POLLFUNC(pipe, id) _MMIO(DSBSL_INSTANCE(pipe, id) + 0x10) argument 37 #define DSB_DEBUG(pipe, id) _MMIO(DSBSL_INSTANCE(pipe, id) + 0x14) argument 38 #define DSB_POLLMASK(pipe, id) _MMIO(DSBSL_INSTANCE(pipe, id) + 0x1c) argument 39 #define DSB_STATUS(pipe, id) _MMIO(DSBSL_INSTANCE(pipe, id) + 0x24) argument 53 #define DSB_INTERRUPT(pipe, id) _MMIO(DSBSL_INSTANCE(pipe, id) + 0x28) argument [all …]
|
/linux-6.12.1/drivers/media/platform/samsung/s3c-camif/ |
D | camif-regs.h | 65 #define CIGCTRL_IRQ_CLR(id) BIT(19 - (id)) argument 71 #define S3C_CAMIF_REG_CIYSA(id, n) (0x18 + (id) * 0x54 + (n) * 4) argument 73 #define S3C_CAMIF_REG_CICBSA(id, n) (0x28 + (id) * 0x54 + (n) * 4) argument 75 #define S3C_CAMIF_REG_CICRSA(id, n) (0x38 + (id) * 0x54 + (n) * 4) argument 78 #define S3C_CAMIF_REG_CITRGFMT(id, _offs) (0x48 + (id) * (0x34 + (_offs))) argument 98 #define S3C_CAMIF_REG_CICTRL(id, _offs) (0x4c + (id) * (0x34 + (_offs))) argument 111 #define S3C_CAMIF_REG_CISCPRERATIO(id, _offs) (0x50 + (id) * (0x34 + (_offs))) argument 114 #define S3C_CAMIF_REG_CISCPREDST(id, _offs) (0x54 + (id) * (0x34 + (_offs))) argument 117 #define S3C_CAMIF_REG_CISCCTRL(id, _offs) (0x58 + (id) * (0x34 + (_offs))) argument 147 #define S3C_CAMIF_REG_CITAREA(id, _offs) (0x5c + (id) * (0x34 + (_offs))) argument [all …]
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn401/ |
D | dcn401_resource.h | 34 #define HUBP_REG_LIST_DCN401_RI(id) \ argument 146 #define ABM_DCN401_REG_LIST_RI(id) \ argument 170 #define VPG_DCN401_REG_LIST_RI(id) \ argument 175 #define SE_DCN4_01_REG_LIST_RI(id) \ argument 226 #define LE_DCN401_REG_LIST_RI(id) \ argument 232 #define DPP_REG_LIST_DCN401_COMMON_RI(id) \ argument 411 #define OPP_REG_LIST_DCN401_RI(id) \ argument 416 #define DSC_REG_LIST_DCN401_RI(id) \ argument 543 #define HUBBUB_REG_LIST_DCN4_01_RI(id) \ argument
|
D | dcn401_resource.c | 105 #define SR_ARR(reg_name, id)\ argument 108 #define SR_ARR_INIT(reg_name, id, value)\ argument 111 #define SRI(reg_name, block, id)\ argument 115 #define SRI_ARR(reg_name, block, id)\ argument 122 #define SRI_ARR_US(reg_name, block, id)\ argument 125 #define SR_ARR_I2C(reg_name, id) \ argument 128 #define SRI_ARR_I2C(reg_name, block, id)\ argument 132 #define SRI_ARR_ALPHABET(reg_name, block, index, id)\ argument 136 #define SRI2(reg_name, block, id)\ argument 139 #define SRI2_ARR(reg_name, block, id)\ argument [all …]
|
/linux-6.12.1/drivers/reset/ |
D | reset-uniphier.c | 15 unsigned int id; member 157 #define UNIPHIER_MIO_RESET_SD(id, ch) \ argument 160 #define UNIPHIER_MIO_RESET_SD_BRIDGE(id, ch) \ argument 163 #define UNIPHIER_MIO_RESET_EMMC_HW_RESET(id, ch) \ argument 166 #define UNIPHIER_MIO_RESET_USB2(id, ch) \ argument 169 #define UNIPHIER_MIO_RESET_USB2_BRIDGE(id, ch) \ argument 172 #define UNIPHIER_MIO_RESET_DMAC(id) \ argument 201 #define UNIPHIER_PERI_RESET_UART(id, ch) \ argument 204 #define UNIPHIER_PERI_RESET_I2C(id, ch) \ argument 207 #define UNIPHIER_PERI_RESET_FI2C(id, ch) \ argument [all …]
|
/linux-6.12.1/drivers/net/ethernet/microchip/sparx5/ |
D | sparx5_psfp.c | 23 static int sparx5_psfp_sf_get(u32 *id) in sparx5_psfp_sf_get() 28 static int sparx5_psfp_sf_put(u32 id) in sparx5_psfp_sf_put() 33 static int sparx5_psfp_sg_get(u32 idx, u32 *id) in sparx5_psfp_sg_get() 39 static int sparx5_psfp_sg_put(u32 id) in sparx5_psfp_sg_put() 44 static int sparx5_psfp_fm_get(u32 idx, u32 *id) in sparx5_psfp_fm_get() 50 static int sparx5_psfp_fm_put(u32 id) in sparx5_psfp_fm_put() 103 static void sparx5_psfp_sg_config_change(struct sparx5 *sparx5, u32 id) in sparx5_psfp_sg_config_change() 117 static void sparx5_psfp_sf_set(struct sparx5 *sparx5, u32 id, in sparx5_psfp_sf_set() 131 static int sparx5_psfp_sg_set(struct sparx5 *sparx5, u32 id, in sparx5_psfp_sg_set() 204 u32 *id) in sparx5_psfp_sf_add() [all …]
|
/linux-6.12.1/include/linux/ |
D | ata.h | 563 #define ata_id_is_ata(id) (((id)[ATA_ID_CONFIG] & (1 << 15)) == 0) argument 564 #define ata_id_has_lba(id) ((id)[ATA_ID_CAPABILITY] & (1 << 9)) argument 565 #define ata_id_has_dma(id) ((id)[ATA_ID_CAPABILITY] & (1 << 8)) argument 566 #define ata_id_has_ncq(id) ((id)[ATA_ID_SATA_CAPABILITY] & (1 << 8)) argument 567 #define ata_id_queue_depth(id) (((id)[ATA_ID_QUEUE_DEPTH] & 0x1f) + 1) argument 568 #define ata_id_removable(id) ((id)[ATA_ID_CONFIG] & (1 << 7)) argument 569 #define ata_id_has_atapi_AN(id) \ argument 573 #define ata_id_has_fpdma_aa(id) \ argument 577 #define ata_id_has_devslp(id) \ argument 581 #define ata_id_has_ncq_autosense(id) \ argument [all …]
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn321/ |
D | dcn321_resource.c | 120 #define SR_ARR(reg_name, id)\ argument 123 #define SR_ARR_INIT(reg_name, id, value)\ argument 126 #define SRI(reg_name, block, id)\ argument 130 #define SRI_ARR(reg_name, block, id)\ argument 134 #define SR_ARR_I2C(reg_name, id) \ argument 137 #define SRI_ARR_I2C(reg_name, block, id)\ argument 141 #define SRI_ARR_ALPHABET(reg_name, block, index, id)\ argument 145 #define SRI2(reg_name, block, id)\ argument 148 #define SRI2_ARR(reg_name, block, id)\ argument 152 #define SRIR(var_name, reg_name, block, id)\ argument [all …]
|
/linux-6.12.1/drivers/gpu/host1x/hw/ |
D | hw_host1x05_sync.h | 44 static inline u32 host1x_sync_syncpt_r(unsigned int id) in host1x_sync_syncpt_r() 48 #define HOST1X_SYNC_SYNCPT(id) \ argument 50 static inline u32 host1x_sync_syncpt_thresh_cpu0_int_status_r(unsigned int id) in host1x_sync_syncpt_thresh_cpu0_int_status_r() 54 #define HOST1X_SYNC_SYNCPT_THRESH_CPU0_INT_STATUS(id) \ argument 56 static inline u32 host1x_sync_syncpt_thresh_int_disable_r(unsigned int id) in host1x_sync_syncpt_thresh_int_disable_r() 60 #define HOST1X_SYNC_SYNCPT_THRESH_INT_DISABLE(id) \ argument 62 static inline u32 host1x_sync_syncpt_thresh_int_enable_cpu0_r(unsigned int id) in host1x_sync_syncpt_thresh_int_enable_cpu0_r() 66 #define HOST1X_SYNC_SYNCPT_THRESH_INT_ENABLE_CPU0(id) \ argument 116 static inline u32 host1x_sync_mlock_owner_r(unsigned int id) in host1x_sync_mlock_owner_r() 120 #define HOST1X_SYNC_MLOCK_OWNER(id) \ argument [all …]
|
D | hw_host1x01_sync.h | 44 static inline u32 host1x_sync_syncpt_r(unsigned int id) in host1x_sync_syncpt_r() 48 #define HOST1X_SYNC_SYNCPT(id) \ argument 50 static inline u32 host1x_sync_syncpt_thresh_cpu0_int_status_r(unsigned int id) in host1x_sync_syncpt_thresh_cpu0_int_status_r() 54 #define HOST1X_SYNC_SYNCPT_THRESH_CPU0_INT_STATUS(id) \ argument 56 static inline u32 host1x_sync_syncpt_thresh_int_disable_r(unsigned int id) in host1x_sync_syncpt_thresh_int_disable_r() 60 #define HOST1X_SYNC_SYNCPT_THRESH_INT_DISABLE(id) \ argument 62 static inline u32 host1x_sync_syncpt_thresh_int_enable_cpu0_r(unsigned int id) in host1x_sync_syncpt_thresh_int_enable_cpu0_r() 66 #define HOST1X_SYNC_SYNCPT_THRESH_INT_ENABLE_CPU0(id) \ argument 116 static inline u32 host1x_sync_mlock_owner_r(unsigned int id) in host1x_sync_mlock_owner_r() 120 #define HOST1X_SYNC_MLOCK_OWNER(id) \ argument [all …]
|
D | hw_host1x02_sync.h | 44 static inline u32 host1x_sync_syncpt_r(unsigned int id) in host1x_sync_syncpt_r() 48 #define HOST1X_SYNC_SYNCPT(id) \ argument 50 static inline u32 host1x_sync_syncpt_thresh_cpu0_int_status_r(unsigned int id) in host1x_sync_syncpt_thresh_cpu0_int_status_r() 54 #define HOST1X_SYNC_SYNCPT_THRESH_CPU0_INT_STATUS(id) \ argument 56 static inline u32 host1x_sync_syncpt_thresh_int_disable_r(unsigned int id) in host1x_sync_syncpt_thresh_int_disable_r() 60 #define HOST1X_SYNC_SYNCPT_THRESH_INT_DISABLE(id) \ argument 62 static inline u32 host1x_sync_syncpt_thresh_int_enable_cpu0_r(unsigned int id) in host1x_sync_syncpt_thresh_int_enable_cpu0_r() 66 #define HOST1X_SYNC_SYNCPT_THRESH_INT_ENABLE_CPU0(id) \ argument 116 static inline u32 host1x_sync_mlock_owner_r(unsigned int id) in host1x_sync_mlock_owner_r() 120 #define HOST1X_SYNC_MLOCK_OWNER(id) \ argument [all …]
|
D | hw_host1x04_sync.h | 44 static inline u32 host1x_sync_syncpt_r(unsigned int id) in host1x_sync_syncpt_r() 48 #define HOST1X_SYNC_SYNCPT(id) \ argument 50 static inline u32 host1x_sync_syncpt_thresh_cpu0_int_status_r(unsigned int id) in host1x_sync_syncpt_thresh_cpu0_int_status_r() 54 #define HOST1X_SYNC_SYNCPT_THRESH_CPU0_INT_STATUS(id) \ argument 56 static inline u32 host1x_sync_syncpt_thresh_int_disable_r(unsigned int id) in host1x_sync_syncpt_thresh_int_disable_r() 60 #define HOST1X_SYNC_SYNCPT_THRESH_INT_DISABLE(id) \ argument 62 static inline u32 host1x_sync_syncpt_thresh_int_enable_cpu0_r(unsigned int id) in host1x_sync_syncpt_thresh_int_enable_cpu0_r() 66 #define HOST1X_SYNC_SYNCPT_THRESH_INT_ENABLE_CPU0(id) \ argument 116 static inline u32 host1x_sync_mlock_owner_r(unsigned int id) in host1x_sync_mlock_owner_r() 120 #define HOST1X_SYNC_MLOCK_OWNER(id) \ argument [all …]
|
/linux-6.12.1/fs/smb/server/mgmt/ |
D | user_session.c | 26 int id; member 128 void ksmbd_session_rpc_close(struct ksmbd_session *sess, int id) in ksmbd_session_rpc_close() 137 int ksmbd_session_rpc_method(struct ksmbd_session *sess, int id) in ksmbd_session_rpc_method() 163 struct ksmbd_session *__session_lookup(unsigned long long id) in __session_lookup() 178 unsigned long id; in ksmbd_expire_session() local 222 unsigned long id; in ksmbd_sessions_deregister() local 260 unsigned long long id) in ksmbd_session_lookup() 272 struct ksmbd_session *ksmbd_session_lookup_slowpath(unsigned long long id) in ksmbd_session_lookup_slowpath() 284 unsigned long long id) in ksmbd_session_lookup_all() 330 struct ksmbd_user *user, u64 id) in destroy_previous_session() [all …]
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn351/ |
D | dcn351_resource.c | 115 #define SR_ARR(reg_name, id) \ argument 118 #define SR_ARR_INIT(reg_name, id, value) \ argument 121 #define SRI(reg_name, block, id)\ argument 125 #define SRI_ARR(reg_name, block, id)\ argument 129 #define SR_ARR_I2C(reg_name, id) \ argument 132 #define SRI_ARR_I2C(reg_name, block, id)\ argument 136 #define SRI_ARR_ALPHABET(reg_name, block, index, id)\ argument 140 #define SRI2(reg_name, block, id)\ argument 144 #define SRI2_ARR(reg_name, block, id)\ argument 148 #define SRIR(var_name, reg_name, block, id)\ argument [all …]
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn35/ |
D | dcn35_resource.c | 135 #define SR_ARR(reg_name, id) \ argument 138 #define SR_ARR_INIT(reg_name, id, value) \ argument 141 #define SRI(reg_name, block, id)\ argument 145 #define SRI_ARR(reg_name, block, id)\ argument 149 #define SR_ARR_I2C(reg_name, id) \ argument 152 #define SRI_ARR_I2C(reg_name, block, id)\ argument 156 #define SRI_ARR_ALPHABET(reg_name, block, index, id)\ argument 160 #define SRI2(reg_name, block, id)\ argument 164 #define SRI2_ARR(reg_name, block, id)\ argument 168 #define SRIR(var_name, reg_name, block, id)\ argument [all …]
|
D | dcn35_resource.h | 49 #define OPP_REG_LIST_DCN20_RI(id) \ argument 55 #define OPP_REG_LIST_DCN35_RI(id) \ argument 59 #define VPG_DCN31_REG_LIST_RI(id) \ argument 67 #define AFMT_DCN31_REG_LIST_RI(id) \ argument 79 #define SE_DCN35_REG_LIST_RI(id) \ argument 145 #define LE_DCN35_REG_LIST_RI(id)\ argument 310 #define DPP_REG_LIST_DCN35_RI(id)\ argument
|
/linux-6.12.1/drivers/gpu/drm/msm/dsi/ |
D | dsi_manager.c | 35 #define IS_MASTER_DSI_LINK(id) (msm_dsim_glb.master_dsi_link_id == id) argument 37 static inline struct msm_dsi *dsi_mgr_get_dsi(int id) in dsi_mgr_get_dsi() 42 static inline struct msm_dsi *dsi_mgr_get_other_dsi(int id) in dsi_mgr_get_other_dsi() 47 static int dsi_mgr_parse_of(struct device_node *np, int id) in dsi_mgr_parse_of() 68 static int dsi_mgr_setup_components(int id) in dsi_mgr_setup_components() 126 dsi_mgr_phy_enable(int id, in dsi_mgr_phy_enable() 167 static void dsi_mgr_phy_disable(int id) in dsi_mgr_phy_disable() 190 int id; member 203 int id = dsi_mgr_bridge_get_id(bridge); in dsi_mgr_bridge_power_on() local 253 int id = dsi_mgr_bridge_get_id(bridge); in dsi_mgr_bridge_power_off() local [all …]
|