Searched refs:fido_dev (Results 1 – 1 of 1) sorted by relevance
44 struct fido_dev;50 typedef int fido_dev_rx_t(struct fido_dev *, uint8_t, unsigned char *, size_t, int);51 typedef int fido_dev_tx_t(struct fido_dev *, uint8_t, const unsigned char *, size_t);302 typedef struct fido_dev { struct322 typedef struct fido_dev fido_dev_t; argument