Searched refs:num_tabs (Results 1 – 4 of 4) sorted by relevance
| /drivers/usb/gadget/udc/bdc/ |
| A D | bdc_ep.c | 60 __func__, ep->name, num_tabs); in ep_bd_list_free() 66 for (index = 0; index < num_tabs; index++) { in ep_bd_list_free() 124 int index, num_tabs, bd_p_tab; in ep_bd_list_alloc() local 130 num_tabs = NUM_TABLES_ISOCH; in ep_bd_list_alloc() 132 num_tabs = NUM_TABLES; in ep_bd_list_alloc() 138 __func__, ep, num_tabs); in ep_bd_list_alloc() 148 for (index = 0; index < num_tabs; index++) { in ep_bd_list_alloc() 177 ep->bd_list.num_tabs = num_tabs; in ep_bd_list_alloc() 179 ep->bd_list.num_tabs = num_tabs; in ep_bd_list_alloc() 187 ep_bd_list_free(ep, num_tabs); in ep_bd_list_alloc() [all …]
|
| A D | bdc_dbg.c | 100 bd_list->num_tabs, bd_list->max_bdi, bd_list->eqp_bdi, in bdc_dbg_bd_list() 103 for (tbi = 0; tbi < bd_list->num_tabs; tbi++) { in bdc_dbg_bd_list()
|
| A D | bdc.h | 305 int num_tabs; member
|
| /drivers/scsi/aic7xxx/aicasm/ |
| A D | aicasm_symbol.c | 442 int num_tabs; in aic_print_reg_dump_entry() local 451 num_tabs = 3 - (strlen(curnode->symbol->name) + 5) / 8; in aic_print_reg_dump_entry() 453 while (num_tabs-- > 0) in aic_print_reg_dump_entry()
|
Completed in 11 milliseconds