Searched refs:hfcsusb (Results 1 – 3 of 3) sorted by relevance
2 /* hfcsusb.c10 * H - l1 driver flags described in hfcsusb.h24 #include "hfcsusb.h"42 static void hfcsusb_ph_command(struct hfcsusb *hw, u_char command);43 static void release_hw(struct hfcsusb *hw);44 static void reset_hfcsusb(struct hfcsusb *hw);45 static void setPortMode(struct hfcsusb *hw);46 static void hfcsusb_start_endpoint(struct hfcsusb *hw, int channel);47 static void hfcsusb_stop_endpoint(struct hfcsusb *hw, int channel);50 static int hfcsusb_ph_info(struct hfcsusb *h[all...]
3 * hfcsusb.h, HFC-S USB mISDN driver24 /* hfcsusb Layer1 commands */233 struct hfcsusb;251 struct hfcsusb *hw; /* pointer to main structure */271 struct hfcsusb { struct 282 vend_idxhfcsusb global() argument 283 packet_sizehfcsusb global() argument 284 iso_packet_sizehfcsusb global() argument 285 fifoshfcsusb global() argument 310 namehfcsusb global() argument
9 obj-$(CONFIG_MISDN_HFCUSB) += hfcsusb.o