Home
last modified time | relevance | path

Searched defs:id (Results 1 – 25 of 3051) sorted by relevance

12345678910>>...123

/linux/include/linux/soc/pxa/
A Dcpu.h59 #define __cpu_is_pxa210(id) \ argument
65 #define __cpu_is_pxa250(id) \ argument
71 #define __cpu_is_pxa255(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
96 #define __cpu_is_pxa27x(id) (0) argument
106 #define __cpu_is_pxa300(id) (0) argument
116 #define __cpu_is_pxa310(id) (0) argument
[all …]
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
A Ddcn32_resource.h210 #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/tools/power/x86/intel-speed-select/
A Disst-core.c64 int isst_is_punit_valid(struct isst_id *id) in isst_is_punit_valid()
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()
186 int isst_set_tdp_level(struct isst_id *id, int tdp_level) in isst_set_tdp_level()
261 int isst_get_trl(struct isst_id *id, unsigned long long *trl) in isst_get_trl()
272 int isst_set_trl(struct isst_id *id, unsigned long long trl) in isst_set_trl()
330 int isst_get_config_tdp_lock_status(struct isst_id *id) in isst_get_config_tdp_lock_status()
[all …]
A Disst-core-tpmi.c115 static int tpmi_is_punit_valid(struct isst_id *id) in tpmi_is_punit_valid()
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()
376 static int tpmi_set_tdp_level(struct isst_id *id, int tdp_level) in tpmi_set_tdp_level()
417 static int tpmi_get_pbf_info(struct isst_id *id, int level, in tpmi_get_pbf_info()
646 static int tpmi_pm_qos_config(struct isst_id *id, int enable_clos, in tpmi_pm_qos_config()
678 int tpmi_pm_get_clos(struct isst_id *id, int clos, in tpmi_pm_get_clos()
705 int tpmi_set_clos(struct isst_id *id, int clos, in tpmi_set_clos()
[all …]
A Disst-core-mbox.c64 static int mbox_is_punit_valid(struct isst_id *id) in mbox_is_punit_valid()
264 static int mbox_get_ctdp_control(struct isst_id *id, int config_index, in mbox_get_ctdp_control()
345 static int _set_uncore_min_max(struct isst_id *id, int max, int freq) in _set_uncore_min_max()
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()
480 static int mbox_get_pwr_info(struct isst_id *id, int config_index, in mbox_get_pwr_info()
606 static int mbox_set_tdp_level(struct isst_id *id, int tdp_level) in mbox_set_tdp_level()
746 static int _get_fact_bucket_info(struct isst_id *id, int level, in _get_fact_bucket_info()
863 static int _write_pm_config(struct isst_id *id, int cp_state) in _write_pm_config()
[all …]
/linux/fs/bcachefs/
A Dsnapshot.h48 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()
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()
129 static inline u32 bch2_snapshot_equiv(struct bch_fs *c, u32 id) in bch2_snapshot_equiv()
148 static inline int bch2_snapshot_is_leaf(struct bch_fs *c, u32 id) in bch2_snapshot_is_leaf()
186 static inline bool snapshot_list_has_id(snapshot_id_list *s, u32 id) in snapshot_list_has_id()
[all …]
/linux/drivers/net/ethernet/meta/fbnic/
A Dfbnic_tlv.h78 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
89 #define FBNIC_TLV_ATTR_S32(id) { id, sizeof(s32), FBNIC_TLV_SIGNED } 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
98 u16 id; member
122 #define get_unsigned_result(id, location) \ argument
129 #define get_signed_result(id, location) \ argument
136 #define get_string_result(id, size, str, max_size) \ argument
[all …]
/linux/sound/soc/tegra/
A Dtegra186_asrc.c24 #define ASRC_STREAM_SOURCE_SELECT(id) \ 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
473 unsigned int id = in tegra186_asrc_widget_event() local
491 #define IN_DAI(id) \ argument
517 #define OUT_DAI(id) \ argument
618 #define ASRC_ROUTE(id) \ argument
[all …]
/linux/drivers/gpu/drm/i915/display/
A Dintel_dsb_regs.h13 #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
73 #define DSB_PMCTRL(pipe, id) _MMIO(DSBSL_INSTANCE(pipe, id) + 0x38) argument
[all …]
/linux/drivers/media/platform/samsung/s3c-camif/
A Dcamif-regs.h65 #define CIGCTRL_IRQ_CLR(id) BIT(19 - (id)) argument
169 #define CIIMGCPT_IMGCPTEN_SC(id) BIT(30 - (id)) argument
171 #define CIIMGCPT_CPT_FREN_ENABLE(id) BIT(25 - (id)) argument
180 #define CIIMGEFF_IE_ENABLE(id) BIT(30 + (id)) argument
196 #define S3C_CAMIF_REG_MSY0SA(id) (0xd4 + ((id) * 0x2c)) argument
197 #define S3C_CAMIF_REG_MSCB0SA(id) (0xd8 + ((id) * 0x2c)) argument
211 #define S3C_CAMIF_REG_MSWIDTH(id) (0xf8 + (id) * 0x2c) argument
218 #define S3C_CAMIF_REG_MSCTRL(id) (0xfc + (id) * 0x2c) argument
232 #define S3C_CAMIF_REG_CISSY(id) (0x12c + (id) * 0x0c) argument
233 #define S3C_CAMIF_REG_CISSCB(id) (0x130 + (id) * 0x0c) argument
[all …]
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn401/
A Ddcn401_resource.h34 #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
A Ddcn401_resource.c105 #define SR_ARR(reg_name, id)\ argument
210 #define abm_regs_init(id)\ argument
241 #define vpg_regs_init(id)\ argument
254 #define afmt_regs_init(id)\ argument
267 #define apg_regs_init(id)\ argument
293 #define aux_regs_init(id)\ argument
298 #define hpd_regs_init(id)\ argument
350 #define dpp_regs_init(id)\ argument
363 #define opp_regs_init(id)\ argument
419 #define dsc_regs_init(id)\ argument
[all …]
/linux/drivers/reset/
A Dreset-uniphier.c15 unsigned int id; member
157 #define UNIPHIER_MIO_RESET_SD(id, ch) \ argument
166 #define UNIPHIER_MIO_RESET_USB2(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
213 #define UNIPHIER_PERI_RESET_MCSSI(id) \ argument
268 unsigned long id, int assert) in uniphier_reset_update()
297 unsigned long id) in uniphier_reset_assert()
303 unsigned long id) in uniphier_reset_deassert()
[all …]
/linux/drivers/net/ethernet/microchip/sparx5/
A Dsparx5_psfp.c23 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()
204 u32 *id) in sparx5_psfp_sf_add()
217 int sparx5_psfp_sf_del(struct sparx5 *sparx5, u32 id) in sparx5_psfp_sf_del()
227 struct sparx5_psfp_sg *sg, u32 *id) in sparx5_psfp_sg_add()
251 int sparx5_psfp_sg_del(struct sparx5 *sparx5, u32 id) in sparx5_psfp_sg_del()
[all …]
/linux/include/linux/
A Data.h569 #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
585 #define ata_id_has_dipm(id) \ argument
591 #define ata_id_u32(id,n) \ argument
593 #define ata_id_u64(id,n) \ argument
612 static inline bool ata_id_has_fua(const u16 *id) in ata_id_has_fua()
709 static inline bool ata_id_has_pm(const u16 *id) in ata_id_has_pm()
954 static inline bool ata_id_is_cfa(const u16 *id) in ata_id_is_cfa()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn321/
A Ddcn321_resource.c120 #define SR_ARR(reg_name, id)\ argument
221 #define abm_regs_init(id)\ argument
252 #define vpg_regs_init(id)\ argument
265 #define afmt_regs_init(id)\ argument
278 #define apg_regs_init(id)\ argument
305 #define aux_regs_init(id)\ argument
310 #define hpd_regs_init(id)\ argument
365 #define dpp_regs_init(id)\ argument
379 #define opp_regs_init(id)\ argument
469 #define optc_regs_init(id)\ argument
[all …]
/linux/drivers/gpu/host1x/hw/
A Dhw_host1x01_sync.h44 static inline u32 host1x_sync_syncpt_r(unsigned int id) in host1x_sync_syncpt_r()
48 #define HOST1X_SYNC_SYNCPT(id) \ argument
54 #define HOST1X_SYNC_SYNCPT_THRESH_CPU0_INT_STATUS(id) \ argument
60 #define HOST1X_SYNC_SYNCPT_THRESH_INT_DISABLE(id) \ argument
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
144 #define HOST1X_SYNC_SYNCPT_INT_THRESH(id) \ argument
146 static inline u32 host1x_sync_syncpt_base_r(unsigned int id) in host1x_sync_syncpt_base_r()
150 #define HOST1X_SYNC_SYNCPT_BASE(id) \ argument
[all …]
A Dhw_host1x02_sync.h44 static inline u32 host1x_sync_syncpt_r(unsigned int id) in host1x_sync_syncpt_r()
48 #define HOST1X_SYNC_SYNCPT(id) \ argument
54 #define HOST1X_SYNC_SYNCPT_THRESH_CPU0_INT_STATUS(id) \ argument
60 #define HOST1X_SYNC_SYNCPT_THRESH_INT_DISABLE(id) \ argument
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
144 #define HOST1X_SYNC_SYNCPT_INT_THRESH(id) \ argument
146 static inline u32 host1x_sync_syncpt_base_r(unsigned int id) in host1x_sync_syncpt_base_r()
150 #define HOST1X_SYNC_SYNCPT_BASE(id) \ argument
[all …]
A Dhw_host1x04_sync.h44 static inline u32 host1x_sync_syncpt_r(unsigned int id) in host1x_sync_syncpt_r()
48 #define HOST1X_SYNC_SYNCPT(id) \ argument
54 #define HOST1X_SYNC_SYNCPT_THRESH_CPU0_INT_STATUS(id) \ argument
60 #define HOST1X_SYNC_SYNCPT_THRESH_INT_DISABLE(id) \ argument
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
144 #define HOST1X_SYNC_SYNCPT_INT_THRESH(id) \ argument
146 static inline u32 host1x_sync_syncpt_base_r(unsigned int id) in host1x_sync_syncpt_base_r()
150 #define HOST1X_SYNC_SYNCPT_BASE(id) \ argument
[all …]
A Dhw_host1x05_sync.h44 static inline u32 host1x_sync_syncpt_r(unsigned int id) in host1x_sync_syncpt_r()
48 #define HOST1X_SYNC_SYNCPT(id) \ argument
54 #define HOST1X_SYNC_SYNCPT_THRESH_CPU0_INT_STATUS(id) \ argument
60 #define HOST1X_SYNC_SYNCPT_THRESH_INT_DISABLE(id) \ argument
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
144 #define HOST1X_SYNC_SYNCPT_INT_THRESH(id) \ argument
146 static inline u32 host1x_sync_syncpt_base_r(unsigned int id) in host1x_sync_syncpt_base_r()
150 #define HOST1X_SYNC_SYNCPT_BASE(id) \ argument
[all …]
/linux/fs/smb/server/mgmt/
A Duser_session.c26 int id; member
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()
284 unsigned long long id) in ksmbd_session_lookup_all()
330 struct ksmbd_user *user, u64 id) in destroy_previous_session()
366 unsigned long long id) in ksmbd_preauth_session_id_match()
372 unsigned long long id) in ksmbd_preauth_session_lookup()
385 int id = ksmbd_acquire_smb2_uid(&session_ida); in __init_smb2_session() local
[all …]
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn35/
A Ddcn35_resource.c234 #define abm_regs_init(id)\ argument
247 #define audio_regs_init(id)\ argument
266 #define vpg_regs_init(id)\ argument
279 #define afmt_regs_init(id)\ argument
292 #define apg_regs_init(id)\ argument
318 #define aux_regs_init(id)\ argument
323 #define hpd_regs_init(id)\ argument
385 #define dpp_regs_init(id)\ argument
398 #define opp_regs_init(id)\ argument
481 #define optc_regs_init(id)\ argument
[all …]
A Ddcn35_resource.h49 #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/drivers/gpu/drm/amd/display/dc/resource/dcn351/
A Ddcn351_resource.c214 #define abm_regs_init(id)\ argument
227 #define audio_regs_init(id)\ argument
246 #define vpg_regs_init(id)\ argument
259 #define afmt_regs_init(id)\ argument
272 #define apg_regs_init(id)\ argument
298 #define aux_regs_init(id)\ argument
303 #define hpd_regs_init(id)\ argument
365 #define dpp_regs_init(id)\ argument
378 #define opp_regs_init(id)\ argument
461 #define optc_regs_init(id)\ argument
[all …]
/linux/drivers/gpu/drm/msm/dsi/
A Ddsi_manager.c68 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
270 int id = dsi_mgr_bridge_get_id(bridge); in dsi_mgr_bridge_pre_enable() local
326 int id = dsi_mgr_bridge_get_id(bridge); in dsi_mgr_bridge_post_disable() local
379 int id = dsi_mgr_bridge_get_id(bridge); in dsi_mgr_bridge_mode_set() local
399 int id = dsi_mgr_bridge_get_id(bridge); in dsi_mgr_bridge_mode_valid() local
[all …]

Completed in 73 milliseconds

12345678910>>...123