Searched refs:id (Results 151 - 175 of 10515) sorted by path

1234567891011>>

/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dbusgf119.c83 gf119_i2c_bus_new(struct nvkm_i2c_pad *pad, int id, u8 drive, argument
92 nvkm_i2c_bus_ctor(&gf119_i2c_bus_func, pad, id, &bus->base);
H A Dbusnv04.c83 nv04_i2c_bus_new(struct nvkm_i2c_pad *pad, int id, u8 drive, u8 sense, argument
92 nvkm_i2c_bus_ctor(&nv04_i2c_bus_func, pad, id, &bus->base);
H A Dbusnv4e.c74 nv4e_i2c_bus_new(struct nvkm_i2c_pad *pad, int id, u8 drive, argument
83 nvkm_i2c_bus_ctor(&nv4e_i2c_bus_func, pad, id, &bus->base);
H A Dbusnv50.c90 nv50_i2c_bus_new(struct nvkm_i2c_pad *pad, int id, u8 drive, argument
109 nvkm_i2c_bus_ctor(&nv50_i2c_bus_func, pad, id, &bus->base);
H A Dpad.c97 int id, struct nvkm_i2c_pad *pad)
101 pad->id = id;
110 int id, struct nvkm_i2c_pad **ppad)
114 nvkm_i2c_pad_ctor(func, i2c, id, *ppad);
96 nvkm_i2c_pad_ctor(const struct nvkm_i2c_pad_func *func, struct nvkm_i2c *i2c, int id, struct nvkm_i2c_pad *pad) argument
109 nvkm_i2c_pad_new_(const struct nvkm_i2c_pad_func *func, struct nvkm_i2c *i2c, int id, struct nvkm_i2c_pad **ppad) argument
H A Dpadg94.c33 const u32 base = (pad->id - NVKM_I2C_PAD_HYBRID(0)) * 0x50;
61 g94_i2c_pad_s_new(struct nvkm_i2c *i2c, int id, struct nvkm_i2c_pad **ppad) argument
63 return nvkm_i2c_pad_new_(&g94_i2c_pad_s_func, i2c, id, ppad);
73 g94_i2c_pad_x_new(struct nvkm_i2c *i2c, int id, struct nvkm_i2c_pad **ppad) argument
75 return nvkm_i2c_pad_new_(&g94_i2c_pad_x_func, i2c, id, ppad);
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);
H A Dpadgm200.c33 const u32 base = (pad->id - NVKM_I2C_PAD_HYBRID(0)) * 0x50;
61 gm200_i2c_pad_s_new(struct nvkm_i2c *i2c, int id, struct nvkm_i2c_pad **ppad) argument
63 return nvkm_i2c_pad_new_(&gm200_i2c_pad_s_func, i2c, id, ppad);
73 gm200_i2c_pad_x_new(struct nvkm_i2c *i2c, int id, struct nvkm_i2c_pad **ppad) argument
75 return nvkm_i2c_pad_new_(&gm200_i2c_pad_x_func, i2c, id, ppad);
H A Dpadnv04.c33 nv04_i2c_pad_new(struct nvkm_i2c *i2c, int id, struct nvkm_i2c_pad **ppad) argument
35 return nvkm_i2c_pad_new_(&nv04_i2c_pad_func, i2c, id, ppad);
H A Dpadnv4e.c33 nv4e_i2c_pad_new(struct nvkm_i2c *i2c, int id, struct nvkm_i2c_pad **ppad) argument
35 return nvkm_i2c_pad_new_(&nv4e_i2c_pad_func, i2c, id, ppad);
H A Dpadnv50.c33 nv50_i2c_pad_new(struct nvkm_i2c *i2c, int id, struct nvkm_i2c_pad **ppad) argument
35 return nvkm_i2c_pad_new_(&nv50_i2c_pad_func, i2c, id, ppad);
/linux-master/drivers/gpu/drm/radeon/
H A Dclearstate_defs.h41 const enum section_id id; member in struct:cs_section_def
H A Dkv_dpm.h188 int kv_notify_message_to_smu(struct radeon_device *rdev, u32 id);
H A Dmkregtable.c146 unsigned nlloop, i, j, n, c, id; local
152 for (i = 0, id = 0; i < nlloop; i++) {
162 printf("0x%08X,", t->table[id++]);
H A Dtrinity_smc.c29 static int trinity_notify_message_to_smu(struct radeon_device *rdev, u32 id) argument
34 WREG32(SMC_MESSAGE_0, id);
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun4i_layer.h18 int id; member in struct:sun4i_layer
/linux-master/drivers/gpu/host1x/hw/
H A Dhw_host1x01_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_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/hid/
H A Dhid-belkin.c46 static int belkin_probe(struct hid_device *hdev, const struct hid_device_id *id) argument
48 unsigned long quirks = id->driver_data;
H A Dhid-generic.c57 const struct hid_device_id *id)
56 hid_generic_probe(struct hid_device *hdev, const struct hid_device_id *id) argument
H A Dhid-ntrig.c54 __u16 id; member in struct:ntrig_data
609 nd->id = value;
688 if (nd->id)
715 if (nd->id == 0) {
893 static int ntrig_probe(struct hid_device *hdev, const struct hid_device_id *id) argument
899 if (id->driver_data)
H A Dhid-petalynx.c67 static int pl_probe(struct hid_device *hdev, const struct hid_device_id *id) argument
H A Dhid-picolcd.h127 #define picolcd_in_report(id, dev) picolcd_report(id, dev, HID_INPUT_REPORT)
128 #define picolcd_out_report(id, dev) picolcd_report(id, dev, HID_OUTPUT_REPORT)
130 struct hid_report *picolcd_report(int id, struct hid_device *hdev, int dir);

Completed in 537 milliseconds

1234567891011>>