Lines Matching defs:ab

90 static void ab8500_usb_wd_workaround(struct ab8500_usb *ab)  in ab8500_usb_wd_workaround()
116 static void ab8500_usb_phy_ctrl(struct ab8500_usb *ab, bool sel_host, in ab8500_usb_phy_ctrl()
146 #define ab8500_usb_host_phy_en(ab) ab8500_usb_phy_ctrl(ab, true, true) argument
147 #define ab8500_usb_host_phy_dis(ab) ab8500_usb_phy_ctrl(ab, true, false) argument
148 #define ab8500_usb_peri_phy_en(ab) ab8500_usb_phy_ctrl(ab, false, true) argument
149 #define ab8500_usb_peri_phy_dis(ab) ab8500_usb_phy_ctrl(ab, false, false) argument
151 static int ab8500_usb_link_status_update(struct ab8500_usb *ab) in ab8500_usb_link_status_update()
222 struct ab8500_usb *ab = container_of(work, struct ab8500_usb, in ab8500_usb_delayed_work() local
230 struct ab8500_usb *ab = (struct ab8500_usb *) data; in ab8500_usb_v1x_common_irq() local
240 struct ab8500_usb *ab = (struct ab8500_usb *) data; in ab8500_usb_v1x_vbus_fall_irq() local
253 struct ab8500_usb *ab = (struct ab8500_usb *) data; in ab8500_usb_v20_irq() local
262 struct ab8500_usb *ab = container_of(work, struct ab8500_usb, in ab8500_usb_phy_disable_work() local
274 struct ab8500_usb *ab; in ab8500_usb_set_power() local
302 struct ab8500_usb *ab; in ab8500_usb_set_peripheral() local
335 struct ab8500_usb *ab; in ab8500_usb_set_host() local
363 static void ab8500_usb_irq_free(struct ab8500_usb *ab) in ab8500_usb_irq_free()
376 struct ab8500_usb *ab) in ab8500_usb_v1x_res_setup()
448 struct ab8500_usb *ab) in ab8500_usb_v2_res_setup()
474 struct ab8500_usb *ab; in ab8500_usb_probe() local
541 struct ab8500_usb *ab = platform_get_drvdata(pdev); in ab8500_usb_remove() local