/Linux-v6.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-v6.1/drivers/gpu/drm/amd/display/dc/dcn32/ |
D | dcn32_resource.h | 166 #define ABM_DCN32_REG_LIST_RI(id) \ argument 183 #define AUD_COMMON_REG_LIST_RI(id) \ argument 197 #define VPG_DCN3_REG_LIST_RI(id) \ argument 207 #define AFMT_DCN3_REG_LIST_RI(id) \ argument 219 #define APG_DCN31_REG_LIST_RI(id) \ argument 226 #define SE_DCN32_REG_LIST_RI(id) \ argument 276 #define AUX_REG_LIST_RI(id) \ argument 282 #define DCN2_AUX_REG_LIST_RI(id) \ argument 288 #define HPD_REG_LIST_RI(id) SRI_ARR(DC_HPD_CONTROL, HPD, id) argument 291 #define LE_DCN3_REG_LIST_RI(id) \ argument [all …]
|
D | dcn32_resource.c | 118 #define SR_ARR(reg_name, id) \ argument 121 #define SR_ARR_INIT(reg_name, id, value) \ argument 124 #define SRI(reg_name, block, id)\ argument 128 #define SRI_ARR(reg_name, block, id)\ argument 132 #define SR_ARR_I2C(reg_name, id) \ argument 135 #define SRI_ARR_I2C(reg_name, block, id)\ argument 139 #define SRI_ARR_ALPHABET(reg_name, block, index, id)\ argument 143 #define SRI2(reg_name, block, id)\ argument 146 #define SRI2_ARR(reg_name, block, id)\ argument 150 #define SRIR(var_name, reg_name, block, id)\ argument [all …]
|
/Linux-v6.1/tools/power/x86/intel-speed-select/ |
D | isst-core.c | 9 int isst_write_pm_config(struct isst_id *id, int cp_state) in isst_write_pm_config() 29 int isst_read_pm_config(struct isst_id *id, int *cp_state, int *cp_cap) in isst_read_pm_config() 47 int isst_get_ctdp_levels(struct isst_id *id, struct isst_pkg_ctdp *pkg_dev) in isst_get_ctdp_levels() 74 int isst_get_ctdp_control(struct isst_id *id, int config_index, in isst_get_ctdp_control() 109 int isst_get_tdp_info(struct isst_id *id, int config_index, in isst_get_tdp_info() 132 int isst_get_pwr_info(struct isst_id *id, int config_index, in isst_get_pwr_info() 154 void isst_get_uncore_p0_p1_info(struct isst_id *id, int config_index, in isst_get_uncore_p0_p1_info() 176 void isst_get_p1_info(struct isst_id *id, int config_index, in isst_get_p1_info() 199 void isst_get_uncore_mem_freq(struct isst_id *id, int config_index, in isst_get_uncore_mem_freq() 232 int isst_get_tjmax_info(struct isst_id *id, int config_index, in isst_get_tjmax_info() [all …]
|
/Linux-v6.1/tools/perf/util/ |
D | perf_regs.c | 37 static const char *__perf_reg_name_arm64(int id) in __perf_reg_name_arm64() 115 static const char *__perf_reg_name_arm(int id) in __perf_reg_name_arm() 157 static const char *__perf_reg_name_csky(int id) in __perf_reg_name_csky() 239 static const char *__perf_reg_name_mips(int id) in __perf_reg_name_mips() 308 static const char *__perf_reg_name_powerpc(int id) in __perf_reg_name_powerpc() 435 static const char *__perf_reg_name_riscv(int id) in __perf_reg_name_riscv() 509 static const char *__perf_reg_name_s390(int id) in __perf_reg_name_s390() 587 static const char *__perf_reg_name_x86(int id) in __perf_reg_name_x86() 667 const char *perf_reg_name(int id, const char *arch) in perf_reg_name() 691 int perf_reg_value(u64 *valp, struct regs_dump *regs, int id) in perf_reg_value()
|
/Linux-v6.1/sound/soc/tegra/ |
D | tegra186_asrc.c | 25 #define ASRC_STREAM_SOURCE_SELECT(id) \ argument 28 #define ASRC_STREAM_REG(reg, id) ((reg) + ((id) * TEGRA186_ASRC_STREAM_STRIDE)) argument 30 #define ASRC_STREAM_REG_DEFAULTS(id) \ argument 72 unsigned int id) in tegra186_asrc_lock_stream() 93 int id; in tegra186_asrc_runtime_resume() local 169 int ret, id = dai->id; in tegra186_asrc_in_hw_params() local 192 int ret, id = dai->id - 7; in tegra186_asrc_out_hw_params() local 248 unsigned int id = asrc_private->reg / TEGRA186_ASRC_STREAM_STRIDE; in tegra186_asrc_get_ratio_source() local 262 unsigned int id = asrc_private->reg / TEGRA186_ASRC_STREAM_STRIDE; in tegra186_asrc_put_ratio_source() local 282 unsigned int id = asrc_private->reg / TEGRA186_ASRC_STREAM_STRIDE; in tegra186_asrc_get_ratio_int() local [all …]
|
D | tegra210_mixer.c | 24 #define MIXER_REG(reg, id) ((reg) + ((id) * TEGRA210_MIXER_REG_STRIDE)) argument 27 #define MIXER_GAIN_CFG_RAM_ADDR(id) \ argument 31 #define MIXER_RX_REG_DEFAULTS(id) \ argument 36 #define MIXER_TX_REG_DEFAULTS(id) \ argument 128 unsigned int id, bool instant_gain) in tegra210_mixer_configure_gain() 203 unsigned int reg = mc->reg, id; in tegra210_mixer_apply_gain() local 239 unsigned int id) in tegra210_mixer_set_audio_cif() 306 #define IN_DAI(id) \ argument 330 #define OUT_DAI(id) \ argument 395 #define GAIN_CTRL(id) \ argument [all …]
|
/Linux-v6.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-v6.1/drivers/reset/ |
D | reset-uniphier.c | 16 unsigned int id; member 158 #define UNIPHIER_MIO_RESET_SD(id, ch) \ argument 161 #define UNIPHIER_MIO_RESET_SD_BRIDGE(id, ch) \ argument 164 #define UNIPHIER_MIO_RESET_EMMC_HW_RESET(id, ch) \ argument 167 #define UNIPHIER_MIO_RESET_USB2(id, ch) \ argument 170 #define UNIPHIER_MIO_RESET_USB2_BRIDGE(id, ch) \ argument 173 #define UNIPHIER_MIO_RESET_DMAC(id) \ argument 202 #define UNIPHIER_PERI_RESET_UART(id, ch) \ argument 205 #define UNIPHIER_PERI_RESET_I2C(id, ch) \ argument 208 #define UNIPHIER_PERI_RESET_FI2C(id, ch) \ argument [all …]
|
/Linux-v6.1/drivers/gpu/host1x/hw/ |
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 …]
|
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 …]
|
/Linux-v6.1/include/linux/ |
D | ata.h | 555 #define ata_id_is_ata(id) (((id)[ATA_ID_CONFIG] & (1 << 15)) == 0) argument 556 #define ata_id_has_lba(id) ((id)[ATA_ID_CAPABILITY] & (1 << 9)) argument 557 #define ata_id_has_dma(id) ((id)[ATA_ID_CAPABILITY] & (1 << 8)) argument 558 #define ata_id_has_ncq(id) ((id)[ATA_ID_SATA_CAPABILITY] & (1 << 8)) argument 559 #define ata_id_queue_depth(id) (((id)[ATA_ID_QUEUE_DEPTH] & 0x1f) + 1) argument 560 #define ata_id_removable(id) ((id)[ATA_ID_CONFIG] & (1 << 7)) argument 561 #define ata_id_has_atapi_AN(id) \ argument 565 #define ata_id_has_fpdma_aa(id) \ argument 569 #define ata_id_has_devslp(id) \ argument 573 #define ata_id_has_ncq_autosense(id) \ argument [all …]
|
D | reset.h | 24 const char *id; member 119 const char *id, int index, bool shared, in __of_reset_control_get() 126 struct device *dev, const char *id, in __reset_control_get() 176 struct device *dev, const char *id, in __devm_reset_control_get() 237 __must_check reset_control_get_exclusive(struct device *dev, const char *id) in reset_control_get_exclusive() 275 const char *id) in reset_control_get_exclusive_released() 345 struct device *dev, const char *id) in reset_control_get_shared() 379 struct device *dev, const char *id) in reset_control_get_optional_exclusive() 416 struct device *dev, const char *id) in reset_control_get_optional_shared() 452 struct device_node *node, const char *id) in of_reset_control_get_exclusive() [all …]
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn321/ |
D | dcn321_resource.c | 121 #define SR_ARR(reg_name, id)\ argument 124 #define SR_ARR_INIT(reg_name, id, value)\ argument 127 #define SRI(reg_name, block, id)\ argument 131 #define SRI_ARR(reg_name, block, id)\ argument 135 #define SR_ARR_I2C(reg_name, id) \ argument 138 #define SRI_ARR_I2C(reg_name, block, id)\ argument 142 #define SRI_ARR_ALPHABET(reg_name, block, index, id)\ argument 146 #define SRI2(reg_name, block, id)\ argument 149 #define SRI2_ARR(reg_name, block, id)\ argument 153 #define SRIR(var_name, reg_name, block, id)\ argument [all …]
|
/Linux-v6.1/fs/ksmbd/mgmt/ |
D | user_session.c | 26 int id; member 125 void ksmbd_session_rpc_close(struct ksmbd_session *sess, int id) in ksmbd_session_rpc_close() 138 int ksmbd_session_rpc_method(struct ksmbd_session *sess, int id) in ksmbd_session_rpc_method() 170 static struct ksmbd_session *__session_lookup(unsigned long long id) in __session_lookup() 224 unsigned long id; in ksmbd_sessions_deregister() local 242 unsigned long long id) in ksmbd_session_lookup() 247 struct ksmbd_session *ksmbd_session_lookup_slowpath(unsigned long long id) in ksmbd_session_lookup_slowpath() 259 unsigned long long id) in ksmbd_session_lookup_all() 289 unsigned long long id) in ksmbd_preauth_session_id_match() 295 unsigned long long id) in ksmbd_preauth_session_lookup() [all …]
|
/Linux-v6.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 63 static inline struct msm_dsi *dsi_mgr_get_dsi(int id) in dsi_mgr_get_dsi() 68 static inline struct msm_dsi *dsi_mgr_get_other_dsi(int id) in dsi_mgr_get_other_dsi() 73 static int dsi_mgr_parse_of(struct device_node *np, int id) in dsi_mgr_parse_of() 94 static int dsi_mgr_setup_components(int id) in dsi_mgr_setup_components() 152 dsi_mgr_phy_enable(int id, in dsi_mgr_phy_enable() 193 static void dsi_mgr_phy_disable(int id) in dsi_mgr_phy_disable() 216 int id; member 227 static void msm_dsi_manager_set_split_display(u8 id) in msm_dsi_manager_set_split_display() 259 int id = dsi_mgr_bridge_get_id(bridge); in dsi_mgr_bridge_power_on() local [all …]
|
/Linux-v6.1/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_tlv.h | 62 unsigned int id; member 67 #define FM10K_TLV_ATTR_NULL_STRING(id, len) { id, FM10K_TLV_NULL_STRING, len } argument 68 #define FM10K_TLV_ATTR_MAC_ADDR(id) { id, FM10K_TLV_MAC_ADDR, 6 } argument 69 #define FM10K_TLV_ATTR_BOOL(id) { id, FM10K_TLV_BOOL, 0 } argument 70 #define FM10K_TLV_ATTR_U8(id) { id, FM10K_TLV_UNSIGNED, 1 } argument 71 #define FM10K_TLV_ATTR_U16(id) { id, FM10K_TLV_UNSIGNED, 2 } argument 72 #define FM10K_TLV_ATTR_U32(id) { id, FM10K_TLV_UNSIGNED, 4 } argument 73 #define FM10K_TLV_ATTR_U64(id) { id, FM10K_TLV_UNSIGNED, 8 } argument 74 #define FM10K_TLV_ATTR_S8(id) { id, FM10K_TLV_SIGNED, 1 } argument 75 #define FM10K_TLV_ATTR_S16(id) { id, FM10K_TLV_SIGNED, 2 } argument [all …]
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn301/ |
D | dcn301_resource.c | 120 #define SRI(reg_name, block, id)\ argument 124 #define SRI2(reg_name, block, id)\ argument 128 #define SRIR(var_name, reg_name, block, id)\ argument 132 #define SRII(reg_name, block, id)\ argument 136 #define SRII2(reg_name_pre, reg_name_post, id)\ argument 141 #define SRII_MPC_RMU(reg_name, block, id)\ argument 145 #define SRII_DWB(reg_name, temp_name, block, id)\ argument 149 #define DCCG_SRII(reg_name, block, id)\ argument 153 #define VUPDATE_SRII(reg_name, block, id)\ argument 215 #define abm_regs(id)\ argument [all …]
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn316/ |
D | dcn316_resource.c | 155 #define SRI(reg_name, block, id)\ argument 159 #define SRI2(reg_name, block, id)\ argument 163 #define SRIR(var_name, reg_name, block, id)\ argument 167 #define SRII(reg_name, block, id)\ argument 171 #define SRII_MPC_RMU(reg_name, block, id)\ argument 175 #define SRII_DWB(reg_name, temp_name, block, id)\ argument 179 #define DCCG_SRII(reg_name, block, id)\ argument 183 #define VUPDATE_SRII(reg_name, block, id)\ argument 224 #define abm_regs(id)\ argument 244 #define audio_regs(id)\ argument [all …]
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/gpio/ |
D | gpio_service.c | 131 enum gpio_id id; in dal_gpio_service_create_irq() local 147 enum gpio_id id; in dal_gpio_service_create_generic_mux() local 178 enum gpio_id id, in dal_gpio_get_generic_pin_info() 239 enum gpio_id id, in is_pin_busy() 247 enum gpio_id id, in set_pin_busy() 255 enum gpio_id id, in set_pin_free() 263 enum gpio_id id, in dal_gpio_service_lock() 277 enum gpio_id id, in dal_gpio_service_unlock() 293 enum gpio_id id = gpio->id; in dal_gpio_service_open() local 377 enum gpio_id id = dal_gpio_get_id(irq); in dal_irq_get_source() local [all …]
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn302/ |
D | dcn302_resource.c | 191 #define SRI(reg_name, block, id)\ argument 194 #define SRI2(reg_name, block, id)\ argument 197 #define SRII(reg_name, block, id)\ argument 201 #define DCCG_SRII(reg_name, block, id)\ argument 205 #define VUPDATE_SRII(reg_name, block, id)\ argument 209 #define SRII_DWB(reg_name, temp_name, block, id)\ argument 213 #define SRII_MPC_RMU(reg_name, block, id)\ argument 229 #define vmid_regs(id)\ argument 283 #define vpg_regs(id)\ argument 315 #define afmt_regs(id)\ argument [all …]
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn303/ |
D | dcn303_resource.c | 170 #define SRI(reg_name, block, id)\ argument 173 #define SRI2(reg_name, block, id)\ argument 176 #define SRII(reg_name, block, id)\ argument 180 #define DCCG_SRII(reg_name, block, id)\ argument 184 #define VUPDATE_SRII(reg_name, block, id)\ argument 188 #define SRII_DWB(reg_name, temp_name, block, id)\ argument 192 #define SRII_MPC_RMU(reg_name, block, id)\ argument 208 #define vmid_regs(id)\ argument 262 #define vpg_regs(id)\ argument 291 #define afmt_regs(id)\ argument [all …]
|
/Linux-v6.1/security/integrity/ |
D | digsig.c | 42 static struct key *integrity_keyring_from_id(const unsigned int id) in integrity_keyring_from_id() 61 int integrity_digsig_verify(const unsigned int id, const char *sig, int siglen, in integrity_digsig_verify() 87 int integrity_modsig_verify(const unsigned int id, const struct modsig *modsig) in integrity_modsig_verify() 98 static int __init __integrity_init_keyring(const unsigned int id, in __integrity_init_keyring() 125 int __init integrity_init_keyring(const unsigned int id) in integrity_init_keyring() 160 static int __init integrity_add_key(const unsigned int id, const void *data, in integrity_add_key() 185 int __init integrity_load_x509(const unsigned int id, const char *path) in integrity_load_x509() 209 int __init integrity_load_cert(const unsigned int id, const char *source, in integrity_load_cert()
|