Searched refs:id (Results 126 - 150 of 10515) sorted by relevance

1234567891011>>

/linux-master/drivers/clk/actions/
H A Dowl-reset.c15 unsigned long id)
18 const struct owl_reset_map *map = &reset->reset_map[id];
24 unsigned long id)
27 const struct owl_reset_map *map = &reset->reset_map[id];
33 unsigned long id)
35 owl_reset_assert(rcdev, id);
37 owl_reset_deassert(rcdev, id);
43 unsigned long id)
46 const struct owl_reset_map *map = &reset->reset_map[id];
14 owl_reset_assert(struct reset_controller_dev *rcdev, unsigned long id) argument
23 owl_reset_deassert(struct reset_controller_dev *rcdev, unsigned long id) argument
32 owl_reset_reset(struct reset_controller_dev *rcdev, unsigned long id) argument
42 owl_reset_status(struct reset_controller_dev *rcdev, unsigned long id) argument
/linux-master/include/trace/events/
H A Dsyscalls.h20 TP_PROTO(struct pt_regs *regs, long id),
22 TP_ARGS(regs, id),
25 __field( long, id )
30 __entry->id = id;
35 __entry->id,
51 __field( long, id )
56 __entry->id = syscall_get_nr(current, regs);
61 __entry->id, __entry->ret),
/linux-master/arch/arm/mach-clps711x/
H A Dboard-dt.c46 u32 id[5]; local
48 id[0] = readl(CLPS711X_VIRT_BASE + UNIQID);
49 id[1] = readl(CLPS711X_VIRT_BASE + RANDID0);
50 id[2] = readl(CLPS711X_VIRT_BASE + RANDID1);
51 id[3] = readl(CLPS711X_VIRT_BASE + RANDID2);
52 id[4] = readl(CLPS711X_VIRT_BASE + RANDID3);
55 add_device_randomness(id, sizeof(id));
57 system_serial_low = id[0];
/linux-master/tools/perf/util/
H A Dexpr.h24 int ids__insert(struct hashmap *ids, const char *id);
35 void expr__del_id(struct expr_parse_ctx *ctx, const char *id);
36 int expr__add_id(struct expr_parse_ctx *ctx, const char *id);
37 int expr__add_id_val(struct expr_parse_ctx *ctx, const char *id, double val);
38 int expr__add_id_val_source_count(struct expr_parse_ctx *ctx, const char *id,
41 int expr__get_id(struct expr_parse_ctx *ctx, const char *id,
45 int expr__resolve_id(struct expr_parse_ctx *ctx, const char *id,
57 double expr__has_event(const struct expr_parse_ctx *ctx, bool compute_ids, const char *id);
58 double expr__strcmp_cpuid_str(const struct expr_parse_ctx *ctx, bool compute_ids, const char *id);
H A Dperf_regs.h31 const char *perf_reg_name(int id, const char *arch);
32 int perf_reg_value(u64 *valp, struct regs_dump *regs, int id);
35 const char *__perf_reg_name_arm64(int id);
38 const char *__perf_reg_name_arm(int id);
41 const char *__perf_reg_name_csky(int id);
44 const char *__perf_reg_name_loongarch(int id);
47 const char *__perf_reg_name_mips(int id);
50 const char *__perf_reg_name_powerpc(int id);
53 const char *__perf_reg_name_riscv(int id);
56 const char *__perf_reg_name_s390(int id);
[all...]
/linux-master/drivers/staging/media/atomisp/pci/base/refcount/src/
H A Drefcount.c32 s32 id; member in struct:ia_css_refcount_entry
116 entry->id = 0;
126 ia_css_ptr ia_css_refcount_increment(s32 id, ia_css_ptr ptr) argument
136 "%s(%x) 0x%x\n", __func__, id, ptr);
143 entry->id = id;
146 if (entry->id != id) {
163 bool ia_css_refcount_decrement(s32 id, ia_css_ptr ptr) argument
168 "%s(%x) 0x%x\n", __func__, id, pt
221 ia_css_refcount_clear(s32 id, clear_func clear_func_ptr) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_dpp.h33 #define DPP_REG_LIST_DCN30_COMMON(id)\
34 SRI(CM_DEALPHA, CM, id),\
35 SRI(CM_MEM_PWR_STATUS, CM, id),\
36 SRI(CM_BIAS_CR_R, CM, id),\
37 SRI(CM_BIAS_Y_G_CB_B, CM, id),\
38 SRI(PRE_DEGAM, CNVC_CFG, id),\
39 SRI(CM_GAMCOR_CONTROL, CM, id),\
40 SRI(CM_GAMCOR_LUT_CONTROL, CM, id),\
41 SRI(CM_GAMCOR_LUT_INDEX, CM, id),\
42 SRI(CM_GAMCOR_LUT_INDEX, CM, id),\
[all...]
/linux-master/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_pipeline.c37 pipe->id = mdev->n_pipelines;
69 komeda_pipeline_get_component_pos(struct komeda_pipeline *pipe, int id) argument
75 switch (id) {
80 pos = to_cpos(pipe->layers[id - KOMEDA_COMPONENT_LAYER0]);
87 temp = mdev->pipelines[id - KOMEDA_COMPONENT_COMPIZ0];
89 DRM_ERROR("compiz-%d doesn't exist.\n", id);
96 pos = to_cpos(pipe->scalers[id - KOMEDA_COMPONENT_SCALER0]);
106 temp = mdev->pipelines[id - KOMEDA_COMPONENT_IPS0];
108 DRM_ERROR("ips-%d doesn't exist.\n", id);
118 DRM_ERROR("Unknown pipeline resource ID: %d.\n", id);
126 komeda_pipeline_get_component(struct komeda_pipeline *pipe, int id) argument
144 int id; local
163 komeda_component_add(struct komeda_pipeline *pipe, size_t comp_sz, u32 id, u32 hw_id, const struct komeda_component_funcs *funcs, u8 max_active_inputs, u32 supported_inputs, u8 max_active_outputs, u32 __iomem *reg, const char *name_fmt, ...) argument
252 int id; local
276 int id; local
309 int i, id; local
363 u32 id; local
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_ipp.h34 #define IPP_REG_LIST_DCN(id) \
35 SRI(FORMAT_CONTROL, CNVC_CFG, id), \
36 SRI(CNVC_SURFACE_PIXEL_FORMAT, CNVC_CFG, id), \
37 SRI(CURSOR0_CONTROL, CNVC_CUR, id), \
38 SRI(CURSOR0_COLOR0, CNVC_CUR, id), \
39 SRI(CURSOR0_COLOR1, CNVC_CUR, id)
41 #define IPP_REG_LIST_DCN10(id) \
42 IPP_REG_LIST_DCN(id), \
43 SRI(CURSOR_SETTINS, HUBPREQ, id), \
44 SRI(CURSOR_SURFACE_ADDRESS_HIGH, CURSOR, id), \
[all...]
/linux-master/drivers/clk/at91/
H A Dat91rm9200.c15 u8 id; member in struct:sck
20 u8 id; member in struct:pck
43 { .n = "udpck", .p = "usbck", .id = 1 },
44 { .n = "uhpck", .p = "usbck", .id = 4 },
45 { .n = "pck0", .p = "prog0", .id = 8 },
46 { .n = "pck1", .p = "prog1", .id = 9 },
47 { .n = "pck2", .p = "prog2", .id = 10 },
48 { .n = "pck3", .p = "prog3", .id = 11 },
52 { .n = "pioA_clk", .id = 2 },
53 { .n = "pioB_clk", .id
[all...]
/linux-master/tools/perf/tests/
H A Dtopology.c70 struct aggr_cpu_id id; local
85 * dependent and might have higher numbers than the CPU id.
127 id = aggr_cpu_id__cpu(perf_cpu_map__cpu(map, i), NULL);
129 perf_cpu_map__cpu(map, i).cpu == id.cpu.cpu);
132 session->header.env.cpu[perf_cpu_map__cpu(map, i).cpu].core_id == id.core);
135 id.socket);
138 session->header.env.cpu[perf_cpu_map__cpu(map, i).cpu].die_id == id.die);
139 TEST_ASSERT_VAL("Cpu map - Node ID is set", id.node == -1);
140 TEST_ASSERT_VAL("Cpu map - Thread IDX is set", id.thread_idx == -1);
145 id
[all...]
/linux-master/tools/testing/selftests/drivers/net/netdevsim/
H A Dnexthop.sh81 count=$($IP nexthop bucket show id $group_id nhid $nhid |
117 $IP nexthop add id 1 via 192.0.2.2 dev dummy1
118 nexthop_check "id 1" "id 1 via 192.0.2.2 dev dummy1 scope link trap"
124 $IP nexthop del id 1
137 $IP nexthop add id 1 via 192.0.2.2 dev dummy1
139 $IP nexthop add id 2 via 192.0.2.3 dev dummy1 &> /dev/null
155 $IP nexthop add id 1 via 192.0.2.2 dev dummy1
156 $IP nexthop add id 2 via 192.0.2.3 dev dummy1
158 $IP nexthop add id 1
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dcn201/
H A Ddcn201_hubp.h35 #define HUBP_REG_LIST_DCN201(id)\
36 HUBP_REG_LIST_DCN(id),\
37 SRI(PREFETCH_SETTINGS, HUBPREQ, id),\
38 SRI(PREFETCH_SETTINGS_C, HUBPREQ, id),\
39 SRI(DCSURF_FLIP_CONTROL2, HUBPREQ, id), \
40 SRI(CURSOR_SETTINGS, HUBPREQ, id), \
41 SRI(CURSOR_SURFACE_ADDRESS_HIGH, CURSOR0_, id), \
42 SRI(CURSOR_SURFACE_ADDRESS, CURSOR0_, id), \
43 SRI(CURSOR_SIZE, CURSOR0_, id), \
44 SRI(CURSOR_CONTROL, CURSOR0_, id), \
[all...]
/linux-master/arch/mips/ath79/
H A Dsetup.c46 u32 id; local
52 id = ath79_reset_rr(AR71XX_RESET_REG_REV_ID);
53 major = id & REV_ID_MAJOR_MASK;
57 minor = id & AR71XX_REV_ID_MINOR_MASK;
58 rev = id >> AR71XX_REV_ID_REVISION_SHIFT;
81 rev = id & AR724X_REV_ID_REVISION_MASK;
87 rev = id & AR724X_REV_ID_REVISION_MASK;
93 rev = id & AR724X_REV_ID_REVISION_MASK;
97 minor = id & AR913X_REV_ID_MINOR_MASK;
98 rev = id >> AR913X_REV_ID_REVISION_SHIF
[all...]
/linux-master/drivers/pinctrl/samsung/
H A Dpinctrl-exynos.h55 #define EXYNOS_PIN_BANK_EINTN(pins, reg, id) \
61 .name = id \
64 #define EXYNOS_PIN_BANK_EINTG(pins, reg, id, offs) \
71 .name = id \
74 #define EXYNOS_PIN_BANK_EINTW(pins, reg, id, offs) \
81 .name = id \
84 #define EXYNOS5433_PIN_BANK_EINTG(pins, reg, id, offs) \
91 .name = id \
94 #define EXYNOS5433_PIN_BANK_EINTW(pins, reg, id, offs) \
101 .name = id \
[all...]
/linux-master/arch/mips/bcm63xx/
H A Dtimer.c57 int bcm63xx_timer_enable(int id) argument
62 if (id >= BCM63XX_TIMER_COUNT)
67 reg = bcm_timer_readl(TIMER_CTLx_REG(id));
69 bcm_timer_writel(reg, TIMER_CTLx_REG(id));
72 reg |= TIMER_IRQSTAT_TIMER_IR_EN(id);
81 int bcm63xx_timer_disable(int id) argument
86 if (id >= BCM63XX_TIMER_COUNT)
91 reg = bcm_timer_readl(TIMER_CTLx_REG(id));
93 bcm_timer_writel(reg, TIMER_CTLx_REG(id));
96 reg &= ~TIMER_IRQSTAT_TIMER_IR_EN(id);
105 bcm63xx_timer_register(int id, void (*callback)(void *data), void *data) argument
130 bcm63xx_timer_unregister(int id) argument
151 bcm63xx_timer_set(int id, int monotonic, unsigned int countdown_us) argument
[all...]
/linux-master/tools/power/x86/intel-speed-select/
H A Disst-daemon.c36 void process_level_change(struct isst_id *id) argument
43 if (id->pkg < 0 || id->die < 0 || id->punit < 0) {
44 debug_printf("Invalid package/die info for cpu:%d\n", id->cpu);
49 if (tm - per_package_levels_tm[id->pkg][id->die][id->punit] < 2)
52 per_package_levels_tm[id->pkg][id
118 _poll_for_config_change(struct isst_id *id, void *arg1, void *arg2, void *arg3, void *arg4) argument
[all...]
/linux-master/drivers/gpu/drm/i915/
H A Di915_syncmap.c37 * context id to the last u32 fence seqno waited upon from that context.
109 __sync_branch_idx(const struct i915_syncmap *p, u64 id) argument
111 return (id >> p->height) & MASK;
115 __sync_leaf_idx(const struct i915_syncmap *p, u64 id) argument
118 return id & MASK;
121 static inline u64 __sync_branch_prefix(const struct i915_syncmap *p, u64 id) argument
123 return id >> p->height >> SHIFT;
126 static inline u64 __sync_leaf_prefix(const struct i915_syncmap *p, u64 id) argument
129 return id >> SHIFT;
140 * @id
151 i915_syncmap_is_later(struct i915_syncmap **root, u64 id, u32 seqno) argument
196 __sync_alloc_leaf(struct i915_syncmap *parent, u64 id) argument
211 __sync_set_seqno(struct i915_syncmap *p, u64 id, u32 seqno) argument
227 __sync_set(struct i915_syncmap **root, u64 id, u32 seqno) argument
350 i915_syncmap_set(struct i915_syncmap **root, u64 id, u32 seqno) argument
[all...]
/linux-master/drivers/macintosh/
H A Dadbhid.c212 int id; member in struct:adbhid
237 static void init_trackpad(int id);
238 static void init_trackball(int id);
239 static void init_turbomouse(int id);
240 static void init_microspeed(int id);
241 static void init_ms_a3(int id);
268 int id = (data[0] >> 4) & 0x0f; local
270 if (!adbhid[id]) {
272 id, data[0], data[1], data[2], data[3]);
279 adbhid_input_keycode(id, dat
285 adbhid_input_keycode(int id, int scancode, int repeat) argument
407 int id = (data[0] >> 4) & 0x0f; local
505 int id = (data[0] >> 4) & 0x0f; local
753 adbhid_input_register(int id, int default_id, int original_handler_id, int current_handler_id, int mouse_kind) argument
914 adbhid_input_unregister(int id) argument
924 adbhid_input_reregister(int id, int default_id, int org_handler_id, int cur_handler_id, int mk) argument
961 int id = keyboard_ids.id[i]; local
985 int id = buttons_ids.id[i]; local
995 int id = mouse_ids.id[i]; local
1085 init_trackpad(int id) argument
1137 init_trackball(int id) argument
1167 init_turbomouse(int id) argument
1201 init_microspeed(int id) argument
1239 init_ms_a3(int id) argument
[all...]
/linux-master/fs/smb/server/mgmt/
H A Duser_session.h28 u64 id; member in struct:preauth_session
33 u64 id; member in struct:ksmbd_session
85 struct ksmbd_session *ksmbd_session_lookup_slowpath(unsigned long long id);
87 unsigned long long id);
91 struct ksmbd_session *__session_lookup(unsigned long long id);
93 unsigned long long id);
95 struct ksmbd_user *user, u64 id);
99 unsigned long long id);
102 void ksmbd_release_tree_conn_id(struct ksmbd_session *sess, int id);
105 void ksmbd_session_rpc_close(struct ksmbd_session *sess, int id);
[all...]
/linux-master/drivers/dio/
H A Ddio-driver.c19 * dio_match_device - Tell if a DIO device structure has a matching DIO device id structure
20 * @ids: array of DIO device id structures to search in
32 while (ids->id) {
33 if (ids->id == DIO_WILDCARD)
35 if (DIO_NEEDSSECID(ids->id & 0xff)) {
36 if (ids->id == d->id)
39 if ((ids->id & 0xff) == (d->id & 0xff))
54 const struct dio_device_id *id; local
[all...]
/linux-master/drivers/memory/tegra/
H 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,
54 .id = TEGRA194_MEMORY_CLIENT_HOST1XDMAR,
64 .id = TEGRA194_MEMORY_CLIENT_NVENCSRD,
74 .id = TEGRA194_MEMORY_CLIENT_SATAR,
84 .id = TEGRA194_MEMORY_CLIENT_MPCORER,
94 .id = TEGRA194_MEMORY_CLIENT_NVENCSWR,
104 .id
[all...]
/linux-master/sound/soc/intel/boards/
H A Dsof_es8336.c261 /* dai_link id is 1:1 mapped to the PCM device */
262 pcm->device = runtime->dai_link->id;
316 static int sof_es8336_quirk_cb(const struct dmi_system_id *id) argument
318 quirk = (unsigned long)id->driver_data;
433 int id = 0; local
444 links[id].name = devm_kasprintf(dev, GFP_KERNEL,
446 if (!links[id].name)
449 links[id].id = id;
[all...]
/linux-master/drivers/interconnect/qcom/
H A Dqdu1000.c22 .id = QDU1000_MASTER_QUP_CORE_0,
31 .id = QDU1000_MASTER_QUP_CORE_1,
40 .id = QDU1000_MASTER_SYS_TCU,
49 .id = QDU1000_MASTER_APPSS_PROC,
60 .id = QDU1000_MASTER_GEMNOC_ECPRI_DMA,
69 .id = QDU1000_MASTER_FEC_2_GEMNOC,
78 .id = QDU1000_MASTER_ANOC_PCIE_GEM_NOC,
89 .id = QDU1000_MASTER_SNOC_GC_MEM_NOC,
98 .id = QDU1000_MASTER_SNOC_SF_MEM_NOC,
109 .id
[all...]
/linux-master/kernel/livepatch/
H A Dshadow.c14 * <obj, id> pair and a pointer value. It is the responsibility of the
51 * @id: data identifier
58 unsigned long id; member in struct:klp_shadow
63 * klp_shadow_match() - verify a shadow variable matches given <obj, id>
66 * @id: data identifier
71 unsigned long id)
73 return shadow->obj == obj && shadow->id == id;
79 * @id: data identifier
83 void *klp_shadow_get(void *obj, unsigned long id) argument
70 klp_shadow_match(struct klp_shadow *shadow, void *obj, unsigned long id) argument
104 __klp_shadow_get_or_alloc(void *obj, unsigned long id, size_t size, gfp_t gfp_flags, klp_shadow_ctor_t ctor, void *ctor_data, bool warn_on_exist) argument
196 klp_shadow_alloc(void *obj, unsigned long id, size_t size, gfp_t gfp_flags, klp_shadow_ctor_t ctor, void *ctor_data) argument
225 klp_shadow_get_or_alloc(void *obj, unsigned long id, size_t size, gfp_t gfp_flags, klp_shadow_ctor_t ctor, void *ctor_data) argument
253 klp_shadow_free(void *obj, unsigned long id, klp_shadow_dtor_t dtor) argument
283 klp_shadow_free_all(unsigned long id, klp_shadow_dtor_t dtor) argument
[all...]

Completed in 730 milliseconds

1234567891011>>