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