| /linux-4.4.14/arch/ia64/scripts/ | 
| D | unwcheck.py | 34 num_funcs = 0  variable 49         num_funcs += 1 57     print "No errors detected in %u functions." % num_funcs 63     print "%u %s detected in %u functions." % (num_errors, err, num_funcs)
  | 
| /linux-4.4.14/drivers/pinctrl/vt8500/ | 
| D | pinctrl-wmt.c | 312 	int num_pins, num_funcs, num_pulls, maps_per_pin;  in wmt_pctl_dt_node_to_map()  local 335 	num_funcs = funcs ? (funcs->length / sizeof(u32)) : 0;  in wmt_pctl_dt_node_to_map() 338 	if (num_funcs > 1 && num_funcs != num_pins) {  in wmt_pctl_dt_node_to_map() 351 	if (num_funcs)  in wmt_pctl_dt_node_to_map() 372 		if (num_funcs) {  in wmt_pctl_dt_node_to_map() 374 						(num_funcs > 1 ? i : 0), &func);  in wmt_pctl_dt_node_to_map()
  | 
| /linux-4.4.14/arch/x86/crypto/ | 
| D | serpent_avx2_glue.c | 44 	.num_funcs = 3, 60 	.num_funcs = 3, 76 	.num_funcs = 3, 92 	.num_funcs = 3, 108 	.num_funcs = 3, 124 	.num_funcs = 3,
  | 
| D | twofish_avx_glue.c | 84 	.num_funcs = 3, 100 	.num_funcs = 3, 116 	.num_funcs = 2, 129 	.num_funcs = 3, 145 	.num_funcs = 3, 161 	.num_funcs = 2,
  | 
| D | glue_helper.c | 54 		for (i = 0; i < gctx->num_funcs; i++) {  in __glue_ecb_crypt_128bit() 157 	for (i = 0; i < gctx->num_funcs; i++) {  in __glue_cbc_decrypt_128bit() 252 	for (i = 0; i < gctx->num_funcs; i++) {  in __glue_ctr_crypt_128bit() 298 			gctx->funcs[gctx->num_funcs - 1].fn_u.ctr, desc, &walk);  in glue_ctr_crypt_128bit() 319 	for (i = 0; i < gctx->num_funcs; i++) {  in __glue_xts_crypt_128bit()
  | 
| D | camellia_aesni_avx_glue.c | 68 	.num_funcs = 3, 84 	.num_funcs = 3, 100 	.num_funcs = 2, 113 	.num_funcs = 3, 129 	.num_funcs = 3, 145 	.num_funcs = 2,
  | 
| D | cast6_avx_glue.c | 83 	.num_funcs = 2, 96 	.num_funcs = 2, 109 	.num_funcs = 2, 122 	.num_funcs = 2, 135 	.num_funcs = 2, 148 	.num_funcs = 2,
  | 
| D | serpent_avx_glue.c | 96 	.num_funcs = 2, 109 	.num_funcs = 2, 122 	.num_funcs = 2, 135 	.num_funcs = 2, 148 	.num_funcs = 2, 161 	.num_funcs = 2,
  | 
| D | camellia_aesni_avx2_glue.c | 46 	.num_funcs = 4, 65 	.num_funcs = 4, 84 	.num_funcs = 3, 100 	.num_funcs = 4, 119 	.num_funcs = 4, 138 	.num_funcs = 3,
  | 
| D | twofish_glue_3way.c | 103 	.num_funcs = 2, 116 	.num_funcs = 2, 129 	.num_funcs = 2, 142 	.num_funcs = 2,
  | 
| D | serpent_sse2_glue.c | 91 	.num_funcs = 2, 104 	.num_funcs = 2, 117 	.num_funcs = 2, 130 	.num_funcs = 2,
  | 
| D | camellia_glue.c | 1325 	.num_funcs = 2, 1338 	.num_funcs = 2, 1351 	.num_funcs = 2, 1364 	.num_funcs = 2,
  | 
| D | aesni-intel_glue.c | 692 	.num_funcs = 2, 705 	.num_funcs = 2,
  | 
| /linux-4.4.14/drivers/pinctrl/bcm/ | 
| D | pinctrl-bcm2835.c | 709 	int num_pins, num_funcs, num_pulls, maps_per_pin;  in bcm2835_pctl_dt_node_to_map()  local 732 	num_funcs = funcs ? (funcs->length / 4) : 0;  in bcm2835_pctl_dt_node_to_map() 735 	if (num_funcs > 1 && num_funcs != num_pins) {  in bcm2835_pctl_dt_node_to_map() 750 	if (num_funcs)  in bcm2835_pctl_dt_node_to_map() 770 		if (num_funcs) {  in bcm2835_pctl_dt_node_to_map() 772 					(num_funcs > 1) ? i : 0, &func);  in bcm2835_pctl_dt_node_to_map()
  | 
| /linux-4.4.14/drivers/staging/speakup/ | 
| D | keyhelp.c | 131 	int num_funcs = MSG_FUNCNAMES_END - MSG_FUNCNAMES_START + 1;  in help_init()  local 134 	for (i = 0; i < num_funcs; i++) {  in help_init()
  | 
| /linux-4.4.14/drivers/pinctrl/ | 
| D | pinctrl-lantiq.h | 91 	unsigned int num_funcs;  member
  | 
| D | pinctrl-lantiq.c | 186 	return info->num_funcs;  in ltq_pmx_func_count() 194 	if (selector >= info->num_funcs)  in ltq_pmx_func_name()
  | 
| D | pinctrl-tegra-xusb.c | 82 	unsigned int num_funcs;  member 311 	for (i = 0; i < lane->num_funcs; i++)  in tegra_xusb_padctl_pinmux_set() 315 	if (i >= lane->num_funcs)  in tegra_xusb_padctl_pinmux_set() 840 		.num_funcs = ARRAY_SIZE(tegra124_##_funcs##_functions),	\
  | 
| D | pinctrl-xway.c | 707 	unsigned int num_funcs;  member 803 	xway_info.num_funcs	= xway_soc->num_funcs;  in pinmux_xway_probe()
  | 
| D | pinctrl-falcon.c | 486 	falcon_info.num_funcs	= ARRAY_SIZE(falcon_funcs);  in pinctrl_falcon_probe()
  | 
| /linux-4.4.14/drivers/pci/hotplug/ | 
| D | sgi_hotplug.c | 332 	int num_funcs;  in enable_slot()  local 366 	num_funcs = pci_scan_slot(slot->pci_bus,  in enable_slot() 368 	if (!num_funcs) {  in enable_slot()
  | 
| /linux-4.4.14/drivers/net/ethernet/qlogic/qed/ | 
| D | qed_dev.c | 1019 	int num_funcs, i;  in qed_hw_get_resc()  local 1021 	num_funcs = IS_MF(p_hwfn) ? MAX_NUM_PFS_BB  in qed_hw_get_resc() 1025 				 (MAX_SB_PER_PATH_BB / num_funcs),  in qed_hw_get_resc() 1027 	resc_num[QED_L2_QUEUE] = MAX_NUM_L2_QUEUES_BB / num_funcs;  in qed_hw_get_resc() 1028 	resc_num[QED_VPORT] = MAX_NUM_VPORTS_BB / num_funcs;  in qed_hw_get_resc() 1029 	resc_num[QED_RSS_ENG] = ETH_RSS_ENGINE_NUM_BB / num_funcs;  in qed_hw_get_resc() 1030 	resc_num[QED_PQ] = MAX_QM_TX_QUEUES_BB / num_funcs;  in qed_hw_get_resc() 1032 	resc_num[QED_MAC] = ETH_NUM_MAC_FILTERS / num_funcs;  in qed_hw_get_resc() 1034 			     num_funcs;  in qed_hw_get_resc()
  | 
| /linux-4.4.14/drivers/pinctrl/meson/ | 
| D | pinctrl-meson.h | 146 	unsigned int num_funcs;  member
  | 
| D | pinctrl-meson.c | 258 	return pc->data->num_funcs;  in meson_pmx_get_funcs_count()
  | 
| D | pinctrl-meson8b.c | 897 	.num_funcs	= ARRAY_SIZE(meson8b_functions),
  | 
| D | pinctrl-meson8.c | 949 	.num_funcs	= ARRAY_SIZE(meson8_functions),
  | 
| /linux-4.4.14/arch/x86/include/asm/crypto/ | 
| D | glue_helper.h | 36 	unsigned int num_funcs;  member
  | 
| /linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ | 
| D | sdio.h | 182 	u8 num_funcs;			/* Supported funcs on client */  member
  | 
| D | bcmsdh.c | 1031 	sdiodev->num_funcs = 2;  in brcmf_sdiod_probe()
  | 
| /linux-4.4.14/drivers/pinctrl/mediatek/ | 
| D | pinctrl-mtk-common.c | 494 	int num_pins, num_funcs, maps_per_pin;  in mtk_pctrl_dt_subnode_to_map()  local 516 	num_funcs = num_pins;  in mtk_pctrl_dt_subnode_to_map() 518 	if (num_funcs)  in mtk_pctrl_dt_subnode_to_map()
  |