Searched refs:id (Results 201 - 225 of 10515) sorted by relevance

1234567891011>>

/linux-master/drivers/mtd/spi-nor/
H A Dmacronix.c37 .id = SNOR_ID(0xc2, 0x20, 0x10),
42 .id = SNOR_ID(0xc2, 0x20, 0x12),
47 .id = SNOR_ID(0xc2, 0x20, 0x13),
52 .id = SNOR_ID(0xc2, 0x20, 0x14),
56 .id = SNOR_ID(0xc2, 0x20, 0x15),
61 .id = SNOR_ID(0xc2, 0x20, 0x16),
66 .id = SNOR_ID(0xc2, 0x20, 0x17),
71 .id = SNOR_ID(0xc2, 0x20, 0x18),
77 .id = SNOR_ID(0xc2, 0x20, 0x19),
83 .id
[all...]
/linux-master/drivers/interconnect/qcom/
H A Dsdm670.c20 .id = SDM670_MASTER_A1NOC_CFG,
29 .id = SDM670_MASTER_BLSP_1,
38 .id = SDM670_MASTER_TSIF,
47 .id = SDM670_MASTER_EMMC,
56 .id = SDM670_MASTER_SDCC_2,
65 .id = SDM670_MASTER_SDCC_4,
74 .id = SDM670_MASTER_UFS_MEM,
83 .id = SDM670_MASTER_A2NOC_CFG,
92 .id = SDM670_MASTER_QDSS_BAM,
101 .id
[all...]
H A Dsm8350.c20 .id = SM8350_MASTER_QSPI_0,
29 .id = SM8350_MASTER_QUP_0,
38 .id = SM8350_MASTER_QUP_1,
47 .id = SM8350_MASTER_QUP_2,
56 .id = SM8350_MASTER_A1NOC_CFG,
65 .id = SM8350_MASTER_SDCC_4,
74 .id = SM8350_MASTER_UFS_MEM,
83 .id = SM8350_MASTER_USB3_0,
92 .id = SM8350_MASTER_USB3_1,
101 .id
[all...]
H A Dsm8450.c23 .id = SM8450_MASTER_QSPI_0,
32 .id = SM8450_MASTER_QUP_1,
41 .id = SM8450_MASTER_A1NOC_CFG,
50 .id = SM8450_MASTER_SDCC_4,
59 .id = SM8450_MASTER_UFS_MEM,
68 .id = SM8450_MASTER_USB3_0,
77 .id = SM8450_MASTER_QDSS_BAM,
86 .id = SM8450_MASTER_QUP_0,
95 .id = SM8450_MASTER_QUP_2,
104 .id
[all...]
H A Dqcs404.c100 .id = QCS404_MASTER_AMPSS_M0,
115 .id = QCS404_MASTER_GRAPHICS_3D,
130 .id = QCS404_MASTER_MDP_PORT0,
144 .id = QCS404_SNOC_BIMC_1_MAS,
159 .id = QCS404_MASTER_TCU_0,
173 .id = QCS404_MASTER_SPDM,
187 .id = QCS404_MASTER_BLSP_1,
201 .id = QCS404_MASTER_BLSP_2,
215 .id = QCS404_MASTER_XM_USB_HS1,
230 .id
[all...]
H A Dsc8280xp.c21 .id = SC8280XP_MASTER_QSPI_0,
30 .id = SC8280XP_MASTER_QUP_1,
39 .id = SC8280XP_MASTER_QUP_2,
48 .id = SC8280XP_MASTER_A1NOC_CFG,
56 .id = SC8280XP_MASTER_IPA,
65 .id = SC8280XP_MASTER_EMAC_1,
74 .id = SC8280XP_MASTER_SDCC_4,
83 .id = SC8280XP_MASTER_UFS_MEM,
92 .id = SC8280XP_MASTER_USB3_0,
101 .id
[all...]
/linux-master/drivers/pnp/
H A Ddriver.c3 * driver.c - device id matching, driver model, etc.
29 int compare_pnp_id(struct pnp_id *pos, const char *id) argument
31 if (!pos || !id || (strlen(id) != 7))
33 if (memcmp(id, "ANYDEVS", 7) == 0)
36 if (memcmp(pos->id, id, 3) == 0)
37 if (compare_func(pos->id, id) == 1)
52 while (*drv_id->id) {
289 pnp_add_id(struct pnp_dev *dev, const char *id) argument
[all...]
/linux-master/drivers/memory/tegra/
H A Dtegra186.c130 if (client->id == args.args[0])
170 .id = TEGRA186_MEMORY_CLIENT_PTCR,
180 .id = TEGRA186_MEMORY_CLIENT_AFIR,
190 .id = TEGRA186_MEMORY_CLIENT_HDAR,
200 .id = TEGRA186_MEMORY_CLIENT_HOST1XDMAR,
210 .id = TEGRA186_MEMORY_CLIENT_NVENCSRD,
220 .id = TEGRA186_MEMORY_CLIENT_SATAR,
230 .id = TEGRA186_MEMORY_CLIENT_MPCORER,
240 .id = TEGRA186_MEMORY_CLIENT_NVENCSWR,
250 .id
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_dpp.h33 #define TF_REG_LIST_DCN20_COMMON_UPDATED(id) \
34 SRI(CM_BLNDGAM_LUT_WRITE_EN_MASK, CM, id), \
35 SRI(CM_BLNDGAM_RAMB_SLOPE_CNTL_B, CM, id), \
36 SRI(CM_BLNDGAM_RAMB_SLOPE_CNTL_G, CM, id), \
37 SRI(CM_BLNDGAM_RAMB_SLOPE_CNTL_R, CM, id), \
38 SRI(CM_BLNDGAM_RAMA_SLOPE_CNTL_B, CM, id), \
39 SRI(CM_BLNDGAM_RAMA_SLOPE_CNTL_G, CM, id), \
40 SRI(CM_BLNDGAM_RAMA_SLOPE_CNTL_R, CM, id)
42 #define TF_REG_LIST_DCN20_COMMON(id) \
43 SRI(CM_BLNDGAM_CONTROL, CM, id), \
[all...]
/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dwlan_cfg.c61 static int wilc_wlan_cfg_set_byte(u8 *frame, u32 offset, u16 id, u8 val8) argument
66 put_unaligned_le16(id, &frame[offset]);
72 static int wilc_wlan_cfg_set_hword(u8 *frame, u32 offset, u16 id, u16 val16) argument
77 put_unaligned_le16(id, &frame[offset]);
84 static int wilc_wlan_cfg_set_word(u8 *frame, u32 offset, u16 id, u32 val32) argument
89 put_unaligned_le16(id, &frame[offset]);
96 static int wilc_wlan_cfg_set_str(u8 *frame, u32 offset, u16 id, u8 *str, argument
102 put_unaligned_le16(id, &frame[offset]);
110 static int wilc_wlan_cfg_set_bin(u8 *frame, u32 offset, u16 id, u8 *b, u32 size) argument
118 put_unaligned_le16(id,
224 wilc_wlan_cfg_set_wid(u8 *frame, u32 offset, u16 id, u8 *buf, int size) argument
259 wilc_wlan_cfg_get_wid(u8 *frame, u32 offset, u16 id) argument
[all...]
/linux-master/drivers/scsi/pm8001/
H A Dpm80xx_tracepoints.h19 TP_PROTO(u32 id, u32 phy_id, u32 htag, u32 ctlr_opcode,
22 TP_ARGS(id, phy_id, htag, ctlr_opcode, ata_opcode, running_req),
25 __field(u32, id)
34 __entry->id = id;
43 __entry->id, __entry->phy_id, __entry->htag,
49 TP_PROTO(u32 id, u32 phy_id, u32 htag, u32 ctlr_opcode,
52 TP_ARGS(id, phy_id, htag, ctlr_opcode, ata_opcode, running_req),
55 __field(u32, id)
64 __entry->id
[all...]
/linux-master/drivers/clk/ux500/
H A Dreset-prcc.c54 unsigned long id)
58 prcc_num = id / PRCC_PERIPHS_PER_CLUSTER;
68 unsigned long id)
71 void __iomem *base = u8500_prcc_reset_base(ur, id);
72 unsigned int bit = id % PRCC_PERIPHS_PER_CLUSTER;
74 pr_debug("PRCC cycle reset id %lu, bit %u\n", id, bit);
89 unsigned long id)
92 void __iomem *base = u8500_prcc_reset_base(ur, id);
93 unsigned int bit = id
53 u8500_prcc_reset_base(struct u8500_prcc_reset *ur, unsigned long id) argument
67 u8500_prcc_reset(struct reset_controller_dev *rcdev, unsigned long id) argument
88 u8500_prcc_reset_assert(struct reset_controller_dev *rcdev, unsigned long id) argument
101 u8500_prcc_reset_deassert(struct reset_controller_dev *rcdev, unsigned long id) argument
114 u8500_prcc_reset_status(struct reset_controller_dev *rcdev, unsigned long id) argument
[all...]
/linux-master/drivers/gpu/drm/msm/dsi/
H A Ddsi_manager.c35 #define IS_MASTER_DSI_LINK(id) (msm_dsim_glb.master_dsi_link_id == id)
37 static inline struct msm_dsi *dsi_mgr_get_dsi(int id) argument
39 return msm_dsim_glb.dsi[id];
42 static inline struct msm_dsi *dsi_mgr_get_other_dsi(int id) argument
44 return msm_dsim_glb.dsi[(id + 1) % DSI_MAX];
47 static int dsi_mgr_parse_of(struct device_node *np, int id) argument
59 msm_dsim->master_dsi_link_id = id;
68 static int dsi_mgr_setup_components(int id) argument
70 struct msm_dsi *msm_dsi = dsi_mgr_get_dsi(id);
126 dsi_mgr_phy_enable(int id, struct msm_dsi_phy_shared_timings shared_timings[DSI_MAX]) argument
167 dsi_mgr_phy_disable(int id) argument
190 int id; member in struct:dsi_bridge
203 int id = dsi_mgr_bridge_get_id(bridge); local
253 int id = dsi_mgr_bridge_get_id(bridge); local
270 int id = dsi_mgr_bridge_get_id(bridge); local
326 int id = dsi_mgr_bridge_get_id(bridge); local
379 int id = dsi_mgr_bridge_get_id(bridge); local
399 int id = dsi_mgr_bridge_get_id(bridge); local
462 msm_dsi_manager_ext_bridge_init(u8 id, struct drm_bridge *int_bridge) argument
510 msm_dsi_manager_cmd_xfer(int id, const struct mipi_dsi_msg *msg) argument
556 msm_dsi_manager_cmd_xfer_trigger(int id, u32 dma_base, u32 len) argument
576 int id = msm_dsi->id; local
[all...]
/linux-master/arch/mips/alchemy/devboards/
H A Ddb1xxx.c86 int id = BCSR_WHOAMI_BOARD(bcsr_read(BCSR_WHOAMI)); local
87 if (id == BCSR_WHOAMI_DB1550)
89 else if ((id == BCSR_WHOAMI_PB1550_SDR) ||
90 (id == BCSR_WHOAMI_PB1550_DDR))
92 else if ((id == BCSR_WHOAMI_DB1500) || (id == BCSR_WHOAMI_PB1500) ||
93 (id == BCSR_WHOAMI_PB1500R2))
/linux-master/kernel/livepatch/
H A Dstate.c16 for (state = patch->states; state && state->id; state++)
22 * @id: custom identifier of the modified system state
31 struct klp_state *klp_get_state(struct klp_patch *patch, unsigned long id) argument
36 if (state->id == id)
47 * @id: custom identifier of the modified system state
64 struct klp_state *klp_get_prev_state(unsigned long id) argument
76 state = klp_get_state(patch, id);
92 state = klp_get_state(patch, old_state->id);
/linux-master/drivers/pnp/isapnp/
H A Dcompat.c27 char id[8]; local
30 pnp_convert_id(id, vendor, function);
42 if (compare_pnp_id(dev->id, id) ||
43 (memcmp(id, any, 7) == 0))
59 if (compare_pnp_id(dev->id, id))
/linux-master/drivers/iommu/amd/
H A Dquirks.c17 u8 id; member in struct:ivrs_quirk_entry
30 { .id = 4, .devid = 0xa0 },
31 { .id = 5, .devid = 0x2 },
36 { .id = 4, .devid = 0xa0 },
41 { .id = 32, .devid = 0xa0 },
51 for (i = d->driver_data; i->id != 0 && i->devid != 0; i++)
52 add_special_device(IVHD_SPECIAL_IOAPIC, i->id, (u32 *)&i->devid, 0);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dhead.h10 int id; member in struct:nvkm_head
34 int nvkm_head_new_(const struct nvkm_head_func *, struct nvkm_disp *, int id);
36 struct nvkm_head *nvkm_head_find(struct nvkm_disp *, int id);
47 int nv50_head_new(struct nvkm_disp *, int id);
51 int gf119_head_new(struct nvkm_disp *, int id);
55 int gv100_head_new(struct nvkm_disp *, int id);
59 nvkm_##l(&_h->disp->engine.subdev, "head-%d: "f"\n", _h->id, ##a); \
/linux-master/include/linux/
H A Didr.h8 * Small id to pointer translation service avoiding fixed sized
115 int __must_check idr_alloc_u32(struct idr *, void *ptr, u32 *id,
118 void *idr_remove(struct idr *, unsigned long id);
119 void *idr_find(const struct idr *, unsigned long id);
121 int (*fn)(int id, void *p, void *data), void *data);
124 void *idr_replace(struct idr *, void *, unsigned long id);
181 * @id: Entry ID.
183 * @entry and @id do not need to be initialized before the loop, and
187 #define idr_for_each_entry(idr, entry, id) \
188 for (id
[all...]
H A Dconnector.h34 struct cb_id id; member in struct:cn_callback_id
42 struct cn_callback_id id; member in struct:cn_callback_entry
49 struct cb_id id; member in struct:cn_dev
60 * @id: unique connector's user identifier.
67 int cn_add_callback(const struct cb_id *id, const char *name,
72 * @id: unique connector's user identifier.
74 void cn_del_callback(const struct cb_id *id);
130 const struct cb_id *id,
132 void cn_queue_del_callback(struct cn_queue_dev *dev, const struct cb_id *id);
/linux-master/drivers/gpu/drm/i915/selftests/
H A Digt_live_test.c21 enum intel_engine_id id; local
39 for_each_engine(engine, gt, id)
40 t->reset_engine[i][id] =
54 enum intel_engine_id id; local
69 for_each_engine(engine, gt, id) {
70 if (t->reset_engine[i][id] ==
77 t->reset_engine[i][id]);
/linux-master/sound/hda/
H A Dhda_bus_type.c16 * hdac_get_device_id - gets the hdac device id entry
21 * driver id_table and returns the matching device id entry.
27 const struct hda_device_id *id = drv->id_table; local
29 while (id->vendor_id) {
30 if (hdev->vendor_id == id->vendor_id &&
31 (!id->rev_id || id->rev_id == hdev->revision_id))
32 return id;
33 id++;
/linux-master/drivers/clk/sunxi-ng/
H A Dccu_reset.c14 unsigned long id)
17 const struct ccu_reset_map *map = &ccu->reset_map[id];
32 unsigned long id)
35 const struct ccu_reset_map *map = &ccu->reset_map[id];
50 unsigned long id)
52 ccu_reset_assert(rcdev, id);
54 ccu_reset_deassert(rcdev, id);
60 unsigned long id)
63 const struct ccu_reset_map *map = &ccu->reset_map[id];
13 ccu_reset_assert(struct reset_controller_dev *rcdev, unsigned long id) argument
31 ccu_reset_deassert(struct reset_controller_dev *rcdev, unsigned long id) argument
49 ccu_reset_reset(struct reset_controller_dev *rcdev, unsigned long id) argument
59 ccu_reset_status(struct reset_controller_dev *rcdev, unsigned long id) argument
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_busy.c14 static __always_inline u32 __busy_read_flag(u16 id) argument
16 if (id == (u16)I915_ENGINE_CLASS_INVALID)
19 GEM_BUG_ON(id >= 16);
20 return 0x10000u << id;
23 static __always_inline u32 __busy_write_id(u16 id) argument
34 if (id == (u16)I915_ENGINE_CLASS_INVALID)
37 return (id + 1) | __busy_read_flag(id);
41 __busy_set_if_active(struct dma_fence *fence, u32 (*flag)(u16 id)) argument
/linux-master/drivers/gpu/host1x/hw/
H A Dsyncpt_hw.c21 host1x_sync_writel(host, min, HOST1X_SYNC_SYNCPT(sp->id));
33 HOST1X_SYNC_SYNCPT_BASE(sp->id));
46 host1x_sync_readl(host, HOST1X_SYNC_SYNCPT_BASE(sp->id));
61 live = host1x_sync_readl(host, HOST1X_SYNC_SYNCPT(sp->id));
65 dev_err(host->dev, "%s failed: id=%u, min=%d, max=%d\n",
66 __func__, sp->id, host1x_syncpt_read_min(sp),
79 u32 reg_offset = sp->id / 32;
85 host1x_sync_writel(host, BIT(sp->id % 32),
110 HOST1X_SYNC_SYNCPT_CH_APP_CH(ch ? ch->id : 0xff),
111 HOST1X_SYNC_SYNCPT_CH_APP(sp->id));
[all...]

Completed in 376 milliseconds

1234567891011>>