Searched refs:id (Results 226 - 250 of 10515) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A Dkcov.h46 static inline void kcov_remote_start_common(u64 id) argument
48 kcov_remote_start(kcov_remote_handle(KCOV_SUBSYSTEM_COMMON, id));
51 static inline void kcov_remote_start_usb(u64 id) argument
53 kcov_remote_start(kcov_remote_handle(KCOV_SUBSYSTEM_USB, id));
60 * https://bugzilla.kernel.org/show_bug.cgi?id=210337
63 static inline void kcov_remote_start_usb_softirq(u64 id) argument
66 kcov_remote_start_usb(id);
104 static inline void kcov_remote_start_common(u64 id) {} argument
105 static inline void kcov_remote_start_usb(u64 id) {} argument
106 static inline void kcov_remote_start_usb_softirq(u64 id) {} argument
[all...]
/linux-master/sound/isa/cs423x/
H A Dcs4236.c27 static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */ variable
44 module_param_array(id, charp, NULL, 0444);
45 MODULE_PARM_DESC(id, "ID string for " IDENT " soundcard.");
92 { .id = "CSC0100" },
93 { .id = "CSC0000" },
96 { .id = "GIM0100" },
97 { .id = "" }
104 { .id = "CSC0d32", .devs = { { "CSC0000" }, { "CSC0010" }, { "PNPb006" } } },
106 { .id = "CSC1a32", .devs = { { "CSC0000" }, { "CSC0010" }, { "CSC0003" } } },
108 { .id
271 snd_card_cs423x_pnpc(int dev, struct snd_card_cs4236 *acard, struct pnp_card_link *card, const struct pnp_card_device_id *id) argument
491 snd_cs423x_pnpbios_detect(struct pnp_dev *pdev, const struct pnp_device_id *id) argument
[all...]
/linux-master/sound/soc/tegra/
H A Dtegra210_mixer.c23 #define MIXER_REG(reg, id) ((reg) + ((id) * TEGRA210_MIXER_REG_STRIDE))
26 #define MIXER_GAIN_CFG_RAM_ADDR(id) \
28 ((id) * TEGRA210_MIXER_GAIN_CFG_RAM_ADDR_STRIDE))
30 #define MIXER_RX_REG_DEFAULTS(id) \
31 { MIXER_REG(TEGRA210_MIXER_RX1_CIF_CTRL, id), 0x00007700}, \
32 { MIXER_REG(TEGRA210_MIXER_RX1_CTRL, id), 0x00010823}, \
33 { MIXER_REG(TEGRA210_MIXER_RX1_PEAK_CTRL, id), 0x000012c0}
35 #define MIXER_TX_REG_DEFAULTS(id) \
36 { MIXER_REG(TEGRA210_MIXER_TX1_INT_MASK, (id)),
126 tegra210_mixer_configure_gain(struct snd_soc_component *cmpnt, unsigned int id, bool instant_gain) argument
202 unsigned int reg = mc->reg, id; local
235 tegra210_mixer_set_audio_cif(struct tegra210_mixer *mixer, struct snd_pcm_hw_params *params, unsigned int reg, unsigned int id) argument
[all...]
/linux-master/drivers/interconnect/qcom/
H A Dsc7280.c21 .id = SC7280_MASTER_QSPI_0,
30 .id = SC7280_MASTER_QUP_0,
39 .id = SC7280_MASTER_QUP_1,
48 .id = SC7280_MASTER_A1NOC_CFG,
57 .id = SC7280_MASTER_SDCC_1,
66 .id = SC7280_MASTER_SDCC_2,
75 .id = SC7280_MASTER_SDCC_4,
84 .id = SC7280_MASTER_UFS_MEM,
93 .id = SC7280_MASTER_USB2,
102 .id
[all...]
H A Dsa8775p.c214 .id = SA8775P_MASTER_QUP_3,
223 .id = SA8775P_MASTER_EMAC,
232 .id = SA8775P_MASTER_EMAC_1,
241 .id = SA8775P_MASTER_SDC,
250 .id = SA8775P_MASTER_UFS_MEM,
259 .id = SA8775P_MASTER_USB2,
268 .id = SA8775P_MASTER_USB3_0,
277 .id = SA8775P_MASTER_USB3_1,
286 .id = SA8775P_MASTER_QDSS_BAM,
295 .id
[all...]
/linux-master/tools/include/uapi/linux/
H A Dtls.h47 #define TLS_VERSION_NUMBER(id) ((((id##_VERSION_MAJOR) & 0xFF) << 8) | \
48 ((id##_VERSION_MINOR) & 0xFF))
/linux-master/sound/firewire/bebob/
H A Dbebob_yamaha_terratec.c38 clk_src_get(struct snd_bebob *bebob, unsigned int *id) argument
42 err = avc_audio_get_selector(bebob->unit, 0, 4, id);
46 if (*id >= ARRAY_SIZE(clk_src_types))
/linux-master/include/linux/rpmsg/
H A Dmtk_rpmsg.h16 * @register_ipi: register IPI handler for an IPI id.
17 * @unregister_ipi: unregister IPI handler for a registered IPI id.
18 * @send_ipi: send IPI to an IPI id. wait is the timeout (in msecs) to wait
20 * @ns_ipi_id: the IPI id used for name service, or -1 if name service isn't
24 int (*register_ipi)(struct platform_device *pdev, u32 id,
26 void (*unregister_ipi)(struct platform_device *pdev, u32 id);
27 int (*send_ipi)(struct platform_device *pdev, u32 id,
/linux-master/sound/soc/mediatek/mt2701/
H A Dmt2701-afe-clock-ctrl.h26 int mt2701_afe_enable_mclk(struct mtk_base_afe *afe, int id);
27 void mt2701_afe_disable_mclk(struct mtk_base_afe *afe, int id);
32 int mt2701_mclk_configuration(struct mtk_base_afe *afe, int id);
/linux-master/include/rdma/
H A Duverbs_named_ioctl.h17 #define UVERBS_METHOD(id) _UVERBS_NAME(UVERBS_MODULE_NAME, _method_##id)
18 #define UVERBS_HANDLER(id) _UVERBS_NAME(UVERBS_MODULE_NAME, _handler_##id)
19 #define UVERBS_OBJECT(id) _UVERBS_NAME(UVERBS_MODULE_NAME, _object_##id)
29 .id = _method_id, \
43 .id = _method_id, \
53 .id = _object_id, \
68 .id
[all...]
/linux-master/drivers/pci/
H A Dpci-mid.c48 const struct x86_cpu_id *id; local
50 id = x86_match_cpu(lpss_cpu_ids);
51 if (id)
/linux-master/include/linux/platform_data/x86/
H A Dsoc.h26 const struct x86_cpu_id *id; \
28 id = x86_match_cpu(soc##_cpu_ids); \
29 if (id) \
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_rc6.h25 u64 intel_rc6_residency_ns(struct intel_rc6 *rc6, enum intel_rc6_res_type id);
26 u64 intel_rc6_residency_us(struct intel_rc6 *rc6, enum intel_rc6_res_type id);
28 enum intel_rc6_res_type id);
/linux-master/drivers/reset/
H A Dreset-k210.c29 unsigned long id)
33 return regmap_update_bits(ksr->map, K210_SYSCTL_PERI_RESET, BIT(id), 1);
37 unsigned long id)
41 return regmap_update_bits(ksr->map, K210_SYSCTL_PERI_RESET, BIT(id), 0);
45 unsigned long id)
49 ret = k210_rst_assert(rcdev, id);
52 ret = k210_rst_deassert(rcdev, id);
59 unsigned long id)
62 u32 reg, bit = BIT(id);
75 unsigned long id local
28 k210_rst_assert(struct reset_controller_dev *rcdev, unsigned long id) argument
36 k210_rst_deassert(struct reset_controller_dev *rcdev, unsigned long id) argument
44 k210_rst_reset(struct reset_controller_dev *rcdev, unsigned long id) argument
58 k210_rst_status(struct reset_controller_dev *rcdev, unsigned long id) argument
[all...]
H A Dreset-bcm6345.c32 unsigned long id, bool assert)
41 val &= ~BIT(id);
43 val |= BIT(id);
51 unsigned long id)
53 return bcm6345_reset_update(rcdev, id, true);
57 unsigned long id)
59 return bcm6345_reset_update(rcdev, id, false);
63 unsigned long id)
65 bcm6345_reset_update(rcdev, id, true);
69 bcm6345_reset_update(rcdev, id, fals
31 bcm6345_reset_update(struct reset_controller_dev *rcdev, unsigned long id, bool assert) argument
50 bcm6345_reset_assert(struct reset_controller_dev *rcdev, unsigned long id) argument
56 bcm6345_reset_deassert(struct reset_controller_dev *rcdev, unsigned long id) argument
62 bcm6345_reset_reset(struct reset_controller_dev *rcdev, unsigned long id) argument
81 bcm6345_reset_status(struct reset_controller_dev *rcdev, unsigned long id) argument
[all...]
/linux-master/sound/soc/intel/common/
H A Dsoc-acpi-intel-cht-match.c16 static int cht_surface_quirk_cb(const struct dmi_system_id *id) argument
34 .id = "10EC5640",
95 .id = "10WM5102",
149 .id = "193C9890",
156 .id = "10508824",
170 .id = "ESSX8316",
187 .id = "10EC5682",
193 .id = "10EC5651",
200 .id = "14F10720",
207 .id
[all...]
/linux-master/drivers/mtd/spi-nor/
H A Desmt.c13 .id = SNOR_ID(0x8c, 0x20, 0x16),
19 .id = SNOR_ID(0x8c, 0x41, 0x16),
25 .id = SNOR_ID(0x8c, 0x41, 0x17),
H A Dintel.c13 .id = SNOR_ID(0x89, 0x89, 0x11),
18 .id = SNOR_ID(0x89, 0x89, 0x12),
23 .id = SNOR_ID(0x89, 0x89, 0x13),
H A Dwinbond.c46 .id = SNOR_ID(0xef, 0x30, 0x10),
51 .id = SNOR_ID(0xef, 0x30, 0x11),
56 .id = SNOR_ID(0xef, 0x30, 0x12),
61 .id = SNOR_ID(0xef, 0x30, 0x13),
66 .id = SNOR_ID(0xef, 0x30, 0x14),
71 .id = SNOR_ID(0xef, 0x30, 0x15),
76 .id = SNOR_ID(0xef, 0x30, 0x16),
81 .id = SNOR_ID(0xef, 0x30, 0x17),
86 .id = SNOR_ID(0xef, 0x40, 0x12),
91 .id
[all...]
/linux-master/drivers/gpu/drm/msm/disp/dpu1/catalog/
H A Ddpu_8_0_sc8280xp.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...]
/linux-master/drivers/soc/renesas/
H A Drenesas-soc.c93 u32 id; member in struct:renesas_soc
102 .id = 0x3b,
107 .id = 0x3f,
112 .id = 0x40,
117 .id = 0x847c447,
122 .id = 0x45,
127 .id = 0x47,
132 .id = 0x4b,
137 .id = 0x4c,
142 .id
463 const struct renesas_id *id; local
[all...]
/linux-master/drivers/gpu/drm/lima/
H A Dlima_ctx.h27 int lima_ctx_create(struct lima_device *dev, struct lima_ctx_mgr *mgr, u32 *id);
28 int lima_ctx_free(struct lima_ctx_mgr *mgr, u32 id);
29 struct lima_ctx *lima_ctx_get(struct lima_ctx_mgr *mgr, u32 id);
/linux-master/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_dio_link_encoder.h31 #define LE_DCN32_REG_LIST(id)\
32 LE_DCN31_REG_LIST(id),\
33 SRI(DIG_FIFO_CTRL0, DIG, id)
/linux-master/drivers/clk/at91/
H A Dsama7g5.c364 * @id: clock id
378 u8 id; member in struct:__anon22
384 .id = 1,
393 .id = 2,
401 .id = 3,
409 .id = 4,
420 * @id: clock id
424 u8 id; member in struct:__anon24
470 u8 id; member in struct:__anon25
567 u8 id; member in struct:__anon26
[all...]
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-cards.c51 .id = 0x1d,
58 .id = 0x04,
65 .id = 0x1b,
72 .id = 0x1e,
79 .id = 0x1f,
97 .id = 0x06,
104 .id = 0x04,
111 .id = 0x05,
118 .id = 0x1e,
125 .id
[all...]

Completed in 589 milliseconds

1234567891011>>