Searched defs:channel_t (Results 1 – 2 of 2) sorted by relevance
316 struct channel_t { struct317 int magic; /* Channel Magic Number */318 struct dgnc_board *ch_bd; /* Board structure pointer */319 struct digi_t ch_digi; /* Transparent Print structure */320 struct un_t ch_tun; /* Terminal unit info */321 struct un_t ch_pun; /* Printer unit info */323 spinlock_t ch_lock; /* provide for serialization */324 wait_queue_head_t ch_flags_wait;326 uint ch_portnum; /* Port number, 0 offset. */327 uint ch_open_count; /* open count */[all …]
958 struct channel_t { struct959 int magic; /* Channel Magic Number */960 struct bs_t __iomem *ch_bs; /* Base structure pointer */961 struct cm_t __iomem *ch_cm; /* Command queue pointer */962 struct board_t *ch_bd; /* Board structure pointer */963 u8 __iomem *ch_vaddr; /* FEP memory origin */964 u8 __iomem *ch_taddr; /* Write buffer origin */965 u8 __iomem *ch_raddr; /* Read buffer origin */966 struct digi_t ch_digi; /* Transparent Print structure */967 struct un_t ch_tun; /* Terminal unit info */[all …]