Searched refs:type_idx (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/usr/ |
| H A D | gen_init_cpio.c | 569 int type_idx; in main() local 604 for (type_idx = 0; file_handler_table[type_idx].type; type_idx++) { in main() 606 if (! strcmp(line, file_handler_table[type_idx].type)) { in main() 607 if ((rc = file_handler_table[type_idx].handler(args))) { in main() 615 if (NULL == file_handler_table[type_idx].type) { in main()
|
| /OK3568_Linux_fs/kernel/drivers/platform/chrome/ |
| H A D | cros_usbpd_logger.c | 86 int role_idx, type_idx; in cros_usbpd_print_log_entry() local 109 type_idx = (r->data & CHARGE_FLAGS_TYPE_MASK) in cros_usbpd_print_log_entry() 112 chg_type = type_idx < ARRAY_SIZE(chg_type_names) ? in cros_usbpd_print_log_entry() 113 chg_type_names[type_idx] : "???"; in cros_usbpd_print_log_entry()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tests/kutf/ |
| H A D | kutf_helpers_user.c | 46 unsigned int type_idx = (unsigned int)valtype; in get_val_type_name() local 48 if (type_idx >= (unsigned int)KUTF_HELPER_VALTYPE_COUNT) in get_val_type_name() 49 type_idx = (unsigned int)KUTF_HELPER_VALTYPE_INVALID; in get_val_type_name() 51 return valtype_names[type_idx]; in get_val_type_name()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | probe-file.c | 732 long type_idx; in sdt_arg_parse_size() local 734 type_idx = strtol(n_ptr, NULL, 10); in sdt_arg_parse_size() 735 if (type_idx < -8 || type_idx > 8) { in sdt_arg_parse_size() 740 *suffix = type_to_suffix[type_idx + 8]; in sdt_arg_parse_size()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/ |
| H A D | ef10.c | 3456 int type_idx = 0; in efx_ef10_mtd_probe_partition() local 3460 for (type_idx = 0; ; type_idx++) { in efx_ef10_mtd_probe_partition() 3461 if (type_idx == EF10_NVRAM_PARTITION_COUNT) in efx_ef10_mtd_probe_partition() 3463 info = efx_ef10_nvram_types + type_idx; in efx_ef10_mtd_probe_partition() 3487 if (__test_and_set_bit(type_idx, found)) in efx_ef10_mtd_probe_partition()
|
| /OK3568_Linux_fs/kernel/sound/pci/hda/ |
| H A D | hda_local.h | 201 int index, int *type_idx);
|
| H A D | hda_codec.c | 3993 int index, int *type_idx) in snd_hda_add_imux_item() argument 4004 if (type_idx) in snd_hda_add_imux_item() 4005 *type_idx = label_idx; in snd_hda_add_imux_item()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_api_mac.h | 510 rtw_hal_mac_get_rx_cnt(struct hal_info_t *hal_info, u8 cur_phy_idx, u8 type_idx, u32 *ret_value);
|
| H A D | hal_api_mac.c | 5891 rtw_hal_mac_get_rx_cnt(struct hal_info_t *hal_info, u8 cur_phy_idx, u8 type_idx, u32 *ret_value){ in rtw_hal_mac_get_rx_cnt() argument 5901 rx_cnt.type = type_idx; in rtw_hal_mac_get_rx_cnt()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_api_mac.h | 510 rtw_hal_mac_get_rx_cnt(struct hal_info_t *hal_info, u8 cur_phy_idx, u8 type_idx, u32 *ret_value);
|
| H A D | hal_api_mac.c | 5875 rtw_hal_mac_get_rx_cnt(struct hal_info_t *hal_info, u8 cur_phy_idx, u8 type_idx, u32 *ret_value){ in rtw_hal_mac_get_rx_cnt() argument 5885 rx_cnt.type = type_idx; in rtw_hal_mac_get_rx_cnt()
|