• Home
  • Raw
  • Download

Lines Matching defs:fotg210

81 #define fotg210_dbg(fotg210, fmt, args...) \  argument
83 #define fotg210_err(fotg210, fmt, args...) \ argument
85 #define fotg210_info(fotg210, fmt, args...) \ argument
87 #define fotg210_warn(fotg210, fmt, args...) \ argument
93 static void dbg_hcs_params(struct fotg210_hcd *fotg210, char *label) in dbg_hcs_params()
104 static void dbg_hcc_params(struct fotg210_hcd *fotg210, char *label) in dbg_hcc_params()
115 dbg_qtd(const char *label, struct fotg210_hcd *fotg210, struct fotg210_qtd *qtd) in dbg_qtd()
131 dbg_qh(const char *label, struct fotg210_hcd *fotg210, struct fotg210_qh *qh) in dbg_qh()
143 dbg_itd(const char *label, struct fotg210_hcd *fotg210, struct fotg210_itd *itd) in dbg_itd()
262 #define dbg_status(fotg210, label, status) { \ argument
268 #define dbg_cmd(fotg210, label, command) { \ argument
274 #define dbg_port(fotg210, label, port, status) { \ argument
339 static inline char token_mark(struct fotg210_hcd *fotg210, __hc32 token) in token_mark()
353 static void qh_lines(struct fotg210_hcd *fotg210, struct fotg210_qh *qh, in qh_lines()
450 struct fotg210_hcd *fotg210; in fill_async_buffer() local
486 static unsigned output_buf_tds_dir(char *buf, struct fotg210_hcd *fotg210, in output_buf_tds_dir()
517 struct fotg210_hcd *fotg210; in fill_periodic_buffer() local
624 static const char *rh_state_string(struct fotg210_hcd *fotg210) in rh_state_string()
642 struct fotg210_hcd *fotg210; in fill_registers_buffer() local
846 static inline void create_debug_files(struct fotg210_hcd *fotg210) in create_debug_files()
861 static inline void remove_debug_files(struct fotg210_hcd *fotg210) in remove_debug_files()
882 static int handshake(struct fotg210_hcd *fotg210, void __iomem *ptr, in handshake()
903 static int fotg210_halt(struct fotg210_hcd *fotg210) in fotg210_halt()
931 static int fotg210_reset(struct fotg210_hcd *fotg210) in fotg210_reset()
964 static void fotg210_quiesce(struct fotg210_hcd *fotg210) in fotg210_quiesce()
995 static void fotg210_set_command_bit(struct fotg210_hcd *fotg210, u32 bit) in fotg210_set_command_bit()
1005 static void fotg210_clear_command_bit(struct fotg210_hcd *fotg210, u32 bit) in fotg210_clear_command_bit()
1054 static void fotg210_enable_event(struct fotg210_hcd *fotg210, unsigned event, in fotg210_enable_event()
1073 static void fotg210_poll_ASS(struct fotg210_hcd *fotg210) in fotg210_poll_ASS()
1114 static void fotg210_disable_ASE(struct fotg210_hcd *fotg210) in fotg210_disable_ASE()
1121 static void fotg210_poll_PSS(struct fotg210_hcd *fotg210) in fotg210_poll_PSS()
1162 static void fotg210_disable_PSE(struct fotg210_hcd *fotg210) in fotg210_disable_PSE()
1169 static void fotg210_handle_controller_death(struct fotg210_hcd *fotg210) in fotg210_handle_controller_death()
1194 static void fotg210_handle_intr_unlinks(struct fotg210_hcd *fotg210) in fotg210_handle_intr_unlinks()
1227 static void start_free_itds(struct fotg210_hcd *fotg210) in start_free_itds()
1239 static void end_free_itds(struct fotg210_hcd *fotg210) in end_free_itds()
1259 static void fotg210_iaa_watchdog(struct fotg210_hcd *fotg210) in fotg210_iaa_watchdog()
1303 static void turn_on_io_watchdog(struct fotg210_hcd *fotg210) in turn_on_io_watchdog()
1341 struct fotg210_hcd *fotg210 = in fotg210_hrtimer_func() local
1373 static int check_reset_complete(struct fotg210_hcd *fotg210, int index, in check_reset_complete()
1396 struct fotg210_hcd *fotg210 = hcd_to_fotg210(hcd); in fotg210_hub_status_data() local
1438 static void fotg210_hub_descriptor(struct fotg210_hcd *fotg210, in fotg210_hub_descriptor()
1464 struct fotg210_hcd *fotg210 = hcd_to_fotg210(hcd); in fotg210_hub_control() local
1809 static inline void fotg210_qtd_init(struct fotg210_hcd *fotg210, in fotg210_qtd_init()
1820 static struct fotg210_qtd *fotg210_qtd_alloc(struct fotg210_hcd *fotg210, in fotg210_qtd_alloc()
1833 static inline void fotg210_qtd_free(struct fotg210_hcd *fotg210, in fotg210_qtd_free()
1840 static void qh_destroy(struct fotg210_hcd *fotg210, struct fotg210_qh *qh) in qh_destroy()
1853 static struct fotg210_qh *fotg210_qh_alloc(struct fotg210_hcd *fotg210, in fotg210_qh_alloc()
1888 static void fotg210_mem_cleanup(struct fotg210_hcd *fotg210) in fotg210_mem_cleanup()
1920 static int fotg210_mem_init(struct fotg210_hcd *fotg210, gfp_t flags) in fotg210_mem_init()
1995 static int qtd_fill(struct fotg210_hcd *fotg210, struct fotg210_qtd *qtd, in qtd_fill()
2034 static inline void qh_update(struct fotg210_hcd *fotg210, in qh_update()
2068 static void qh_refresh(struct fotg210_hcd *fotg210, struct fotg210_qh *qh) in qh_refresh()
2099 struct fotg210_hcd *fotg210 = hcd_to_fotg210(hcd); in fotg210_clear_tt_buffer_complete() local
2111 static void fotg210_clear_tt_buffer(struct fotg210_hcd *fotg210, in fotg210_clear_tt_buffer()
2137 static int qtd_copy_status(struct fotg210_hcd *fotg210, struct urb *urb, in qtd_copy_status()
2196 static void fotg210_urb_done(struct fotg210_hcd *fotg210, struct urb *urb, in fotg210_urb_done()
2244 static unsigned qh_completions(struct fotg210_hcd *fotg210, in qh_completions()
2522 static void qtd_list_free(struct fotg210_hcd *fotg210, struct urb *urb, in qtd_list_free()
2535 static struct list_head *qh_urb_transaction(struct fotg210_hcd *fotg210, in qh_urb_transaction()
2714 static struct fotg210_qh *qh_make(struct fotg210_hcd *fotg210, struct urb *urb, in qh_make()
2885 static void enable_async(struct fotg210_hcd *fotg210) in enable_async()
2898 static void disable_async(struct fotg210_hcd *fotg210) in disable_async()
2912 static void qh_link_async(struct fotg210_hcd *fotg210, struct fotg210_qh *qh) in qh_link_async()
2947 static struct fotg210_qh *qh_append_tds(struct fotg210_hcd *fotg210, in qh_append_tds()
3021 static int submit_async(struct fotg210_hcd *fotg210, struct urb *urb, in submit_async()
3074 static void single_unlink_async(struct fotg210_hcd *fotg210, in single_unlink_async()
3098 static void start_iaa_cycle(struct fotg210_hcd *fotg210, bool nested) in start_iaa_cycle()
3131 static void end_unlink_async(struct fotg210_hcd *fotg210) in end_unlink_async()
3162 static void unlink_empty_async(struct fotg210_hcd *fotg210) in unlink_empty_async()
3199 static void start_unlink_async(struct fotg210_hcd *fotg210, in start_unlink_async()
3217 static void scan_async(struct fotg210_hcd *fotg210) in scan_async()
3281 static union fotg210_shadow *periodic_next_shadow(struct fotg210_hcd *fotg210, in periodic_next_shadow()
3294 static __hc32 *shadow_next_periodic(struct fotg210_hcd *fotg210, in shadow_next_periodic()
3308 static void periodic_unlink(struct fotg210_hcd *fotg210, unsigned frame, in periodic_unlink()
3338 static unsigned short periodic_usecs(struct fotg210_hcd *fotg210, in periodic_usecs()
3401 static int tt_no_collision(struct fotg210_hcd *fotg210, unsigned period, in tt_no_collision()
3455 static void enable_periodic(struct fotg210_hcd *fotg210) in enable_periodic()
3469 static void disable_periodic(struct fotg210_hcd *fotg210) in disable_periodic()
3484 static void qh_link_periodic(struct fotg210_hcd *fotg210, struct fotg210_qh *qh) in qh_link_periodic()
3550 static void qh_unlink_periodic(struct fotg210_hcd *fotg210, in qh_unlink_periodic()
3600 static void start_unlink_intr(struct fotg210_hcd *fotg210, in start_unlink_intr()
3643 static void end_unlink_intr(struct fotg210_hcd *fotg210, struct fotg210_qh *qh) in end_unlink_intr()
3674 static int check_period(struct fotg210_hcd *fotg210, unsigned frame, in check_period()
3714 static int check_intr_schedule(struct fotg210_hcd *fotg210, unsigned frame, in check_intr_schedule()
3758 static int qh_schedule(struct fotg210_hcd *fotg210, struct fotg210_qh *qh) in qh_schedule()
3825 static int intr_submit(struct fotg210_hcd *fotg210, struct urb *urb, in intr_submit()
3878 static void scan_intr(struct fotg210_hcd *fotg210) in scan_intr()
3922 static void iso_stream_init(struct fotg210_hcd *fotg210, in iso_stream_init()
3975 static struct fotg210_iso_stream *iso_stream_find(struct fotg210_hcd *fotg210, in iso_stream_find()
4029 static inline void itd_sched_init(struct fotg210_hcd *fotg210, in itd_sched_init()
4078 struct fotg210_hcd *fotg210, struct urb *urb, gfp_t mem_flags) in itd_urb_transaction()
4137 static inline int itd_slot_ok(struct fotg210_hcd *fotg210, u32 mod, u32 uframe, in itd_slot_ok()
4165 static int iso_stream_schedule(struct fotg210_hcd *fotg210, struct urb *urb, in iso_stream_schedule()
4286 static inline void itd_init(struct fotg210_hcd *fotg210, in itd_init()
4303 static inline void itd_patch(struct fotg210_hcd *fotg210, in itd_patch()
4328 static inline void itd_link(struct fotg210_hcd *fotg210, unsigned frame, in itd_link()
4355 static void itd_link_urb(struct fotg210_hcd *fotg210, struct urb *urb, in itd_link_urb()
4431 static bool itd_complete(struct fotg210_hcd *fotg210, struct fotg210_itd *itd) in itd_complete()
4523 static int itd_submit(struct fotg210_hcd *fotg210, struct urb *urb, in itd_submit()
4582 static inline int scan_frame_queue(struct fotg210_hcd *fotg210, unsigned frame, in scan_frame_queue()
4652 static void scan_isoc(struct fotg210_hcd *fotg210) in scan_isoc()
4693 struct fotg210_hcd *fotg210; in uframe_periodic_max_show() local
4705 struct fotg210_hcd *fotg210; in uframe_periodic_max_store() local
4771 static inline int create_sysfs_files(struct fotg210_hcd *fotg210) in create_sysfs_files()
4778 static inline void remove_sysfs_files(struct fotg210_hcd *fotg210) in remove_sysfs_files()
4788 static void fotg210_turn_off_all_ports(struct fotg210_hcd *fotg210) in fotg210_turn_off_all_ports()
4798 static void fotg210_silence_controller(struct fotg210_hcd *fotg210) in fotg210_silence_controller()
4814 struct fotg210_hcd *fotg210 = hcd_to_fotg210(hcd); in fotg210_shutdown() local
4830 static void fotg210_work(struct fotg210_hcd *fotg210) in fotg210_work()
4865 struct fotg210_hcd *fotg210 = hcd_to_fotg210(hcd); in fotg210_stop() local
4904 struct fotg210_hcd *fotg210 = hcd_to_fotg210(hcd); in hcd_fotg210_init() local
5011 struct fotg210_hcd *fotg210 = hcd_to_fotg210(hcd); in fotg210_run() local
5091 struct fotg210_hcd *fotg210 = hcd_to_fotg210(hcd); in fotg210_setup() local
5122 struct fotg210_hcd *fotg210 = hcd_to_fotg210(hcd); in fotg210_irq() local
5270 struct fotg210_hcd *fotg210 = hcd_to_fotg210(hcd); in fotg210_urb_enqueue() local
5305 struct fotg210_hcd *fotg210 = hcd_to_fotg210(hcd); in fotg210_urb_dequeue() local
5374 struct fotg210_hcd *fotg210 = hcd_to_fotg210(hcd); in fotg210_endpoint_disable() local
5447 struct fotg210_hcd *fotg210 = hcd_to_fotg210(hcd); in fotg210_endpoint_reset() local
5487 struct fotg210_hcd *fotg210 = hcd_to_fotg210(hcd); in fotg210_get_frame() local
5548 static void fotg210_init(struct fotg210_hcd *fotg210) in fotg210_init()
5575 struct fotg210_hcd *fotg210; in fotg210_hcd_probe() local
5666 struct fotg210_hcd *fotg210 = hcd_to_fotg210(hcd); in fotg210_hcd_remove() local