Searched refs:id (Results 51 - 75 of 10515) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/host1x/hw/
H A Dhw_host1x02_sync.h44 static inline u32 host1x_sync_syncpt_r(unsigned int id) argument
46 return 0x400 + id * REGISTER_STRIDE;
48 #define HOST1X_SYNC_SYNCPT(id) \
49 host1x_sync_syncpt_r(id)
50 static inline u32 host1x_sync_syncpt_thresh_cpu0_int_status_r(unsigned int id) argument
52 return 0x40 + id * REGISTER_STRIDE;
54 #define HOST1X_SYNC_SYNCPT_THRESH_CPU0_INT_STATUS(id) \
55 host1x_sync_syncpt_thresh_cpu0_int_status_r(id)
56 static inline u32 host1x_sync_syncpt_thresh_int_disable_r(unsigned int id) argument
58 return 0x60 + id * REGISTER_STRID
62 host1x_sync_syncpt_thresh_int_enable_cpu0_r(unsigned int id) argument
116 host1x_sync_mlock_owner_r(unsigned int id) argument
140 host1x_sync_syncpt_int_thresh_r(unsigned int id) argument
146 host1x_sync_syncpt_base_r(unsigned int id) argument
152 host1x_sync_syncpt_cpu_incr_r(unsigned int id) argument
[all...]
H A Dhw_host1x04_sync.h44 static inline u32 host1x_sync_syncpt_r(unsigned int id) argument
46 return 0xf80 + id * REGISTER_STRIDE;
48 #define HOST1X_SYNC_SYNCPT(id) \
49 host1x_sync_syncpt_r(id)
50 static inline u32 host1x_sync_syncpt_thresh_cpu0_int_status_r(unsigned int id) argument
52 return 0xe80 + id * REGISTER_STRIDE;
54 #define HOST1X_SYNC_SYNCPT_THRESH_CPU0_INT_STATUS(id) \
55 host1x_sync_syncpt_thresh_cpu0_int_status_r(id)
56 static inline u32 host1x_sync_syncpt_thresh_int_disable_r(unsigned int id) argument
58 return 0xf00 + id * REGISTER_STRID
62 host1x_sync_syncpt_thresh_int_enable_cpu0_r(unsigned int id) argument
116 host1x_sync_mlock_owner_r(unsigned int id) argument
140 host1x_sync_syncpt_int_thresh_r(unsigned int id) argument
146 host1x_sync_syncpt_base_r(unsigned int id) argument
152 host1x_sync_syncpt_cpu_incr_r(unsigned int id) argument
[all...]
H A Dhw_host1x05_sync.h44 static inline u32 host1x_sync_syncpt_r(unsigned int id) argument
46 return 0xf80 + id * REGISTER_STRIDE;
48 #define HOST1X_SYNC_SYNCPT(id) \
49 host1x_sync_syncpt_r(id)
50 static inline u32 host1x_sync_syncpt_thresh_cpu0_int_status_r(unsigned int id) argument
52 return 0xe80 + id * REGISTER_STRIDE;
54 #define HOST1X_SYNC_SYNCPT_THRESH_CPU0_INT_STATUS(id) \
55 host1x_sync_syncpt_thresh_cpu0_int_status_r(id)
56 static inline u32 host1x_sync_syncpt_thresh_int_disable_r(unsigned int id) argument
58 return 0xf00 + id * REGISTER_STRID
62 host1x_sync_syncpt_thresh_int_enable_cpu0_r(unsigned int id) argument
116 host1x_sync_mlock_owner_r(unsigned int id) argument
140 host1x_sync_syncpt_int_thresh_r(unsigned int id) argument
146 host1x_sync_syncpt_base_r(unsigned int id) argument
152 host1x_sync_syncpt_cpu_incr_r(unsigned int id) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dbit.h5 u8 id; member in struct:bit_entry
11 int bit_entry(struct nvkm_bios *, u8 id, struct bit_entry *);
/linux-master/drivers/usb/host/
H A Dxhci-pci.h9 const struct pci_device_id *id);
13 const struct pci_device_id *id)
12 renesas_xhci_check_request_fw(struct pci_dev *dev, const struct pci_device_id *id) argument
/linux-master/drivers/input/tests/
H A Dinput_test.c24 input_dev->id.bustype = BUS_VIRTUAL;
25 input_dev->id.vendor = 1;
26 input_dev->id.product = 1;
27 input_dev->id.version = 1;
90 struct input_device_id id = { 0 }; local
97 id.flags = INPUT_DEVICE_ID_MATCH_BUS;
98 id.bustype = BUS_VIRTUAL;
99 KUNIT_ASSERT_TRUE(test, input_match_device_id(input_dev, &id));
101 id.bustype = BUS_I2C;
102 KUNIT_ASSERT_FALSE(test, input_match_device_id(input_dev, &id));
139 struct input_device_id id; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dpadgf119.c36 gf119_i2c_pad_s_new(struct nvkm_i2c *i2c, int id, struct nvkm_i2c_pad **ppad) argument
38 return nvkm_i2c_pad_new_(&gf119_i2c_pad_s_func, i2c, id, ppad);
48 gf119_i2c_pad_x_new(struct nvkm_i2c *i2c, int id, struct nvkm_i2c_pad **ppad) argument
50 return nvkm_i2c_pad_new_(&gf119_i2c_pad_x_func, i2c, id, ppad);
/linux-master/crypto/asymmetric_keys/
H A Dasymmetric_keys.h10 extern struct asymmetric_key_id *asymmetric_key_hex_to_key_id(const char *id);
12 extern int __asymmetric_key_hex_to_key_id(const char *id,
/linux-master/include/linux/regulator/
H A Dfixed.h47 struct platform_device *regulator_register_always_on(int id, const char *name,
50 static inline struct platform_device *regulator_register_always_on(int id, const char *name, argument
57 #define regulator_register_fixed(id, s, ns) regulator_register_always_on(id, \
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dmapping.h9 int mapping_add(struct mapping_ctx *ctx, void *data, u32 *id);
10 int mapping_remove(struct mapping_ctx *ctx, u32 id);
11 int mapping_find(struct mapping_ctx *ctx, u32 id, void *data);
17 * id by MAPPING_GRACE_PERIOD milliseconds.
19 * hardware with a previous id, and quick remove() and add() reusing the same
20 * previous id. Then find() will get the new mapping instead of the old
27 /* adds mapping with an id or get an existing mapping with the same id
30 mapping_create_for_id(u64 id, u8 type, size_t data_size, u32 max_id, bool delayed_removal);
/linux-master/tools/bpf/bpftool/skeleton/
H A Dpid_iter.h7 __u32 id; member in struct:pid_iter_entry
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dchid.c25 nvkm_chid_put(struct nvkm_chid *chid, int id, spinlock_t *data_lock) argument
27 if (id >= 0) {
30 chid->data[id] = NULL;
32 clear_bit(id, chid->used);
40 int id = -1, cid; local
47 id = cid;
50 return id;
90 int id; local
105 for (id = 0; id < firs
[all...]
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-trace-id.h46 #define IS_VALID_CS_TRACE_ID(id) \
47 ((id > CORESIGHT_TRACE_ID_RES_0) && (id < CORESIGHT_TRACE_ID_RES_TOP))
130 * @id: value of trace ID allocated.
132 void coresight_trace_id_put_system_id(int id);
H A Dcoresight-trace-id.c12 #include "coresight-trace-id.h"
38 #define DUMP_ID_CPU(cpu, id) pr_debug("%s called; cpu=%d, id=%d\n", __func__, cpu, id)
39 #define DUMP_ID(id) pr_debug("%s called; id=%d\n", __func__, id)
43 #define DUMP_ID(id)
44 #define DUMP_ID_CPU(cpu, id)
77 * if @preferred_id is a valid id the
85 int id = 0; local
113 coresight_trace_id_free(int id, struct coresight_trace_id_map *id_map) argument
122 coresight_trace_id_set_pend_rel(int id, struct coresight_trace_id_map *id_map) argument
157 int id; local
201 int id; local
228 int id; local
240 coresight_trace_id_map_put_system_id(struct coresight_trace_id_map *id_map, int id) argument
278 coresight_trace_id_put_system_id(int id) argument
[all...]
/linux-master/io_uring/
H A Dregister.h6 int io_unregister_personality(struct io_ring_ctx *ctx, unsigned id);
/linux-master/drivers/tee/optee/
H A Doptee_ffa.h33 #define OPTEE_FFA_BLOCKING_CALL(id) (id)
35 #define OPTEE_FFA_YIELDING_CALL(id) ((id) | BIT(OPTEE_FFA_YIELDING_CALL_BIT))
/linux-master/drivers/gpu/drm/amd/display/dc/bios/
H A Dcommand_table_helper2.h41 enum controller_id id,
49 enum clock_source_id id,
56 enum encoder_id id);
/linux-master/sound/soc/intel/common/
H A Dsoc-acpi-intel-kbl-match.c47 .id = "INT343A",
52 .id = "INT343B",
60 .id = "MX98357A",
68 .id = "MX98927",
76 .id = "MX98927",
84 .id = "10EC5663",
89 .id = "DLGS7219",
97 .id = "DLGS7219",
105 .id = "10EC5660",
110 .id
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/gpio/
H A Dhpd_regs.h39 #define HPD_GPIO_REG_LIST_ENTRY(type, cd, id) \
41 .type ## _mask = DC_GPIO_HPD_ ## type ## __DC_GPIO_HPD ## id ## _ ## type ## _MASK,\
42 .type ## _shift = DC_GPIO_HPD_ ## type ## __DC_GPIO_HPD ## id ## _ ## type ## __SHIFT
44 #define HPD_GPIO_REG_LIST(id) \
46 HPD_GPIO_REG_LIST_ENTRY(MASK, cd, id),\
47 HPD_GPIO_REG_LIST_ENTRY(A, cd, id),\
48 HPD_GPIO_REG_LIST_ENTRY(EN, cd, id),\
49 HPD_GPIO_REG_LIST_ENTRY(Y, cd, id)\
52 #define HPD_REG_LIST(id) \
53 HPD_GPIO_REG_LIST(ONE_MORE_ ## id), \
[all...]
/linux-master/drivers/mtd/spi-nor/
H A Deon.c13 .id = SNOR_ID(0x1c, 0x20, 0x16),
17 .id = SNOR_ID(0x1c, 0x20, 0x17),
21 .id = SNOR_ID(0x1c, 0x30, 0x14),
26 .id = SNOR_ID(0x1c, 0x30, 0x16),
30 .id = SNOR_ID(0x1c, 0x30, 0x17),
35 .id = SNOR_ID(0x1c, 0x31, 0x16),
41 .id = SNOR_ID(0x1c, 0x38, 0x17),
45 .id = SNOR_ID(0x1c, 0x70, 0x15),
50 .id = SNOR_ID(0x1c, 0x70, 0x16),
54 .id
[all...]
/linux-master/drivers/clk/at91/
H A Dat91sam9rl.c34 u8 id; member in struct:__anon7
36 { .n = "pck0", .p = "prog0", .id = 8 },
37 { .n = "pck1", .p = "prog1", .id = 9 },
42 u8 id; member in struct:__anon8
44 { .n = "pioA_clk", .id = 2, },
45 { .n = "pioB_clk", .id = 3, },
46 { .n = "pioC_clk", .id = 4, },
47 { .n = "pioD_clk", .id = 5, },
48 { .n = "usart0_clk", .id = 6, },
49 { .n = "usart1_clk", .id
[all...]
/linux-master/include/rdma/
H A Drdma_cm.h106 * the passed in id, or a corresponding listen id. Returning a
107 * non-zero value from the callback will destroy the passed in id.
109 typedef int (*rdma_cm_event_handler)(struct rdma_cm_id *id,
136 * @net: The network namespace in which to create the new id.
139 * @context: User specified context associated with the id.
141 * @qp_type: type of queue pair associated with the id.
143 * Returns a new rdma_cm_id. The id holds a reference on the network
146 * The event handler callback serializes on the id's mutex and is
156 * @id
[all...]
/linux-master/tools/power/x86/intel-speed-select/
H A Disst.h191 int (*is_punit_valid)(struct isst_id *id);
192 int (*read_pm_config)(struct isst_id *id, int *cp_state, int *cp_cap);
193 int (*get_config_levels)(struct isst_id *id, struct isst_pkg_ctdp *pkg_ctdp);
194 int (*get_ctdp_control)(struct isst_id *id, int config_index, struct isst_pkg_ctdp_level_info *ctdp_level);
195 int (*get_tdp_info)(struct isst_id *id, int config_index, struct isst_pkg_ctdp_level_info *ctdp_level);
196 int (*get_pwr_info)(struct isst_id *id, int config_index, struct isst_pkg_ctdp_level_info *ctdp_level);
197 int (*get_coremask_info)(struct isst_id *id, int config_index, struct isst_pkg_ctdp_level_info *ctdp_level);
198 int (*get_get_trl)(struct isst_id *id, int level, int avx_level, int *trl);
199 int (*get_get_trls)(struct isst_id *id, int level, struct isst_pkg_ctdp_level_info *ctdp_level);
200 int (*get_trl_bucket_info)(struct isst_id *id, in
[all...]
/linux-master/arch/sparc/kernel/
H A Dleon_pmc.c26 unsigned int *id; local
28 id = &pmc_leon_fixup_ids[0];
29 while (*id != 0) {
30 if (*id == systemid)
32 id++;
/linux-master/drivers/soundwire/
H A Dslave.c26 struct sdw_slave_id *id, struct fwnode_handle *fwnode)
37 memcpy(&slave->id, id, sizeof(*id));
41 if (id->unique_id == SDW_IGNORED_UNIQUE_ID) {
44 bus->controller_id, bus->link_id, id->mfg_id, id->part_id,
45 id->class_id);
49 bus->controller_id, bus->link_id, id->mfg_id, id
25 sdw_slave_add(struct sdw_bus *bus, struct sdw_slave_id *id, struct fwnode_handle *fwnode) argument
96 find_slave(struct sdw_bus *bus, struct acpi_device *adev, struct sdw_slave_id *id) argument
134 struct sdw_slave_id id; member in struct:sdw_acpi_child_walk_data
142 struct sdw_slave_id id; local
232 struct sdw_slave_id id; local
[all...]

Completed in 387 milliseconds

1234567891011>>