Searched refs:ptsreq (Results 1 – 2 of 2) sorted by relevance
449 static int set_protocol(struct cm4000_dev *dev, struct ptsreq *ptsreq) in set_protocol() argument463 "ptsreq->pts3=0x%.2x\n", (unsigned int)ptsreq->protocol, in set_protocol()464 (unsigned int)ptsreq->flags, ptsreq->pts1, ptsreq->pts2, in set_protocol()465 ptsreq->pts3); in set_protocol()470 tmp = ptsreq->protocol; in set_protocol()667 struct ptsreq ptsreq; in monitor_card() local833 ptsreq.protocol = (0x01 << dev->proto); in monitor_card()834 ptsreq.flags = 0x01; in monitor_card()835 ptsreq.pts1 = 0x00; in monitor_card()836 ptsreq.pts2 = 0x00; in monitor_card()[all …]
34 typedef struct ptsreq { struct