Home
last modified time | relevance | path

Searched refs:id (Results 1 – 25 of 4897) sorted by relevance

12345678910>>...196

/linux/drivers/gpu/drm/amd/display/dc/resource/dcn401/
A Ddcn401_resource.h177 SRI_ARR(HDMI_CONTROL, DIG, id), SRI_ARR(HDMI_DB_CONTROL, DIG, id), \
195 SRI_ARR(HDMI_ACR_32_0, DIG, id), SRI_ARR(HDMI_ACR_32_1, DIG, id), \
196 SRI_ARR(HDMI_ACR_44_0, DIG, id), SRI_ARR(HDMI_ACR_44_1, DIG, id), \
197 SRI_ARR(HDMI_ACR_48_0, DIG, id), SRI_ARR(HDMI_ACR_48_1, DIG, id), \
198 SRI_ARR(DP_DB_CNTL, DP, id), SRI_ARR(DP_MSA_MISC, DP, id), \
199 SRI_ARR(DP_MSA_VBID_MISC, DP, id), SRI_ARR(DP_MSA_COLORIMETRY, DP, id), \
204 SRI_ARR(DP_MSE_RATE_CNTL, DP, id), SRI_ARR(DP_MSE_RATE_UPDATE, DP, id), \
205 SRI_ARR(DP_PIXEL_FORMAT, DP, id), SRI_ARR(DP_SEC_CNTL, DP, id), \
206 SRI_ARR(DP_SEC_CNTL1, DP, id), SRI_ARR(DP_SEC_CNTL2, DP, id), \
207 SRI_ARR(DP_SEC_CNTL5, DP, id), SRI_ARR(DP_SEC_CNTL6, DP, id), \
[all …]
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
A Ddcn32_resource.h222 SRI_ARR(DC_ABM1_ACE_THRES_12, ABM, id), NBIO_SR_ARR(BIOS_SCRATCH_2, id)
231 SR_ARR(DCCG_AUDIO_DTO_SOURCE, id), SR_ARR(DCCG_AUDIO_DTO0_MODULE, id), \
232 SR_ARR(DCCG_AUDIO_DTO0_PHASE, id), SR_ARR(DCCG_AUDIO_DTO1_MODULE, id), \
252 SRI_ARR(AFMT_60958_2, AFMT, id), SRI_ARR(AFMT_MEM_PWR, AFMT, id)
257 SRI_ARR(APG_MEM_PWR, APG, id), SRI_ARR(APG_DBG_GEN_CONTROL, APG, id)
313 AUX_REG_LIST_RI(id), SRI_ARR(AUX_DPHY_TX_CONTROL, DP_AUX, id)
316 #define HPD_REG_LIST_RI(id) SRI_ARR(DC_HPD_CONTROL, HPD, id) argument
339 SR_ARR(DIO_LINKE_CNTL, id), SR_ARR(DIO_LINKF_CNTL, id)
549 #define OPP_REG_LIST_DCN10_RI(id) OPP_REG_LIST_DCN_RI(id) argument
555 SRI_ARR(DPG_RAMP_CONTROL, DPG, id), SRI_ARR(DPG_STATUS, DPG, id)
[all …]
/linux/include/linux/
A Data.h563 #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
568 #define ata_id_removable(id) ((id)[ATA_ID_CONFIG] & (1 << 7)) argument
590 #define ata_id_has_iordy(id) ((id)[ATA_ID_CAPABILITY] & (1 << 11)) argument
592 (((u32) (id)[(n) + 1] << 16) | ((u32) (id)[(n)]))
599 #define ata_id_cdb_intr(id) (((id)[ATA_ID_CONFIG] & 0x60) == 0x20) argument
600 #define ata_id_has_da(id) ((id)[ATA_ID_SATA_CAPABILITY_2] & (1 << 4)) argument
883 u16 val = id[168]; in ata_id_form_factor()
[all …]
/linux/drivers/i2c/busses/
A Di2c-sh7760.c248 OUT32(id, I2CMAR, (id->msg->addr << 1) | 1); in sh7760_i2c_mrecv()
274 OUT32(id, I2CMAR, (id->msg->addr << 1) | 0); in sh7760_i2c_msend()
286 OUT32(id, I2CRXTX, *(id->msg->buf)); in sh7760_i2c_msend()
446 id = kzalloc(sizeof(*id), GFP_KERNEL); in sh7760_i2c_probe()
447 if (!id) { in sh7760_i2c_probe()
478 id->adap.nr = pdev->id; in sh7760_i2c_probe()
482 id->adap.algo_data = id; in sh7760_i2c_probe()
484 snprintf(id->adap.name, sizeof(id->adap.name), in sh7760_i2c_probe()
526 free_irq(id->irq, id); in sh7760_i2c_probe()
533 kfree(id); in sh7760_i2c_probe()
[all …]
A Di2c-cadence.c484 id->curr_recv_count = id->recv_count; in cdns_i2c_master_isr()
578 id->p_recv_buf = id->p_msg->buf; in cdns_i2c_mrecv()
579 id->recv_count = id->p_msg->len; in cdns_i2c_mrecv()
593 id->curr_recv_count = id->recv_count; in cdns_i2c_mrecv()
599 if (id->recv_count > id->fifo_depth) in cdns_i2c_mrecv()
623 if (!id->bus_hold_flag && id->recv_count <= id->fifo_depth) { in cdns_i2c_mrecv()
673 id->p_send_buf = id->p_msg->buf; in cdns_i2c_msend()
674 id->send_count = id->p_msg->len; in cdns_i2c_msend()
685 if (id->send_count > id->fifo_depth) in cdns_i2c_msend()
1355 id->adap.algo_data = id; in cdns_i2c_probe()
[all …]
/linux/include/linux/soc/pxa/
A Dcpu.h83 #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
218 __cpu_is_pxa300(id) \
219 || __cpu_is_pxa310(id) \
220 || __cpu_is_pxa320(id) \
221 || __cpu_is_pxa93x(id); \
230 __cpu_is_pxa930(id) \
[all …]
/linux/drivers/gpu/drm/amd/display/dc/bios/
A Dbios_parser_common.c67 id = ENUM_ID_1; in enum_id_from_bios_object_id()
70 id = ENUM_ID_2; in enum_id_from_bios_object_id()
73 id = ENUM_ID_3; in enum_id_from_bios_object_id()
76 id = ENUM_ID_4; in enum_id_from_bios_object_id()
79 id = ENUM_ID_5; in enum_id_from_bios_object_id()
82 id = ENUM_ID_6; in enum_id_from_bios_object_id()
85 id = ENUM_ID_7; in enum_id_from_bios_object_id()
92 return id; in enum_id_from_bios_object_id()
169 return id; in encoder_id_from_bios_object_id()
224 return id; in connector_id_from_bios_object_id()
[all …]
/linux/drivers/clk/at91/
A Dsam9x60.c86 u8 id; member
102 u8 id; member
104 { .n = "pioA_clk", .id = 2, },
105 { .n = "pioB_clk", .id = 3, },
106 { .n = "pioC_clk", .id = 4, },
107 { .n = "flex0_clk", .id = 5, },
108 { .n = "flex1_clk", .id = 6, },
109 { .n = "flex2_clk", .id = 7, },
110 { .n = "flex3_clk", .id = 8, },
157 u8 id; member
[all …]
A Dsama5d4.c43 u8 id; member
61 u8 id; member
63 { .n = "pioD_clk", .id = 5 },
66 { .n = "icm_clk", .id = 9 },
67 { .n = "aes_clk", .id = 12 },
68 { .n = "tdes_clk", .id = 14 },
69 { .n = "sha_clk", .id = 15 },
92 { .n = "pwm_clk", .id = 43 },
93 { .n = "adc_clk", .id = 44 },
104 { .n = "smd_clk", .id = 61 },
[all …]
A Dat91sam9260.c13 u8 id; member
18 u8 id; member
83 { .n = "pioA_clk", .id = 2 },
84 { .n = "pioB_clk", .id = 3 },
85 { .n = "pioC_clk", .id = 4 },
86 { .n = "adc_clk", .id = 5 },
87 { .n = "usart0_clk", .id = 6 },
88 { .n = "usart1_clk", .id = 7 },
89 { .n = "usart2_clk", .id = 8 },
90 { .n = "mci0_clk", .id = 9 },
[all …]
A Dsama5d2.c44 u8 id; member
62 u8 id; member
67 { .n = "matrix1_clk", .id = 14, },
68 { .n = "hsmc_clk", .id = 17, },
106 u8 id; member
108 { .n = "dma0_clk", .id = 6, },
109 { .n = "dma1_clk", .id = 7, },
110 { .n = "aes_clk", .id = 9, },
129 u8 id; member
328 sama5d2_periphck[i].id, in sama5d2_pmc_setup()
[all …]
A Dsama5d3.c44 u8 id; member
62 u8 id; member
66 { .n = "dbgu_clk", .id = 2, },
67 { .n = "hsmc_clk", .id = 5, },
68 { .n = "pioA_clk", .id = 6, },
69 { .n = "pioB_clk", .id = 7, },
70 { .n = "pioC_clk", .id = 8, },
71 { .n = "pioD_clk", .id = 9, },
72 { .n = "pioE_clk", .id = 10, },
89 { .n = "pwm_clk", .id = 28, },
[all …]
/linux/arch/powerpc/mm/nohash/
A Dmmu_context.c113 id++; in steal_context_smp()
135 return id; in steal_context_smp()
153 unsigned int id; in steal_all_contexts() local
155 for (id = FIRST_CONTEXT; id <= LAST_CONTEXT; id++) { in steal_all_contexts()
200 return id; in steal_context_up()
249 id = next->context.id; in switch_mmu_context()
262 id = steal_context_smp(id); in switch_mmu_context()
270 id = steal_context_up(id); in switch_mmu_context()
277 id = find_next_zero_bit(map, LAST_CONTEXT+1, id); in switch_mmu_context()
284 next->context.id = id; in switch_mmu_context()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dce/
A Ddce_link_encoder.h39 #define AUX_REG_LIST(id)\ argument
44 #define HPD_REG_LIST(id)\ argument
45 SRI(DC_HPD_CONTROL, HPD, id)
54 SRI(DP_CONFIG, DP, id), \
64 SRI(DP_MSE_SAT0, DP, id), \
65 SRI(DP_MSE_SAT1, DP, id), \
66 SRI(DP_MSE_SAT2, DP, id), \
68 SRI(DP_SEC_CNTL, DP, id), \
71 SRI(DP_SEC_CNTL1, DP, id)
88 SRI(DP_CONFIG, DP, id), \
[all …]
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn35/
A Ddcn35_resource.h50 OPP_REG_LIST_DCN10_RI(id), \
51 OPP_DPG_REG_LIST_RI(id), \
56 OPP_REG_LIST_DCN20_RI(id), \
65 SRI_ARR(VPG_MEM_PWR, VPG, id)
80 SRI_ARR(AFMT_CNTL, DIG, id), \
84 SRI_ARR(HDMI_GC, DIG, id), \
124 SRI_ARR(DP_VID_M, DP, id), \
125 SRI_ARR(DP_VID_N, DP, id), \
146 LE_DCN3_REG_LIST_RI(id),\
153 SR_ARR(DIO_LINKF_CNTL, id),\
[all …]
/linux/drivers/memory/tegra/
A Dtegra194.c14 .id = TEGRA194_MEMORY_CLIENT_PTCR,
24 .id = TEGRA194_MEMORY_CLIENT_MIU7R,
34 .id = TEGRA194_MEMORY_CLIENT_MIU7W,
44 .id = TEGRA194_MEMORY_CLIENT_HDAR,
74 .id = TEGRA194_MEMORY_CLIENT_SATAR,
104 .id = TEGRA194_MEMORY_CLIENT_HDAW,
124 .id = TEGRA194_MEMORY_CLIENT_SATAW,
134 .id = TEGRA194_MEMORY_CLIENT_ISPRA,
154 .id = TEGRA194_MEMORY_CLIENT_ISPWA,
164 .id = TEGRA194_MEMORY_CLIENT_ISPWB,
[all …]
/linux/tools/perf/arch/x86/util/
A Dunwind-libunwind.c14 int id; in LIBUNWIND__ARCH_REG_ID() local
18 id = PERF_REG_X86_AX; in LIBUNWIND__ARCH_REG_ID()
21 id = PERF_REG_X86_DX; in LIBUNWIND__ARCH_REG_ID()
24 id = PERF_REG_X86_CX; in LIBUNWIND__ARCH_REG_ID()
27 id = PERF_REG_X86_BX; in LIBUNWIND__ARCH_REG_ID()
30 id = PERF_REG_X86_SI; in LIBUNWIND__ARCH_REG_ID()
33 id = PERF_REG_X86_DI; in LIBUNWIND__ARCH_REG_ID()
36 id = PERF_REG_X86_BP; in LIBUNWIND__ARCH_REG_ID()
73 return id; in LIBUNWIND__ARCH_REG_ID()
78 int id; in LIBUNWIND__ARCH_REG_ID() local
[all …]
/linux/sound/usb/
A Dmixer_maps.c15 int id; member
22 int id; member
28 u32 id; member
178 .id = 0x80,
187 .id = 14, /* Capture Source */
497 .id = USB_ID(0x041e, 0x3000),
501 .id = USB_ID(0x041e, 0x3010),
505 .id = USB_ID(0x041e, 0x3020),
510 .id = USB_ID(0x041e, 0x3040),
514 .id = USB_ID(0x041e, 0x3048),
[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/fs/bcachefs/
A Dsnapshot.h55 return id; in bch2_snapshot_tree()
67 id = __bch2_snapshot_parent_early(c, id); in bch2_snapshot_parent_early()
70 return id; in bch2_snapshot_parent_early()
84 id, snapshot_t(c, id)->depth, in __bch2_snapshot_parent()
93 id = __bch2_snapshot_parent(c, id); in bch2_snapshot_parent()
96 return id; in bch2_snapshot_parent()
103 id = __bch2_snapshot_parent(c, id); in bch2_snapshot_nth_parent()
106 return id; in bch2_snapshot_nth_parent()
120 return id; in bch2_snapshot_root()
132 id = __bch2_snapshot_equiv(c, id); in bch2_snapshot_equiv()
[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() argument
67 return isst_ops->is_punit_valid(id); in isst_is_punit_valid()
198 ret = isst_get_ctdp_levels(id, &pkg_dev); in isst_get_pbf_info()
238 ret = isst_get_ctdp_levels(id, &pkg_dev); in isst_get_fact_info()
293 if (id->cpu < 0) in isst_set_trl_from_current_tdp()
375 ret = isst_get_ctdp_levels(id, pkg_dev); in isst_get_process_ctdp()
402 ctdp_level->control_cpu = id->cpu; in isst_get_process_ctdp()
403 ctdp_level->pkg_id = id->pkg; in isst_get_process_ctdp()
404 ctdp_level->die_id = id->die; in isst_get_process_ctdp()
421 ret = isst_get_fact_info(id, i, 0xff, in isst_get_process_ctdp()
[all …]
A Disst.h191 int (*is_punit_valid)(struct isst_id *id);
201 int (*set_tdp_level)(struct isst_id *id, int tdp_level);
211 int (*clos_associate)(struct isst_id *id, int clos_id);
216 extern int get_cpu_count(struct isst_id *id);
217 extern int get_max_punit_core_id(struct isst_id *id);
225 extern void set_isst_id(struct isst_id *id, int cpu);
242 extern int isst_is_punit_valid(struct isst_id *id);
265 extern int isst_get_pbf_info(struct isst_id *id, int level,
278 extern int isst_pm_get_clos(struct isst_id *id, int clos,
280 extern int isst_set_clos(struct isst_id *id, int clos,
[all …]
/linux/drivers/macintosh/
A Dadbhid.c212 int id; member
270 if (!adbhid[id]) { in adbhid_keyboard_input()
409 if (!adbhid[id]) { in adbhid_mouse_input()
762 if (adbhid[id]) { in adbhid_input_register()
927 if (adbhid[id]) { in adbhid_input_reregister()
928 if (adbhid[id]->input->id.product != in adbhid_input_reregister()
937 return 1<<id; in adbhid_input_reregister()
961 int id = keyboard_ids.id[i]; in adbhid_probe() local
985 int id = buttons_ids.id[i]; in adbhid_probe() local
995 int id = mouse_ids.id[i]; in adbhid_probe() local
[all …]
/linux/security/integrity/
A Ddigsig.c47 if (!keyring[id]) { in integrity_keyring_from_id()
48 keyring[id] = in integrity_keyring_from_id()
50 if (IS_ERR(keyring[id])) { in integrity_keyring_from_id()
53 keyring[id] = NULL; in integrity_keyring_from_id()
58 return keyring[id]; in integrity_keyring_from_id()
105 keyring[id] = keyring_alloc(keyring_name[id], KUIDT_INIT(0), in __integrity_init_keyring()
108 if (IS_ERR(keyring[id])) { in __integrity_init_keyring()
109 err = PTR_ERR(keyring[id]); in __integrity_init_keyring()
111 keyring_name[id], err); in __integrity_init_keyring()
112 keyring[id] = NULL; in __integrity_init_keyring()
[all …]
/linux/arch/s390/kernel/
A Ddebug.c765 id->prev->next = id->next; in _debug_unregister()
767 id->next->prev = id->prev; in _debug_unregister()
780 if (!id) in debug_unregister()
856 if ((id->active_entries[id->active_area] += id->entry_size) in proceed_active_entry()
858 id->active_entries[id->active_area] = 0; in proceed_active_entry()
859 id->active_pages[id->active_area] = in proceed_active_entry()
860 (id->active_pages[id->active_area] + 1) % in proceed_active_entry()
872 id->active_area = id->active_area % id->nr_areas; in proceed_active_area()
881 [id->active_pages[id->active_area]]) + in get_active_entry()
882 id->active_entries[id->active_area]); in get_active_entry()
[all …]

Completed in 86 milliseconds

12345678910>>...196