/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | piocgf119.c | 35 int chid = chan->chid; gf119_disp_pioc_fini() local 57 int chid = chan->chid; gf119_disp_pioc_init() local
|
H A D | piocnv50.c | 35 int chid = chan->chid; nv50_disp_pioc_fini() local 53 int chid = chan->chid; nv50_disp_pioc_init() local
|
H A D | cursnv50.c | 33 nv50_disp_curs_new(const struct nv50_disp_chan_func *func, const struct nv50_disp_chan_mthd *mthd, struct nv50_disp_root *root, int chid, const struct nvkm_oclass *oclass, void *data, u32 size, struct nvkm_object **pobject) nv50_disp_curs_new() argument
|
H A D | dmacgf119.c | 45 int chid = chan->base.chid; gf119_disp_dmac_fini() local 69 int chid = chan->base.chid; gf119_disp_dmac_init() local
|
H A D | dmacnv50.h | 40 int chid; member in struct:nv50_disp_dmac_oclass
|
H A D | oimmnv50.c | 33 nv50_disp_oimm_new(const struct nv50_disp_chan_func *func, const struct nv50_disp_chan_mthd *mthd, struct nv50_disp_root *root, int chid, const struct nvkm_oclass *oclass, void *data, u32 size, struct nvkm_object **pobject) nv50_disp_oimm_new() argument
|
H A D | basenv50.c | 33 nv50_disp_base_new(const struct nv50_disp_dmac_func *func, const struct nv50_disp_chan_mthd *mthd, struct nv50_disp_root *root, int chid, const struct nvkm_oclass *oclass, void *data, u32 size, struct nvkm_object **pobject) nv50_disp_base_new() argument
|
H A D | ovlynv50.c | 33 nv50_disp_ovly_new(const struct nv50_disp_dmac_func *func, const struct nv50_disp_chan_mthd *mthd, struct nv50_disp_root *root, int chid, const struct nvkm_oclass *oclass, void *data, u32 size, struct nvkm_object **pobject) nv50_disp_ovly_new() argument
|
H A D | channv50.h | 10 int chid; member in struct:nv50_disp_chan 98 int chid; member in struct:nv50_disp_pioc_oclass
|
H A D | corenv50.c | 34 nv50_disp_core_new(const struct nv50_disp_dmac_func *func, const struct nv50_disp_chan_mthd *mthd, struct nv50_disp_root *root, int chid, const struct nvkm_oclass *oclass, void *data, u32 size, struct nvkm_object **pobject) nv50_disp_core_new() argument
|
H A D | dmacnv50.c | 193 int chid = chan->base.chid; nv50_disp_dmac_fini() local 216 int chid = chan->base.chid; nv50_disp_dmac_init() local 134 nv50_disp_dmac_new_(const struct nv50_disp_dmac_func *func, const struct nv50_disp_chan_mthd *mthd, struct nv50_disp_root *root, int chid, int head, u64 push, const struct nvkm_oclass *oclass, struct nvkm_object **pobject) nv50_disp_dmac_new_() argument
|
H A D | channv50.c | 121 nv50_disp_chan_uevent_send(struct nv50_disp *disp, int chid) nv50_disp_chan_uevent_send() argument 264 nv50_disp_chan_ctor(const struct nv50_disp_chan_func *func, const struct nv50_disp_chan_mthd *mthd, struct nv50_disp_root *root, int chid, int head, const struct nvkm_oclass *oclass, struct nv50_disp_chan *chan) nv50_disp_chan_ctor() argument 288 nv50_disp_chan_new_(const struct nv50_disp_chan_func *func, const struct nv50_disp_chan_mthd *mthd, struct nv50_disp_root *root, int chid, int head, const struct nvkm_oclass *oclass, struct nvkm_object **pobject) nv50_disp_chan_new_() argument
|
H A D | gf119.c | 422 gf119_disp_intr_error(struct nv50_disp *disp, int chid) gf119_disp_intr_error() argument 458 int chid = __ffs(stat); stat &= ~(1 << chid); gf119_disp_intr() local 467 int chid = ffs(stat) - 1; gf119_disp_intr() local
|
H A D | nv50.c | 193 nv50_disp_intr_error(struct nv50_disp *disp, int chid) nv50_disp_intr_error() argument 787 u32 chid = __ffs(intr0 & 0x001f0000) - 16; nv50_disp_intr() local 793 u32 chid = __ffs(intr0 & 0x0000001f); nv50_disp_intr() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | nv20.h | 26 int chid; member in struct:nv20_gr_chan
|
H A D | nv20.c | 35 int chid = -1; nv20_gr_chan_fini() local 189 u32 chid = (addr & 0x01f00000) >> 20; nv20_gr_intr() local
|
H A D | nv50.c | 636 int chid = -1; nv50_gr_intr() local 393 nv50_gr_trap_handler(struct nv50_gr *gr, u32 display, int chid, u64 inst, const char *name) nv50_gr_trap_handler() argument
|
H A D | nv04.c | 362 int chid; member in struct:nv04_gr_chan 1077 int chid = nvkm_rd32(device, NV04_PGRAPH_CTX_USER) >> 24; nv04_gr_channel() local 1085 nv04_gr_load_context(struct nv04_gr_chan *chan, int chid) nv04_gr_load_context() argument 1119 int chid; nv04_gr_context_switch() local 1281 u32 chid = (addr & 0x0f000000) >> 24; nv04_gr_intr() local
|
H A D | nv10.c | 402 int chid; member in struct:nv10_gr_chan 552 int chid = nvkm_rd32(device, 0x400148) >> 24; nv10_gr_channel() local 812 nv10_gr_load_dma_vtxbuf(struct nv10_gr_chan *chan, int chid, u32 inst) nv10_gr_load_dma_vtxbuf() argument 883 nv10_gr_load_context(struct nv10_gr_chan *chan, int chid) nv10_gr_load_context() argument 937 int chid; nv10_gr_context_switch() local 1090 u32 chid = (addr & 0x01f00000) >> 20; nv10_gr_intr() local
|
H A D | gf100.c | 1194 int chid = -1; gf100_gr_intr() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | ramht.h | 7 int chid; member in struct:nvkm_ramht_data
|
/linux-4.4.14/drivers/usb/wusbcore/ |
H A D | mmc.c | 267 int wusbhc_chid_set(struct wusbhc *wusbhc, const struct wusb_ckhdid *chid) wusbhc_chid_set() argument
|
H A D | wusbhc.c | 97 const struct wusb_ckhdid *chid; wusb_chid_show() local 124 struct wusb_ckhdid chid; wusb_chid_store() local
|
H A D | cbaf.c | 110 struct wusb_ckhdid chid; member in struct:cbaf
|
H A D | wusbhc.h | 254 struct wusb_ckhdid chid; member in struct:wusbhc
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/sw/ |
H A D | base.c | 30 nvkm_sw_mthd(struct nvkm_sw *sw, int chid, int subc, u32 mthd, u32 data) nvkm_sw_mthd() argument
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/engine/ |
H A D | fifo.h | 21 u16 chid; member in struct:nvkm_fifo_chan
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
H A D | nouveau_chan.h | 11 int chid; member in struct:nouveau_channel
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/core/ |
H A D | ramht.c | 26 nvkm_ramht_hash(struct nvkm_ramht *ramht, int chid, u32 handle) nvkm_ramht_hash() argument 40 nvkm_ramht_search(struct nvkm_ramht *ramht, int chid, u32 handle) nvkm_ramht_search() argument 59 nvkm_ramht_update(struct nvkm_ramht *ramht, int co, struct nvkm_object *object, int chid, int addr, u32 handle, u32 context) nvkm_ramht_update() argument 106 nvkm_ramht_insert(struct nvkm_ramht *ramht, struct nvkm_object *object, int chid, int addr, u32 handle, u32 context) nvkm_ramht_insert() argument
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | chang84.c | 211 u32 chid = chan->base.chid; g84_fifo_chan_init() local
|
H A D | channv50.c | 184 u32 chid = chan->base.chid; nv50_fifo_chan_fini() local 199 u32 chid = chan->base.chid; nv50_fifo_chan_init() local
|
H A D | dmanv04.c | 80 u32 chid; nv04_fifo_dma_fini() local
|
H A D | dmanv40.c | 65 int chid; nv40_fifo_dma_engine_fini() local 95 int chid; nv40_fifo_dma_engine_init() local
|
H A D | base.c | 76 nvkm_fifo_chan_chid(struct nvkm_fifo *fifo, int chid, unsigned long *rflags) nvkm_fifo_chan_chid() argument
|
H A D | nv04.c | 108 nv04_fifo_swmthd(struct nvkm_device *device, u32 chid, u32 addr, u32 data) nv04_fifo_swmthd() argument 135 nv04_fifo_cache_error(struct nv04_fifo *fifo, u32 chid, u32 get) nv04_fifo_cache_error() argument 186 nv04_fifo_dma_pusher(struct nv04_fifo *fifo, u32 chid) nv04_fifo_dma_pusher() argument 245 u32 reassign, chid, get, sem; nv04_fifo_intr() local
|
H A D | gf100.c | 153 u32 chid = chan->base.chid; gf100_fifo_recover() local 189 u32 chid = (stat & 0x0000007f); gf100_fifo_intr_sched_ctxsw() local 366 u32 chid = nvkm_rd32(device, 0x040120 + (unit * 0x2000)) & 0x7f; gf100_fifo_intr_pbdma() local
|
H A D | gk104.c | 128 u32 chid = chan->base.chid; gk104_fifo_recover() local 190 u32 chid = load ? next : prev; gk104_fifo_intr_sched_ctxsw() local 458 u32 chid = nvkm_rd32(device, 0x040120 + (unit * 0x2000)) & 0xfff; gk104_fifo_intr_pbdma_0() local 504 u32 chid = nvkm_rd32(device, 0x040120 + (unit * 0x2000)) & 0xfff; gk104_fifo_intr_pbdma_1() local
|
/linux-4.4.14/drivers/s390/cio/ |
H A D | chsc.h | 32 u16 chid; member in struct:channel_path_desc_fmt1
|
/linux-4.4.14/drivers/s390/net/ |
H A D | ctcm_main.c | 202 char chid[CTCM_ID_SIZE+1]; channel_remove() local
|
H A D | qeth_core_mpc.h | 539 __u16 chid; member in struct:net_if_token
|
/linux-4.4.14/drivers/gpu/host1x/ |
H A D | dev.h | 212 host1x_hw_channel_init(struct host1x *host, struct host1x_channel *channel, int chid) host1x_hw_channel_init() argument
|
/linux-4.4.14/drivers/isdn/hisax/ |
H A D | l3ni1.c | 447 u_char chid; l3ni1_message_plus_chid() local
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
H A D | scan.c | 1626 int chid; mwifiex_save_hidden_ssid_channels() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | class.h | 395 __u8 chid; member in struct:nv03_channel_dma_v0 403 __u8 chid; member in struct:nv50_channel_dma_v0 418 __u8 chid; member in struct:nv50_channel_gpfifo_v0 428 __u8 chid; member in struct:fermi_channel_gpfifo_v0 445 __u16 chid; member in struct:kepler_channel_gpfifo_a_v0
|
/linux-4.4.14/drivers/net/wireless/hostap/ |
H A D | hostap_wlan.h | 229 __le16 chid; member in struct:hfa384x_scan_result 242 __le16 chid; member in struct:hfa384x_hostscan_result
|
/linux-4.4.14/drivers/staging/wlan-ng/ |
H A D | hfa384x.h | 639 u16 chid; member in struct:hfa384x_ScanResultSub 658 u16 chid; member in struct:hfa384x_ChInfoResultSub 674 u16 chid; member in struct:hfa384x_HScanResultSub
|