/netbsd-src/sys/dev/pci/ |
H A D | rdcide_reg.h | 34 #define RDCIDE_PATR_EN(chan) (0x8000 << ((chan) * 16)) argument 35 #define RDCIDE_PATR_DEV1_TEN(chan) (0x4000 << ((chan) * 16)) argument 36 #define RDCIDE_PATR_SETUP(val, chan) (((val) << 12) << ((chan) * 16)) argument 37 #define RDCIDE_PATR_SETUP_MASK(chan) (0x3000 << ((chan) * 16)) argument 38 #define RDCIDE_PATR_HOLD(val, chan) (((val) << 8) << ((chan) * 16)) argument 39 #define RDCIDE_PATR_HOLD_MASK(chan) (0x0300 << ((chan) * 16)) argument 40 #define RDCIDE_PATR_DMAEN(chan, drv) ((0x0008 << (drv * 4)) << ((chan) * 16)) argument 41 #define RDCIDE_PATR_ATA(chan, drv) ((0x0004 << (drv * 4)) << ((chan) * 16)) argument 42 #define RDCIDE_PATR_IORDY(chan, drv) ((0x0002 << (drv * 4)) << ((chan) * 16)) argument 43 #define RDCIDE_PATR_FTIM(chan, drv) ((0x0001 << (drv * 4)) << ((chan) * 16)) argument [all …]
|
H A D | pciide_hpt_reg.h | 48 #define HPT_IDETIM(chan, drive) (0x40 + ((drive) * 4) + ((chan) * 8)) argument 55 #define HPT366_CTRL1_BLKDIS(chan) (0x40 << (chan)) argument 56 #define HPT366_CTRL1_CHANEN(chan) (0x10 << (chan)) argument 57 #define HPT366_CTRL1_CLRBUF(chan) (0x04 << (chan)) argument 58 #define HPT366_CTRL1_LEG(chan) (0x01 << (chan)) argument 62 #define HPT366_CTRL2_HOLDIRQ(chan) (0x20 << (chan)) argument 64 #define HPT366_CTRL2_CLEARFIFO(chan) (0x04 << (chan)) argument 68 #define HPT366_CTRL3(chan) (0x52 + ((chan) * 4)) argument 74 #define HPT370_CTRL1(chan) (0x50 + ((chan) * 4)) argument 84 #define HPT370_CTRL2(chan) (0x51 + ((chan) * 4)) argument [all …]
|
H A D | pciide_ite_reg.h | 24 #define IT_CFG_IORDY(chan) (0x0001 << (chan)) argument 25 #define IT_CFG_BLID(chan) (0x0004 << (chan)) argument 26 #define IT_CFG_CABLE(chan, drive) (0x0010 << ((chan) * 2 + (drive))) argument 27 #define IT_CFG_DECODE(chan) (0x8000 >> ((chan) * 2)) argument 32 #define IT_MODE_50MHZ(chan) (0x0002 << (chan)) argument 33 #define IT_MODE_DMA(chan, drive) (0x0008 << ((chan) * 2 + (drive))) argument 37 #define IT_TIM(chan) ((chan) ? 0x58 : 0x54) /* timings */ argument
|
H A D | pciidereg.h | 52 #define PCIIDE_REG_CMD_BASE(chan) (0x10 + (8 * (chan))) argument 53 #define PCIIDE_REG_CTL_BASE(chan) (0x14 + (8 * (chan))) argument 63 #define PCIIDE_CHAN_EN(chan) (0x20 >> (chan)) argument 64 #define PCIIDE_INTERFACE_PCI(chan) (0x01 << (2 * (chan))) argument 65 #define PCIIDE_INTERFACE_SETTABLE(chan) (0x02 << (2 * (chan))) argument 71 #define PCIIDE_COMPAT_CMD_BASE(chan) ((chan) == 0 ? 0x1f0 : 0x170) argument 73 #define PCIIDE_COMPAT_CTL_BASE(chan) ((chan) == 0 ? 0x3f6 : 0x376) argument 75 #define PCIIDE_COMPAT_IRQ(chan) ((chan) == 0 ? 14 : 15) argument 77 #define PCIIDE_CHANNEL_NAME(chan) ((chan) == 0 ? "primary" : "secondary") argument
|
H A D | pciide_acer_reg.h | 31 #define PCIIDE_CHAN_RO(chan) (0x20 >> (chan)) argument 39 #define ACER_0x4A_80PIN(chan) (0x1 << (chan)) argument 59 #define ACER_FCS_TIMREG(chan,drv) ((0x8) >> ((drv) + (chan) * 2)) argument 68 #define ACER_FTH_VAL(chan, drv, val) \ argument 70 #define ACER_FTH_OPL(chan, drv, val) \ argument 72 #define ACER_UDMA_EN(chan, drv) \ argument 74 #define ACER_UDMA_TIM(chan, drv, val) \ argument 78 #define ACER_IDETIM(chan, drv) (0x5a + (drv) + (chan) * 4) argument 92 #define ACER_PCIB_CTRL_ENCHAN(chan) (0x4 << (chan)) argument
|
/netbsd-src/sys/netbt/ |
H A D | l2cap_upper.c | 64 struct l2cap_channel *chan; in l2cap_attach_pcb() local 110 l2cap_bind_pcb(struct l2cap_channel *chan, struct sockaddr_bt *addr) in l2cap_bind_pcb() 126 l2cap_sockaddr_pcb(struct l2cap_channel *chan, struct sockaddr_bt *addr) in l2cap_sockaddr_pcb() 147 l2cap_connect_pcb(struct l2cap_channel *chan, struct sockaddr_bt *dest) in l2cap_connect_pcb() 217 l2cap_peeraddr_pcb(struct l2cap_channel *chan, struct sockaddr_bt *addr) in l2cap_peeraddr_pcb() 238 l2cap_disconnect_pcb(struct l2cap_channel *chan, int linger) in l2cap_disconnect_pcb() 270 struct l2cap_channel *chan; in l2cap_detach_pcb() local 311 l2cap_listen_pcb(struct l2cap_channel *chan) in l2cap_listen_pcb() 397 l2cap_send_pcb(struct l2cap_channel *chan, struct mbuf *m) in l2cap_send_pcb() 445 l2cap_setopt(struct l2cap_channel *chan, const struct sockopt *sopt) in l2cap_setopt() [all …]
|
/netbsd-src/lib/librefuse/refuse/ |
H A D | chan.c | 71 struct fuse_chan* chan; in fuse_chan_new() local 98 fuse_chan_destroy(struct fuse_chan* chan) { in fuse_chan_destroy() 106 fuse_chan_stash(struct fuse_chan* chan) { in fuse_chan_stash() 145 struct fuse_chan* chan = NULL; in fuse_chan_peek() local 167 struct fuse_chan* chan = NULL; in fuse_chan_take() local 193 struct fuse_chan* chan = NULL; in fuse_chan_find() local 221 fuse_chan_set_fuse(struct fuse_chan* chan, struct fuse* fuse) { in fuse_chan_set_fuse() 226 fuse_chan_set_to_be_destroyed(struct fuse_chan* chan, bool is_to_be_destroyed) { in fuse_chan_set_to_be_destroyed() 231 fuse_chan_mountpoint(const struct fuse_chan* chan) { in fuse_chan_mountpoint() 236 fuse_chan_args(struct fuse_chan* chan) { in fuse_chan_args() [all …]
|
/netbsd-src/sys/dev/isa/ |
H A D | isadma.c | 90 _isa_dmaunmask(struct isa_dma_state *ids, int chan) in _isa_dmaunmask() 113 _isa_dmamask(struct isa_dma_state *ids, int chan) in _isa_dmamask() 145 int chan; in _isa_dmainit() local 230 _isa_dmacascade(struct isa_dma_state *ids, int chan) in _isa_dmacascade() 264 _isa_dmacascade_stop(struct isa_dma_state *ids, int chan) in _isa_dmacascade_stop() 282 _isa_drq_alloc(struct isa_dma_state *ids, int chan) in _isa_drq_alloc() 291 _isa_drq_free(struct isa_dma_state *ids, int chan) in _isa_drq_free() 300 _isa_dmamaxsize(struct isa_dma_state *ids, int chan) in _isa_dmamaxsize() 312 _isa_dmamap_create(struct isa_dma_state *ids, int chan, bus_size_t size, int flags) in _isa_dmamap_create() 331 _isa_dmamap_destroy(struct isa_dma_state *ids, int chan) in _isa_dmamap_destroy() [all …]
|
/netbsd-src/usr.sbin/btpand/ |
H A D | channel.c | 55 channel_t *chan; in channel_alloc() local 72 channel_open(channel_t *chan, int fd) in channel_open() 113 channel_close(channel_t *chan) in channel_close() 139 channel_free(channel_t *chan) in channel_free() 157 channel_t *chan = arg; in channel_start() local 186 channel_t *chan = arg; in channel_read() local 220 channel_t *chan; in channel_dispatch() local 260 channel_put(channel_t *chan, packet_t *pkt) in channel_put() 280 channel_timeout(channel_t *chan, int to) in channel_timeout() 299 channel_t *chan, *next; in channel_watchdog() local
|
H A D | bnep.c | 229 bnep_recv_control(channel_t *chan, uint8_t *ptr, size_t size, bool isext) in bnep_recv_control() 286 bnep_recv_control_command_not_understood(channel_t *chan, uint8_t *ptr, size_t size) in bnep_recv_control_command_not_understood() 303 bnep_recv_setup_connection_req(channel_t *chan, uint8_t *ptr, size_t size) in bnep_recv_setup_connection_req() 381 bnep_recv_setup_connection_rsp(channel_t *chan, uint8_t *ptr, size_t size) in bnep_recv_setup_connection_rsp() 411 bnep_recv_filter_net_type_set(channel_t *chan, uint8_t *ptr, size_t size) in bnep_recv_filter_net_type_set() 476 bnep_recv_filter_net_type_rsp(channel_t *chan, uint8_t *ptr, size_t size) in bnep_recv_filter_net_type_rsp() 497 bnep_recv_filter_multi_addr_set(channel_t *chan, uint8_t *ptr, size_t size) in bnep_recv_filter_multi_addr_set() 569 bnep_recv_filter_multi_addr_rsp(channel_t *chan, uint8_t *ptr, size_t size) in bnep_recv_filter_multi_addr_rsp() 590 bnep_send_control(channel_t *chan, int type, ...) in bnep_send_control() 651 bnep_send(channel_t *chan, packet_t *pkt) in bnep_send() [all …]
|
/netbsd-src/external/bsd/libbind/dist/isc/ |
H A D | logging.c | 61 version_rename(log_channel chan) { in version_rename() 86 log_open_stream(log_channel chan) { in log_open_stream() 163 log_close_stream(log_channel chan) { in log_close_stream() 191 log_get_stream(log_channel chan) { in log_get_stream() 200 log_get_filename(log_channel chan) { in log_get_filename() 209 log_check_channel(log_context lc, int level, log_channel chan) { in log_check_channel() 278 log_channel chan; in log_vwrite() local 472 log_channel chan; in log_free_context() local 490 log_add_channel(log_context lc, int category, log_channel chan) { in log_add_channel() 511 log_remove_channel(log_context lc, int category, log_channel chan) { in log_remove_channel() [all …]
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/ |
H A D | nouveau_nvkm_engine_fifo_channv50.c | 54 struct nv50_fifo_chan *chan = nv50_fifo_chan(base); in nv50_fifo_chan_engine_fini() local 110 struct nv50_fifo_chan *chan = nv50_fifo_chan(base); in nv50_fifo_chan_engine_init() local 137 struct nv50_fifo_chan *chan = nv50_fifo_chan(base); in nv50_fifo_chan_engine_dtor() local 146 struct nv50_fifo_chan *chan = nv50_fifo_chan(base); in nv50_fifo_chan_engine_ctor() local 158 struct nv50_fifo_chan *chan = nv50_fifo_chan(base); in nv50_fifo_chan_object_dtor() local 166 struct nv50_fifo_chan *chan = nv50_fifo_chan(base); in nv50_fifo_chan_object_ctor() local 186 struct nv50_fifo_chan *chan = nv50_fifo_chan(base); in nv50_fifo_chan_fini() local 200 struct nv50_fifo_chan *chan = nv50_fifo_chan(base); in nv50_fifo_chan_init() local 213 struct nv50_fifo_chan *chan = nv50_fifo_chan(base); in nv50_fifo_chan_dtor() local 238 struct nv50_fifo_chan *chan) in nv50_fifo_chan_ctor()
|
H A D | nouveau_nvkm_engine_fifo_chan.c | 39 struct nvkm_fifo_chan *chan; member 49 struct nvkm_fifo_chan *chan = object->chan; in nvkm_fifo_chan_child_fini() local 82 struct nvkm_fifo_chan *chan = object->chan; in nvkm_fifo_chan_child_init() local 115 struct nvkm_fifo_chan *chan = object->chan; in nvkm_fifo_chan_child_del() local 142 struct nvkm_fifo_chan *chan = nvkm_fifo_chan(oclass->parent); in nvkm_fifo_chan_child_new() local 209 struct nvkm_fifo_chan *chan = nvkm_fifo_chan(object); in nvkm_fifo_chan_child_get() local 254 struct nvkm_fifo_chan *chan = nvkm_fifo_chan(object); in nvkm_fifo_chan_ntfy() local 270 struct nvkm_fifo_chan *chan = nvkm_fifo_chan(object); in nvkm_fifo_chan_map() local 283 nvkm_fifo_chan_ensure_mapped(struct nvkm_fifo_chan *chan) in nvkm_fifo_chan_ensure_mapped() 305 struct nvkm_fifo_chan *chan = nvkm_fifo_chan(object); in nvkm_fifo_chan_rd32() local [all …]
|
H A D | nouveau_nvkm_engine_fifo_gpfifogk104.c | 43 gk104_fifo_gpfifo_kick_locked(struct gk104_fifo_chan *chan) in gk104_fifo_gpfifo_kick_locked() 70 gk104_fifo_gpfifo_kick(struct gk104_fifo_chan *chan) in gk104_fifo_gpfifo_kick() 106 struct gk104_fifo_chan *chan = gk104_fifo_chan(base); in gk104_fifo_gpfifo_engine_fini() local 133 struct gk104_fifo_chan *chan = gk104_fifo_chan(base); in gk104_fifo_gpfifo_engine_init() local 158 struct gk104_fifo_chan *chan = gk104_fifo_chan(base); in gk104_fifo_gpfifo_engine_dtor() local 168 struct gk104_fifo_chan *chan = gk104_fifo_chan(base); in gk104_fifo_gpfifo_engine_ctor() local 191 struct gk104_fifo_chan *chan = gk104_fifo_chan(base); in gk104_fifo_gpfifo_fini() local 209 struct gk104_fifo_chan *chan = gk104_fifo_chan(base); in gk104_fifo_gpfifo_init() local 229 struct gk104_fifo_chan *chan = gk104_fifo_chan(base); in gk104_fifo_gpfifo_dtor() local 253 struct gk104_fifo_chan *chan; in gk104_fifo_gpfifo_new_() local
|
H A D | nouveau_nvkm_engine_fifo_gpfifogf100.c | 41 gf100_fifo_chan_ntfy(struct nvkm_fifo_chan *chan, u32 type, in gf100_fifo_chan_ntfy() 79 struct gf100_fifo_chan *chan = gf100_fifo_chan(base); in gf100_fifo_gpfifo_engine_fini() local 115 struct gf100_fifo_chan *chan = gf100_fifo_chan(base); in gf100_fifo_gpfifo_engine_init() local 133 struct gf100_fifo_chan *chan = gf100_fifo_chan(base); in gf100_fifo_gpfifo_engine_dtor() local 143 struct gf100_fifo_chan *chan = gf100_fifo_chan(base); in gf100_fifo_gpfifo_engine_ctor() local 166 struct gf100_fifo_chan *chan = gf100_fifo_chan(base); in gf100_fifo_gpfifo_fini() local 185 struct gf100_fifo_chan *chan = gf100_fifo_chan(base); in gf100_fifo_gpfifo_init() local 227 struct gf100_fifo_chan *chan; in gf100_fifo_gpfifo_new() local
|
H A D | nouveau_nvkm_engine_fifo_chang84.c | 39 g84_fifo_chan_ntfy(struct nvkm_fifo_chan *chan, u32 type, in g84_fifo_chan_ntfy() 98 struct nv50_fifo_chan *chan = nv50_fifo_chan(base); in g84_fifo_chan_engine_fini() local 141 struct nv50_fifo_chan *chan = nv50_fifo_chan(base); in g84_fifo_chan_engine_init() local 169 struct nv50_fifo_chan *chan = nv50_fifo_chan(base); in g84_fifo_chan_engine_ctor() local 182 struct nv50_fifo_chan *chan = nv50_fifo_chan(base); in g84_fifo_chan_object_ctor() local 212 struct nv50_fifo_chan *chan = nv50_fifo_chan(base); in g84_fifo_chan_init() local 239 struct nv50_fifo_chan *chan) in g84_fifo_chan_ctor()
|
/netbsd-src/sys/external/bsd/dwc2/dist/ |
H A D | dwc2_hcdintr.c | 105 struct dwc2_host_chan *chan, in dwc2_hc_handle_tt_clear() 175 struct dwc2_host_chan *chan; in dwc2_rx_fifo_level_intr() local 432 struct dwc2_host_chan *chan, int chnum, in dwc2_get_actual_xfer_length() 480 struct dwc2_host_chan *chan, int chnum, in dwc2_update_urb_state() 542 struct dwc2_host_chan *chan, int chnum, in dwc2_hcd_save_data_toggle() 572 struct dwc2_hsotg *hsotg, struct dwc2_host_chan *chan, in dwc2_update_isoc_urb_state() 732 struct dwc2_host_chan *chan, in dwc2_release_channel() 831 struct dwc2_host_chan *chan, struct dwc2_qtd *qtd, in dwc2_halt_channel() 891 struct dwc2_host_chan *chan, in dwc2_complete_non_periodic_xfer() 941 struct dwc2_host_chan *chan, int chnum, in dwc2_complete_periodic_xfer() [all …]
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/ |
H A D | nouveau_nv10_fence.c | 37 struct nouveau_channel *chan = fence->channel; in nv10_fence_emit() local 50 struct nouveau_channel *prev, struct nouveau_channel *chan) in nv10_fence_sync() 56 nv10_fence_read(struct nouveau_channel *chan) in nv10_fence_read() 62 nv10_fence_context_del(struct nouveau_channel *chan) in nv10_fence_context_del() 72 nv10_fence_context_new(struct nouveau_channel *chan) in nv10_fence_context_new()
|
H A D | nouveau_nv84_fence.c | 40 nv84_fence_emit32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in nv84_fence_emit32() 58 nv84_fence_sync32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in nv84_fence_sync32() 77 struct nouveau_channel *chan = fence->channel; in nv84_fence_emit() local 86 struct nouveau_channel *prev, struct nouveau_channel *chan) in nv84_fence_sync() 95 nv84_fence_read(struct nouveau_channel *chan) in nv84_fence_read() 102 nv84_fence_context_del(struct nouveau_channel *chan) in nv84_fence_context_del() 117 nv84_fence_context_new(struct nouveau_channel *chan) in nv84_fence_context_new()
|
H A D | nouveau_dma.c | 44 OUT_RINGp(struct nouveau_channel *chan, const void *data, unsigned nr_dwords) in OUT_RINGp() 69 READ_GET(struct nouveau_channel *chan, uint64_t *prev_get, int *timeout) in READ_GET() 100 nv50_dma_push(struct nouveau_channel *chan, u64 offset, int length) in nv50_dma_push() 124 nv50_dma_push_wait(struct nouveau_channel *chan, int count) in nv50_dma_push_wait() 150 nv50_dma_wait(struct nouveau_channel *chan, int slots, int count) in nv50_dma_wait() 193 nouveau_dma_wait(struct nouveau_channel *chan, int slots, int size) in nouveau_dma_wait()
|
H A D | nouveau_abi16.c | 119 nouveau_abi16_ntfy_fini(struct nouveau_abi16_chan *chan, in nouveau_abi16_ntfy_fini() 130 struct nouveau_abi16_chan *chan) in nouveau_abi16_chan_fini() 167 struct nouveau_abi16_chan *chan, *temp; in nouveau_abi16_fini() local 259 struct nouveau_abi16_chan *chan; in nouveau_abi16_ioctl_channel_alloc() local 362 struct nouveau_abi16_chan *chan; in nouveau_abi16_chan() local 378 struct nouveau_abi16_chan *chan; in nouveau_abi16_usif() local 415 struct nouveau_abi16_chan *chan; in nouveau_abi16_ioctl_channel_free() local 432 struct nouveau_abi16_chan *chan; in nouveau_abi16_ioctl_grobj_alloc() local 525 struct nouveau_abi16_chan *chan; in nouveau_abi16_ioctl_notifierobj_alloc() local 597 struct nouveau_abi16_chan *chan; in nouveau_abi16_ioctl_gpuobj_free() local
|
H A D | nouveau_nv04_fence.c | 47 struct nouveau_channel *chan = fence->channel; in nv04_fence_emit() local 59 struct nouveau_channel *prev, struct nouveau_channel *chan) in nv04_fence_sync() 65 nv04_fence_read(struct nouveau_channel *chan) in nv04_fence_read() 74 nv04_fence_context_del(struct nouveau_channel *chan) in nv04_fence_context_del() 83 nv04_fence_context_new(struct nouveau_channel *chan) in nv04_fence_context_new()
|
/netbsd-src/sys/arch/powerpc/ibm4xx/dev/ |
H A D | mal.c | 142 int chan, handled = 0; in mal_txeob_intr() local 158 int chan, handled = 0; in mal_rxeob_intr() local 176 int chan, handled = 0; in mal_txde_intr() local 194 int chan, handled = 0; in mal_rxde_intr() local 229 mal_intr_establish(int chan, void *arg) in mal_intr_establish() 240 mal_start(int chan, uint32_t cdtxaddr, uint32_t cdrxaddr) in mal_start() 289 mal_stop(int chan) in mal_stop()
|
/netbsd-src/sys/dev/scsipi/ |
H A D | scsipi_base.c | 155 scsipi_channel_init(struct scsipi_channel *chan) in scsipi_channel_init() argument 189 scsipi_channel_shutdown(struct scsipi_channel * chan) scsipi_channel_shutdown() argument 224 scsipi_insert_periph(struct scsipi_channel * chan,struct scsipi_periph * periph) scsipi_insert_periph() argument 242 scsipi_remove_periph(struct scsipi_channel * chan,struct scsipi_periph * periph) scsipi_remove_periph() argument 255 scsipi_lookup_periph_internal(struct scsipi_channel * chan,int target,int lun,bool lock) scsipi_lookup_periph_internal() argument 280 scsipi_lookup_periph_locked(struct scsipi_channel * chan,int target,int lun) scsipi_lookup_periph_locked() argument 286 scsipi_lookup_periph(struct scsipi_channel * chan,int target,int lun) scsipi_lookup_periph() argument 299 scsipi_get_resource(struct scsipi_channel * chan) scsipi_get_resource() argument 327 scsipi_grow_resources(struct scsipi_channel * chan) scsipi_grow_resources() argument 359 scsipi_put_resource(struct scsipi_channel * chan) scsipi_put_resource() argument 626 scsipi_channel_freeze(struct scsipi_channel * chan,int count) scsipi_channel_freeze() argument 638 scsipi_channel_freeze_locked(struct scsipi_channel * chan,int count) scsipi_channel_freeze_locked() argument 650 scsipi_channel_thaw(struct scsipi_channel * chan,int count) scsipi_channel_thaw() argument 694 struct scsipi_channel *chan = arg; scsipi_channel_timed_thaw() local 761 struct scsipi_channel *chan = periph->periph_channel; scsipi_periph_timed_thaw() local 793 struct scsipi_channel *chan = periph->periph_channel; scsipi_wait_drain() local 813 struct scsipi_channel *chan = periph->periph_channel; scsipi_kill_pending() local 1601 struct scsipi_channel *chan = periph->periph_channel; scsipi_done() local 1755 struct scsipi_channel *chan = periph->periph_channel; scsipi_complete() local 2035 struct scsipi_channel *chan = xs->xs_periph->periph_channel; scsipi_enqueue() local 2096 scsipi_run_queue(struct scsipi_channel * chan) scsipi_run_queue() argument 2210 struct scsipi_channel *chan = periph->periph_channel; scsipi_execute_xs() local 2388 struct scsipi_channel *chan = arg; scsipi_completion_thread() local 2464 scsipi_thread_call_callback(struct scsipi_channel * chan,void (* callback)(struct scsipi_channel *,void *),void * arg) scsipi_thread_call_callback() argument 2493 scsipi_async_event(struct scsipi_channel * chan,scsipi_async_event_t event,void * arg) scsipi_async_event() argument 2527 scsipi_async_event_max_openings(struct scsipi_channel * chan,struct scsipi_max_openings * mo) scsipi_async_event_max_openings() argument 2562 scsipi_set_xfer_mode(struct scsipi_channel * chan,int target,int immed) scsipi_set_xfer_mode() argument 2611 scsipi_async_event_channel_reset(struct scsipi_channel * chan) scsipi_async_event_channel_reset() argument 2657 scsipi_target_detach(struct scsipi_channel * chan,int target,int lun,int flags) scsipi_target_detach() argument 2828 scsipi_adapter_minphys(struct scsipi_channel * chan,struct buf * bp) scsipi_adapter_minphys() argument 2838 scsipi_adapter_request(struct scsipi_channel * chan,scsipi_adapter_req_t req,void * arg) scsipi_adapter_request() argument 2852 scsipi_adapter_ioctl(struct scsipi_channel * chan,u_long cmd,void * data,int flag,struct proc * p) scsipi_adapter_ioctl() argument [all...] |
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/ |
H A D | nouveau_nvkm_engine_disp_channv50.c | 72 nv50_disp_chan_mthd(struct nv50_disp_chan *chan, int debug) in nv50_disp_chan_mthd() 142 struct nv50_disp_chan *chan = nv50_disp_chan(object); in nv50_disp_chan_uevent_ctor() local 166 nv50_disp_chan_user(struct nv50_disp_chan *chan, u64 *psize) in nv50_disp_chan_user() 173 nv50_disp_chan_intr(struct nv50_disp_chan *chan, bool en) in nv50_disp_chan_intr() 184 struct nv50_disp_chan *chan = nv50_disp_chan(object); in nv50_disp_chan_rd32() local 194 struct nv50_disp_chan *chan = nv50_disp_chan(object); in nv50_disp_chan_wr32() local 205 struct nv50_disp_chan *chan = nv50_disp_chan(object); in nv50_disp_chan_ntfy() local 227 struct nv50_disp_chan *chan = nv50_disp_chan(object); in nv50_disp_chan_map() local 261 struct nv50_disp_chan *chan = nv50_disp_chan(oclass->parent); in nv50_disp_chan_child_new() local 290 struct nv50_disp_chan *chan = nv50_disp_chan(object); in nv50_disp_chan_child_get() local [all …]
|