/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
A D | chid.c | 25 nvkm_chid_put(struct nvkm_chid *chid, int id, spinlock_t *data_lock) in nvkm_chid_put() 38 nvkm_chid_get(struct nvkm_chid *chid, void *data) in nvkm_chid_get() 56 struct nvkm_chid *chid = container_of(kref, typeof(*chid), kref); in nvkm_chid_del() local 67 struct nvkm_chid *chid = *pchid; in nvkm_chid_unref() local 77 nvkm_chid_ref(struct nvkm_chid *chid) in nvkm_chid_ref() 89 struct nvkm_chid *chid; in nvkm_chid_new() local
|
A D | nv04.c | 49 u32 chid; in nv04_chan_stop() local 274 nv04_fifo_swmthd(struct nvkm_device *device, u32 chid, u32 addr, u32 data) in nv04_fifo_swmthd() 303 nv04_fifo_intr_cache_error(struct nvkm_fifo *fifo, u32 chid, u32 get) in nv04_fifo_intr_cache_error() 354 nv04_fifo_intr_dma_pusher(struct nvkm_fifo *fifo, u32 chid) in nv04_fifo_intr_dma_pusher() 413 u32 reassign, chid, get, sem; in nv04_fifo_intr() local
|
A D | runl.c | 185 struct nvkm_chid *chid = runl->chid; in nvkm_runl_chan_get_inst() local 209 struct nvkm_chid *chid = runl->chid; in nvkm_runl_chan_get_chid() local
|
A D | ga100.c | 187 u32 chid = nvkm_rd32(device, 0x040120 + (runq->id * 0x0800)) & runl->chid->mask; in ga100_runq_intr_1() local 226 u32 chid = nvkm_rd32(device, 0x040120 + (runq->id * 0x0800)) & runl->chid->mask; in ga100_runq_intr_0() local
|
A D | nv40.c | 131 int chid; in nv40_ectx_bind() local
|
A D | gv100.c | 146 gv100_runq_intr_1_ctxnotvalid(struct nvkm_runq *runq, int chid) in gv100_runq_intr_1_ctxnotvalid()
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/core/ |
A D | ramht.c | 27 nvkm_ramht_hash(struct nvkm_ramht *ramht, int chid, u32 handle) in nvkm_ramht_hash() 41 nvkm_ramht_search(struct nvkm_ramht *ramht, int chid, u32 handle) in nvkm_ramht_search() 61 int chid, int addr, u32 handle, u32 context) in nvkm_ramht_update() 108 int chid, int addr, u32 handle, u32 context) in nvkm_ramht_insert()
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
A D | nv10.c | 402 int chid; member 552 int chid = nvkm_rd32(device, 0x400148) >> 24; in nv10_gr_channel() local 812 nv10_gr_load_dma_vtxbuf(struct nv10_gr_chan *chan, int chid, u32 inst) in nv10_gr_load_dma_vtxbuf() 883 nv10_gr_load_context(struct nv10_gr_chan *chan, int chid) in nv10_gr_load_context() 937 int chid; in nv10_gr_context_switch() local 1090 u32 chid = (addr & 0x01f00000) >> 20; in nv10_gr_intr() local
|
A D | nv04.c | 362 int chid; member 1077 int chid = nvkm_rd32(device, NV04_PGRAPH_CTX_USER) >> 24; in nv04_gr_channel() local 1085 nv04_gr_load_context(struct nv04_gr_chan *chan, int chid) in nv04_gr_load_context() 1119 int chid; in nv04_gr_context_switch() local 1281 u32 chid = (addr & 0x0f000000) >> 24; in nv04_gr_intr() local
|
A D | nv20.c | 36 int chid = -1; in nv20_gr_chan_fini() local 190 u32 chid = (addr & 0x01f00000) >> 20; in nv20_gr_intr() local
|
A D | nv20.h | 28 int chid; member
|
A D | nv50.c | 396 int chid, u64 inst, const char *name) in nv50_gr_trap_handler() 638 int chid = -1; in nv50_gr_intr() local
|
/linux-6.3-rc2/drivers/dma/qcom/ |
A D | gpi.c | 246 u8 chid; member 257 u8 chid; member 267 u8 chid; member 487 u32 chid; member 689 u32 chid = MAX_CHANNELS_PER_GPII; in gpi_send_cmd() local 768 u32 chid, state; in gpi_process_ch_ctrl_irq() local 939 u32 chid; in gpi_process_imed_data_event() local 1021 u32 chid; in gpi_process_xfer_compl_event() local 1097 u32 chid, type; in gpi_process_events() local 1274 u32 chid = chan->chid; in gpi_alloc_chan() local [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/include/nvkm/core/ |
A D | ramht.h | 9 int chid; member
|
/linux-6.3-rc2/drivers/bus/mhi/ |
A D | common.h | 126 #define MHI_TRE_CMD_RESET_DWORD1(chid) cpu_to_le32(FIELD_PREP(GENMASK(31, 24), chid) | \ argument 133 #define MHI_TRE_CMD_STOP_DWORD1(chid) cpu_to_le32(FIELD_PREP(GENMASK(31, 24), chid) | \ argument 140 #define MHI_TRE_CMD_START_DWORD1(chid) cpu_to_le32(FIELD_PREP(GENMASK(31, 24), chid) | \ argument 152 #define MHI_TRE_EV_DWORD1(chid, type) cpu_to_le32(FIELD_PREP(GENMASK(31, 24), chid) | \ argument
|
/linux-6.3-rc2/sound/pci/emu10k1/ |
A D | emumixer.c | 477 #define EMU1010_SOURCE_OUTPUT(xname,chid) \ argument 538 #define EMU1010_SOURCE_INPUT(xname,chid) \ argument 606 #define EMU1010_ADC_PADS(xname,chid) \ argument 654 #define EMU1010_DAC_PADS(xname,chid) \ argument 1041 #define I2C_VOLUME(xname,chid) \ argument
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
A D | gp102.c | 148 gp102_disp_intr_error(struct nvkm_disp *disp, int chid) in gp102_disp_intr_error()
|
A D | nv50.c | 504 nv50_disp_chan_uevent_send(struct nvkm_disp *disp, int chid) in nv50_disp_chan_uevent_send() 1417 nv50_disp_intr_error(struct nvkm_disp *disp, int chid) in nv50_disp_intr_error() 1458 u32 chid = __ffs(intr0 & 0x001f0000) - 16; in nv50_disp_intr() local 1464 u32 chid = __ffs(intr0 & 0x0000001f); in nv50_disp_intr() local
|
A D | gf119.c | 1069 gf119_disp_intr_error(struct nvkm_disp *disp, int chid) in gf119_disp_intr_error() 1111 int chid = __ffs(stat); stat &= ~(1 << chid); in gf119_disp_intr() local 1120 int chid = ffs(stat) - 1; in gf119_disp_intr() local
|
A D | chan.h | 16 } chid; member
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/sw/ |
A D | base.c | 30 nvkm_sw_mthd(struct nvkm_sw *sw, int chid, int subc, u32 mthd, u32 data) in nvkm_sw_mthd()
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/include/nvif/ |
A D | if0020.h | 24 __u16 chid; member
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/ |
A D | nouveau_chan.h | 23 int chid; member
|
/linux-6.3-rc2/sound/pci/ca0106/ |
A D | ca0106_mixer.c | 541 #define CA_VOLUME(xname,chid,reg) \ argument 622 #define I2C_VOLUME(xname,chid) \ argument
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/include/nvkm/engine/ |
A D | fifo.h | 50 struct nvkm_chid *chid; member
|