Home
last modified time | relevance | path

Searched refs:intel_mid_otg_xceiv (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/include/linux/usb/
Dintel_mid_otg.h27 struct intel_mid_otg_xceiv;
97 int (*read)(struct intel_mid_otg_xceiv *iotg, u8 reg, u8 *val);
98 int (*write)(struct intel_mid_otg_xceiv *iotg, u8 reg, u8 val);
110 struct intel_mid_otg_xceiv { struct
124 int (*start_host)(struct intel_mid_otg_xceiv *iotg); argument
125 int (*stop_host)(struct intel_mid_otg_xceiv *iotg); argument
128 int (*start_peripheral)(struct intel_mid_otg_xceiv *iotg); argument
129 int (*stop_peripheral)(struct intel_mid_otg_xceiv *iotg); argument
132 int (*set_adp_probe)(struct intel_mid_otg_xceiv *iotg, argument
134 int (*set_adp_sense)(struct intel_mid_otg_xceiv *iotg, argument
[all …]
Dlangwell_otg.h115 struct intel_mid_otg_xceiv iotg;
134 struct langwell_otg *mid_xceiv_to_lnw(struct intel_mid_otg_xceiv *iotg) in mid_xceiv_to_lnw()
/linux-2.6.39/drivers/usb/otg/
Dlangwell_otg.c220 struct intel_mid_otg_xceiv *iotg = &lnw->iotg; in langwell_otg_start_srp()
342 struct intel_mid_otg_xceiv *iotg = &lnw->iotg; in langwell_otg_phy_low_power()
386 struct intel_mid_otg_xceiv *iotg = &lnw->iotg; in langwell_otg_intr()
409 struct intel_mid_otg_xceiv *iotg = &lnw->iotg; in langwell_otg_HAAR()
429 struct intel_mid_otg_xceiv *iotg = &lnw->iotg; in langwell_otg_HABA()
542 struct intel_mid_otg_xceiv *iotg = &lnw->iotg; in langwell_otg_add_ktimer()
601 struct intel_mid_otg_xceiv *iotg = &the_transceiver->iotg; in langwell_otg_add_timer()
708 struct intel_mid_otg_xceiv *iotg = &lnw->iotg; in init_hsm()
752 struct intel_mid_otg_xceiv *iotg = &lnw->iotg; in update_hsm()
802 struct intel_mid_otg_xceiv *iotg = &lnw->iotg; in otg_irq()
[all …]