Searched refs:hvsi_query (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/tty/hvc/
H A Dhvsi_lib.c20 struct hvsi_query q;
30 q.hdr.len = sizeof(struct hvsi_query);
86 struct hvsi_query *pkt = (struct hvsi_query *)pv->inbuf;
261 struct hvsi_query q;
269 q.hdr.len = sizeof(struct hvsi_query);
H A Dhvsi.c307 struct hvsi_query *query = (struct hvsi_query *)packet;
540 static int hvsi_query(struct hvsi_struct *hp, uint16_t verb) function
542 struct hvsi_query packet __ALIGNED__;
546 packet.hdr.len = sizeof(struct hvsi_query);
568 hvsi_query(hp, VSV_SEND_MODEM_CTL_STATUS);
633 ret = hvsi_query(hp, VSV_SEND_VERSION_NUMBER);
/linux-master/arch/powerpc/include/asm/
H A Dhvsi.h45 struct hvsi_query { struct

Completed in 256 milliseconds