Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/msm/
Dmddihost.c89 MDDI_MSG_CRIT("Called from ISR context\n"); in mddi_host_register_read()
165 MDDI_MSG_CRIT("Called from ISR context\n"); in mddi_host_register_write()
237 MDDI_MSG_CRIT("Called from TASK context\n"); in mddi_host_register_read_int()
291 MDDI_MSG_CRIT("Called from TASK context\n"); in mddi_host_register_write_int()
Dmddihosti.c677 MDDI_MSG_CRIT("MDDI linked list corruption!\n"); in mddi_process_link_list_done()
1647 MDDI_MSG_CRIT in mddi_host_init()
1938 MDDI_MSG_CRIT("No reverse link available\n"); in mddi_get_reg_read_llist_item()
1987 MDDI_MSG_CRIT("MDDI host powered down!\n"); in mddi_queue_forward_packets()
2089 MDDI_MSG_CRIT("No reverse link available\n"); in mddi_queue_reverse_encapsulation()
2132 MDDI_MSG_CRIT("No reverse link available\n"); in mddi_set_rev_handler()
Dmddihosti.h153 #define MDDI_MSG_CRIT(msg, ...) \ macro