Searched refs:mddi_host_type (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/drivers/staging/msm/ |
D | mddihost.h | 70 } mddi_host_type; typedef 167 uint32 *reg_value_ptr, boolean wait, mddi_host_type host_idx); 171 boolean wait, mddi_llist_done_cb_type done_cb, mddi_host_type host); 174 uint32 reg_val, mddi_llist_done_cb_type done_cb, mddi_host_type host); 176 (uint32 reg_addr, uint32 *reg_value_ptr, mddi_host_type host_idx);
|
D | mddihosti.c | 194 static mddi_host_type mddi_curr_host = MDDI_HOST_PRIM; 211 mddi_host_type host_idx = mddi_curr_host; in mddi_report_errors() 288 static void mddi_vote_to_sleep(mddi_host_type host_idx, boolean sleep) in mddi_vote_to_sleep() 300 mddi_host_type host_idx = mddi_curr_host; in mddi_report_state_change() 436 mddi_host_type host_idx; in mddi_host_timer_service() 622 mddi_host_type host_idx = mddi_curr_host; in mddi_process_link_list_done() 703 mddi_host_type host_idx = mddi_curr_host; in mddi_queue_forward_linked_list() 763 mddi_host_type host_idx = mddi_curr_host; in mddi_read_rev_packet() 811 mddi_host_type host_idx = mddi_curr_host; in mddi_process_rev_packets() 1114 mddi_host_type host_idx = mddi_curr_host; in mddi_issue_reverse_encapsulation() [all …]
|
D | mddihosti.h | 488 extern void mddi_host_init(mddi_host_type host); 489 extern void mddi_host_powerdown(mddi_host_type host); 490 extern uint16 mddi_get_next_free_llist_item(mddi_host_type host, boolean wait); 491 extern uint16 mddi_get_reg_read_llist_item(mddi_host_type host, boolean wait); 496 mddi_host_type host); 529 void mddi_mhctl_remove(mddi_host_type host_idx);
|
D | mddihost.c | 82 uint32 *reg_value_ptr, boolean wait, mddi_host_type host) { in mddi_host_register_read() 157 boolean wait, mddi_llist_done_cb_type done_cb, mddi_host_type host) { in mddi_host_register_write() 231 (uint32 reg_addr, uint32 *reg_value_ptr, mddi_host_type host) { in mddi_host_register_read_int() 284 uint32 reg_val, mddi_llist_done_cb_type done_cb, mddi_host_type host) { in mddi_host_register_write_int()
|
D | mddi.c | 247 mddi_host_type host_idx = MDDI_HOST_PRIM; in mddi_disable() 285 mddi_host_type host_idx = MDDI_HOST_PRIM; in mddi_resume()
|
D | mddi_toshiba_vga.c | 45 mddi_host_type host_idx = MDDI_HOST_PRIM; in mddi_toshiba_panel_detect()
|