Searched refs:id (Results 251 - 275 of 10515) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hubp.h34 #define HUBP_REG_LIST_DCN(id)\
35 SRI(DCHUBP_CNTL, HUBP, id),\
36 SRI(HUBPREQ_DEBUG_DB, HUBP, id),\
37 SRI(HUBPREQ_DEBUG, HUBP, id),\
38 SRI(DCSURF_ADDR_CONFIG, HUBP, id),\
39 SRI(DCSURF_TILING_CONFIG, HUBP, id),\
40 SRI(DCSURF_SURFACE_PITCH, HUBPREQ, id),\
41 SRI(DCSURF_SURFACE_PITCH_C, HUBPREQ, id),\
42 SRI(DCSURF_SURFACE_CONFIG, HUBP, id),\
43 SRI(DCSURF_FLIP_CONTROL, HUBPREQ, id),\
[all...]
/linux-master/drivers/connector/
H A Dcn_queue.c22 const struct cb_id *id,
39 snprintf(cbq->id.name, sizeof(cbq->id.name), "%s", name);
40 memcpy(&cbq->id.id, id, sizeof(struct cb_id));
60 const struct cb_id *id,
67 cbq = cn_queue_alloc_callback_entry(dev, name, id, callback);
73 if (cn_cb_equal(&__cbq->id.id, i
21 cn_queue_alloc_callback_entry(struct cn_queue_dev *dev, const char *name, const struct cb_id *id, void (*callback)(struct cn_msg *, struct netlink_skb_parms *)) argument
59 cn_queue_add_callback(struct cn_queue_dev *dev, const char *name, const struct cb_id *id, void (*callback)(struct cn_msg *, struct netlink_skb_parms *)) argument
93 cn_queue_del_callback(struct cn_queue_dev *dev, const struct cb_id *id) argument
[all...]
/linux-master/drivers/clk/at91/
H A Dclk-system.c24 u8 id; member in struct:clk_system
27 static inline int is_pck(int id) argument
29 return (id >= 8) && (id <= 15);
32 static inline bool clk_system_ready(struct regmap *regmap, int id) argument
38 return !!(status & (1 << id));
45 regmap_write(sys->regmap, AT91_PMC_SCER, 1 << sys->id);
47 if (!is_pck(sys->id))
50 while (!clk_system_ready(sys->regmap, sys->id))
60 regmap_write(sys->regmap, AT91_PMC_SCDR, 1 << sys->id);
107 at91_clk_register_system(struct regmap *regmap, const char *name, const char *parent_name, struct clk_hw *parent_hw, u8 id, unsigned long flags) argument
[all...]
/linux-master/drivers/gpu/drm/msm/disp/dpu1/catalog/
H A Ddpu_9_0_sm8550.h33 .name = "ctl_0", .id = CTL_0,
38 .name = "ctl_1", .id = CTL_1,
43 .name = "ctl_2", .id = CTL_2,
48 .name = "ctl_3", .id = CTL_3,
53 .name = "ctl_4", .id = CTL_4,
58 .name = "ctl_5", .id = CTL_5,
67 .name = "sspp_0", .id = SSPP_VIG0,
74 .name = "sspp_1", .id = SSPP_VIG1,
81 .name = "sspp_2", .id = SSPP_VIG2,
88 .name = "sspp_3", .id
[all...]
H A Ddpu_5_1_sc8180x.h41 .name = "ctl_0", .id = CTL_0,
46 .name = "ctl_1", .id = CTL_1,
51 .name = "ctl_2", .id = CTL_2,
56 .name = "ctl_3", .id = CTL_3,
61 .name = "ctl_4", .id = CTL_4,
66 .name = "ctl_5", .id = CTL_5,
75 .name = "sspp_0", .id = SSPP_VIG0,
83 .name = "sspp_1", .id = SSPP_VIG1,
91 .name = "sspp_2", .id = SSPP_VIG2,
99 .name = "sspp_3", .id
[all...]
H A Ddpu_8_1_sm8450.h42 .name = "ctl_0", .id = CTL_0,
47 .name = "ctl_1", .id = CTL_1,
52 .name = "ctl_2", .id = CTL_2,
57 .name = "ctl_3", .id = CTL_3,
62 .name = "ctl_4", .id = CTL_4,
67 .name = "ctl_5", .id = CTL_5,
76 .name = "sspp_0", .id = SSPP_VIG0,
84 .name = "sspp_1", .id = SSPP_VIG1,
92 .name = "sspp_2", .id = SSPP_VIG2,
100 .name = "sspp_3", .id
[all...]
/linux-master/drivers/interconnect/qcom/
H A Dsm8150.c21 .id = SM8150_MASTER_A1NOC_CFG,
30 .id = SM8150_MASTER_QUP_0,
39 .id = SM8150_MASTER_EMAC,
48 .id = SM8150_MASTER_UFS_MEM,
57 .id = SM8150_MASTER_USB3,
66 .id = SM8150_MASTER_USB3_1,
75 .id = SM8150_MASTER_A2NOC_CFG,
84 .id = SM8150_MASTER_QDSS_BAM,
93 .id = SM8150_MASTER_QSPI,
102 .id
[all...]
H A Dsc7180.c21 .id = SC7180_MASTER_A1NOC_CFG,
30 .id = SC7180_MASTER_QSPI,
39 .id = SC7180_MASTER_QUP_0,
48 .id = SC7180_MASTER_SDCC_2,
57 .id = SC7180_MASTER_EMMC,
66 .id = SC7180_MASTER_UFS_MEM,
75 .id = SC7180_MASTER_A2NOC_CFG,
84 .id = SC7180_MASTER_QDSS_BAM,
93 .id = SC7180_MASTER_QUP_1,
102 .id
[all...]
/linux-master/drivers/regulator/
H A Dmc13xxx-regulator-core.c31 int id = rdev_get_id(rdev); local
33 dev_dbg(rdev_get_dev(rdev), "%s id: %d\n", __func__, id); local
35 return mc13xxx_reg_rmw(priv->mc13xxx, mc13xxx_regulators[id].reg,
36 mc13xxx_regulators[id].enable_bit,
37 mc13xxx_regulators[id].enable_bit);
44 int id = rdev_get_id(rdev); local
46 dev_dbg(rdev_get_dev(rdev), "%s id: %d\n", __func__, id); local
48 return mc13xxx_reg_rmw(priv->mc13xxx, mc13xxx_regulators[id]
56 int ret, id = rdev_get_id(rdev); local
71 int id = rdev_get_id(rdev); local
82 int ret, id = rdev_get_id(rdev); local
85 dev_dbg(rdev_get_dev(rdev), "%s id: %d\\n", __func__, id); local
95 dev_dbg(rdev_get_dev(rdev), "%s id: %d val: %d\\n", __func__, id, val); local
115 int id = rdev_get_id(rdev); local
118 __func__, id, min_uV, max_uV); local
[all...]
/linux-master/net/caif/
H A Dcfmuxl.c46 static struct cflayer *get_up(struct cfmuxl *muxl, u16 id);
75 static struct cflayer *get_from_id(struct list_head *list, u16 id) argument
79 if (lyr->id == id)
93 /* Two entries with same id is wrong, so remove old layer from mux */
123 static struct cflayer *get_up(struct cfmuxl *muxl, u16 id) argument
126 int idx = id % UP_CACHE_SIZE;
128 if (up == NULL || up->id != id) {
130 up = get_from_id(&muxl->srvl_list, id);
151 cfmuxl_remove_uplayer(struct cflayer *layr, u8 id) argument
178 u8 id; local
[all...]
/linux-master/sound/pci/ice1712/
H A Dwtm.c68 int id, idx, change; local
71 for (id = 0; id < 7; id++) {
72 if (*change_mask & (0x01 << id)) {
73 if (id == 0)
76 idx = STAC946X_LF_VOLUME - 1 + id;
82 *change_mask = *change_mask | (0x01 << id);
84 *change_mask = *change_mask & ~(0x01 << id);
90 for (id
119 int idx, id; local
145 int id, idx; local
195 int idx, id; local
217 int idx, id; local
263 int i, id; local
285 int i, reg, id; local
330 int i, reg, id; local
354 int i, reg, id; local
400 int id; local
416 int change, id; local
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_dio_stream_encoder.h48 #define SE_DCN3_REG_LIST(id)\
49 SRI(AFMT_CNTL, DIG, id), \
50 SRI(DIG_FE_CNTL, DIG, id), \
51 SRI(HDMI_CONTROL, DIG, id), \
52 SRI(HDMI_DB_CONTROL, DIG, id), \
53 SRI(HDMI_GC, DIG, id), \
54 SRI(HDMI_GENERIC_PACKET_CONTROL0, DIG, id), \
55 SRI(HDMI_GENERIC_PACKET_CONTROL1, DIG, id), \
56 SRI(HDMI_GENERIC_PACKET_CONTROL2, DIG, id), \
57 SRI(HDMI_GENERIC_PACKET_CONTROL3, DIG, id), \
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dcn35/
H A Ddcn35_dio_stream_encoder.h48 #define SE_DCN35_REG_LIST(id)\
49 SRI(AFMT_CNTL, DIG, id), \
50 SRI(DIG_FE_CNTL, DIG, id), \
51 SRI(HDMI_CONTROL, DIG, id), \
52 SRI(HDMI_DB_CONTROL, DIG, id), \
53 SRI(HDMI_GC, DIG, id), \
54 SRI(HDMI_GENERIC_PACKET_CONTROL0, DIG, id), \
55 SRI(HDMI_GENERIC_PACKET_CONTROL1, DIG, id), \
56 SRI(HDMI_GENERIC_PACKET_CONTROL2, DIG, id), \
57 SRI(HDMI_GENERIC_PACKET_CONTROL3, DIG, id), \
[all...]
/linux-master/net/ipv4/
H A Dudp_diag.c42 req->id.idiag_src[0], req->id.idiag_sport,
43 req->id.idiag_dst[0], req->id.idiag_dport,
44 req->id.idiag_if, 0, tbl, NULL);
48 (struct in6_addr *)req->id.idiag_src,
49 req->id.idiag_sport,
50 (struct in6_addr *)req->id.idiag_dst,
51 req->id.idiag_dport,
52 req->id
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dclearstate_defs.h41 const enum section_id id; member in struct:cs_section_def
/linux-master/drivers/gpu/drm/radeon/
H A Dclearstate_defs.h41 const enum section_id id; member in struct:cs_section_def
/linux-master/arch/s390/include/uapi/asm/
H A Dchpid.h19 __u8 id; member in struct:chp_id
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_app_nic.c12 struct nfp_net *nn, unsigned int id)
23 err = nfp_port_init_phy_port(pf, app, nn->port, id);
33 unsigned int id)
37 err = nfp_app_nic_vnic_init_phy_port(app->pf, app, nn, id);
11 nfp_app_nic_vnic_init_phy_port(struct nfp_pf *pf, struct nfp_app *app, struct nfp_net *nn, unsigned int id) argument
32 nfp_app_nic_vnic_alloc(struct nfp_app *app, struct nfp_net *nn, unsigned int id) argument
/linux-master/drivers/video/fbdev/via/
H A Dvia_aux_sii164.c22 /* check vendor id and device id */
23 const u8 id[] = {0x01, 0x00, 0x06, 0x00}, len = ARRAY_SIZE(id); local
24 u8 tmp[ARRAY_SIZE(id)];
26 if (!via_aux_read(&drv, 0x00, tmp, len) || memcmp(id, tmp, len))
H A Dvia_aux_vt1632.c22 /* check vendor id and device id */
23 const u8 id[] = {0x06, 0x11, 0x92, 0x31}, len = ARRAY_SIZE(id); local
24 u8 tmp[ARRAY_SIZE(id)];
26 if (!via_aux_read(&drv, 0x00, tmp, len) || memcmp(id, tmp, len))
/linux-master/drivers/media/pci/ivtv/
H A Divtv-fileops.h21 int ivtv_start_capture(struct ivtv_open_id *id);
22 void ivtv_stop_capture(struct ivtv_open_id *id, int gop_end);
23 int ivtv_start_decoding(struct ivtv_open_id *id, int speed);
29 int ivtv_claim_stream(struct ivtv_open_id *id, int type);
/linux-master/arch/x86/include/asm/
H A Dolpc.h28 static inline uint32_t olpc_board(uint8_t id) argument
30 return (id << 4) | 0x8;
33 static inline uint32_t olpc_board_pre(uint8_t id) argument
35 return id << 4;
/linux-master/drivers/gpu/drm/lima/
H A Dlima_dump.h45 __u32 id; member in struct:lima_dump_task
58 __u32 id; member in struct:lima_dump_chunk
64 __u32 id; member in struct:lima_dump_chunk_buffer
71 __u32 id; member in struct:lima_dump_chunk_pid
/linux-master/drivers/staging/media/atomisp/pci/runtime/debug/interface/
H A Dia_css_debug_pipe.h42 * @param[in] id Pipe id.
48 enum ia_css_pipe_id id);
/linux-master/drivers/staging/media/atomisp/pci/
H A Dia_css_prbs.h47 enum ia_css_prbs_id id; member in struct:ia_css_prbs_config

Completed in 223 milliseconds

<<11121314151617181920>>