Home
last modified time | relevance | path

Searched refs:num_tabs (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/bdc/
H A Dbdc_ep.c52 static void ep_bd_list_free(struct bdc_ep *ep, u32 num_tabs) in ep_bd_list_free() argument
59 dev_dbg(bdc->dev, "%s ep:%s num_tabs:%d\n", in ep_bd_list_free()
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()
137 "%s ep:%p num_tabs:%d\n", in ep_bd_list_alloc()
138 __func__, ep, num_tabs); in ep_bd_list_alloc()
141 ep->bd_list.bd_table_array = kcalloc(num_tabs, in ep_bd_list_alloc()
[all...]
H A Dbdc_dbg.c100 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()
H A Dbdc.h305 int num_tabs; member
306 /* Max_bdi = num_tabs * num_bds_table - 1 */
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/bdc/
H A Dbdc_ep.c52 static void ep_bd_list_free(struct bdc_ep *ep, u32 num_tabs) in ep_bd_list_free() argument
59 dev_dbg(bdc->dev, "%s ep:%s num_tabs:%d\n", in ep_bd_list_free()
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()
137 "%s ep:%p num_tabs:%d\n", in ep_bd_list_alloc()
138 __func__, ep, num_tabs); in ep_bd_list_alloc()
141 ep->bd_list.bd_table_array = kcalloc(num_tabs, in ep_bd_list_alloc()
[all...]
H A Dbdc_dbg.c100 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()
H A Dbdc.h305 int num_tabs; member
306 /* Max_bdi = num_tabs * num_bds_table - 1 */
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.c441 int num_tabs; in aic_print_reg_dump_entry() local
450 num_tabs = 3 - (strlen(curnode->symbol->name) + 5) / 8; in aic_print_reg_dump_entry()
452 while (num_tabs-- > 0) in aic_print_reg_dump_entry()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.c442 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()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dannotate.c1874 size_t i, src, dst, len, new_storage_len, num_tabs; in expand_tabs() local
1878 for (num_tabs = 0, i = 0; i < line_len; i++) in expand_tabs()
1880 num_tabs++; in expand_tabs()
1882 if (num_tabs == 0) in expand_tabs()
1889 new_storage_len = line_len + 1 + (num_tabs * 7); in expand_tabs()
1902 for (i = 0, src = 0, dst = 0; i < line_len && num_tabs; i++) { in expand_tabs()
1911 num_tabs--; in expand_tabs()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dannotate.c1997 size_t i, src, dst, len, new_storage_len, num_tabs; in expand_tabs() local
2001 for (num_tabs = 0, i = 0; i < line_len; i++) in expand_tabs()
2003 num_tabs++; in expand_tabs()
2005 if (num_tabs == 0) in expand_tabs()
2012 new_storage_len = line_len + 1 + (num_tabs * 7); in expand_tabs()
2025 for (i = 0, src = 0, dst = 0; i < line_len && num_tabs; i++) { in expand_tabs()
2034 num_tabs--; in expand_tabs()

Completed in 16 milliseconds