Searched refs:num_tabs (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/usb/gadget/udc/bdc/ |
D | bdc_ep.c | 57 static void ep_bd_list_free(struct bdc_ep *ep, u32 num_tabs) in ep_bd_list_free() argument 65 __func__, ep->name, num_tabs); in ep_bd_list_free() 71 for (index = 0; index < num_tabs; index++) { in ep_bd_list_free() 129 int index, num_tabs, bd_p_tab; in ep_bd_list_alloc() local 135 num_tabs = NUM_TABLES_ISOCH; in ep_bd_list_alloc() 137 num_tabs = NUM_TABLES; in ep_bd_list_alloc() 143 __func__, ep, num_tabs); in ep_bd_list_alloc() 147 num_tabs * sizeof(struct bd_table *), in ep_bd_list_alloc() 153 for (index = 0; index < num_tabs; index++) { in ep_bd_list_alloc() 183 ep->bd_list.num_tabs = num_tabs; in ep_bd_list_alloc() [all …]
|
D | bdc_dbg.c | 105 bd_list->num_tabs, bd_list->max_bdi, bd_list->eqp_bdi, in bdc_dbg_bd_list() 108 for (tbi = 0; tbi < bd_list->num_tabs; tbi++) { in bdc_dbg_bd_list()
|
D | bdc.h | 310 int num_tabs; member
|
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_symbol.c | 445 int num_tabs; in aic_print_reg_dump_entry() local 454 num_tabs = 3 - (strlen(curnode->symbol->name) + 5) / 8; in aic_print_reg_dump_entry() 456 while (num_tabs-- > 0) in aic_print_reg_dump_entry()
|