Home
last modified time | relevance | path

Searched refs:num_functions (Results 1 – 25 of 33) sorted by relevance

12

/linux/sound/soc/sdca/
H A Dsdca_function_device.c100 for (i = 0; i < sdca_data->num_functions; i++) { in sdca_dev_register_functions()
130 for (i = 0; i < sdca_data->num_functions; i++) {
H A Dsdca_device.c71 for (i = 0; i < slave->sdca_data.num_functions; i++) { in sdca_device_quirk_rt712_vb()
/linux/drivers/pinctrl/bcm/
H A Dpinctrl-nsp-mux.c117 unsigned int num_functions; member
358 return pinctrl->num_functions; in nsp_get_functions_count()
458 func_select >= pinctrl->num_functions) in nsp_pinmux_enable()
606 pinctrl->num_functions = ARRAY_SIZE(nsp_pin_functions); in nsp_pinmux_probe()
H A Dpinctrl-ns2-mux.c125 unsigned int num_functions; member
541 return pinctrl->num_functions; in ns2_get_functions_count()
638 func_select >= pinctrl->num_functions) in ns2_pinmux_enable()
1077 pinctrl->num_functions = ARRAY_SIZE(ns2_pin_functions); in ns2_pinmux_probe()
H A Dpinctrl-cygnus-mux.c110 unsigned num_functions; member
744 return pinctrl->num_functions; in cygnus_get_functions_count()
980 pinctrl->num_functions = ARRAY_SIZE(cygnus_pin_functions); in cygnus_pinmux_probe()
/linux/drivers/parisc/
H A Deisa_enumerator.c338 while ((pos < maxlen) && (num_func <= es->num_functions)) { in parse_slot_config()
415 if (num_func != es->num_functions) { in parse_slot_config()
417 num_func, es->num_functions); in parse_slot_config()
/linux/arch/parisc/include/asm/
H A Deisa_eeprom.h36 u_int16_t num_functions; member
/linux/drivers/pinctrl/
H A Dpinctrl-as3722.c71 unsigned num_functions; member
198 return as_pci->num_functions; in as3722_pinctrl_get_funcs_count()
557 as_pci->num_functions = ARRAY_SIZE(as3722_pin_function); in as3722_pinctrl_probe()
H A Dpinctrl-max77620.c106 unsigned int num_functions; member
213 return mpci->num_functions; in max77620_pinctrl_get_funcs_count()
569 mpci->num_functions = ARRAY_SIZE(max77620_pin_function); in max77620_pinctrl_probe()
H A Dpinctrl-ingenic.c128 unsigned int num_functions; member
283 .num_functions = ARRAY_SIZE(jz4730_functions),
392 .num_functions = ARRAY_SIZE(jz4740_functions),
494 .num_functions = ARRAY_SIZE(jz4725b_functions),
631 .num_functions = ARRAY_SIZE(jz4750_functions),
796 .num_functions = ARRAY_SIZE(jz4755_functions),
1144 .num_functions = ARRAY_SIZE(jz4760_functions),
1484 .num_functions = ARRAY_SIZE(jz4770_functions),
1757 .num_functions = ARRAY_SIZE(jz4775_functions),
2020 .num_functions = ARRAY_SIZE(jz4780_functions),
[all …]
H A Dcore.h62 unsigned int num_functions; member
H A Dpinctrl-artpec6.c64 unsigned int num_functions; member
956 pmx->num_functions = ARRAY_SIZE(artpec6_pmx_functions); in artpec6_pmx_probe()
H A Dpinctrl-palmas.c67 unsigned num_functions; member
652 return pci->num_functions; in palmas_pinctrl_get_funcs_count()
1012 pci->num_functions = ARRAY_SIZE(palmas_pin_function); in palmas_pinctrl_probe()
/linux/drivers/counter/
H A Dstm32-lptimer-cnt.c396 .num_functions = ARRAY_SIZE(stm32_lptim_cnt_functions),
408 .num_functions = 1,
H A Drz-mtu3-cnt.c761 .num_functions = ARRAY_SIZE(rz_mtu3_count_functions),
771 .num_functions = ARRAY_SIZE(rz_mtu3_count_functions),
781 .num_functions = ARRAY_SIZE(rz_mtu3_count_functions),
H A Dinterrupt-cnt.c217 priv->cnts.num_functions = ARRAY_SIZE(interrupt_cnt_functions); in interrupt_cnt_probe()
H A Di8254.c384 .num_functions = ARRAY_SIZE(i8254_functions_list), \
H A Dti-eqep.c448 .num_functions = ARRAY_SIZE(ti_eqep_position_functions),
H A Dti-ecap-capture.c427 .num_functions = ARRAY_SIZE(ecap_cnt_functions),
H A Dcounter-sysfs.c252 count->num_functions, buf, in counter_comp_u32_store()
516 count->num_functions, in counter_comp_available_show()
H A Dmicrochip-tcb-capture.c367 .num_functions = ARRAY_SIZE(mchp_tc_count_functions),
/linux/drivers/pinctrl/mvebu/
H A Dpinctrl-mvebu.c54 unsigned num_functions; member
164 for (n = 0; n < pctl->num_functions; n++) { in mvebu_pinctrl_find_function_by_name()
272 return pctl->num_functions; in mvebu_pinmux_get_funcs_count()
540 pctl->num_functions = num; in mvebu_pinctrl_build_functions()
/linux/drivers/pinctrl/cix/
H A Dpinctrl-sky1-base.c171 pctldev->num_functions = ARRAY_SIZE(sky1_gpio_functions); in sky1_pctrl_dt_subnode_to_map()
174 func >= pctldev->num_functions) { in sky1_pctrl_dt_subnode_to_map()
/linux/sound/soc/codecs/
H A Dtas2783-sdw.c1377 if (peripheral->sdca_data.num_functions > 0) { in tas_sdw_probe()
1378 dev_dbg(dev, "SDCA functions found: %d", peripheral->sdca_data.num_functions); in tas_sdw_probe()
1381 for (i = 0; i < peripheral->sdca_data.num_functions; i++) { in tas_sdw_probe()
1390 if (i >= 0 && i < peripheral->sdca_data.num_functions) { in tas_sdw_probe()
H A Dtac5xx2-sdw.c1938 if (peripheral->sdca_data.num_functions > 0) { in tac_sdw_probe()
1940 peripheral->sdca_data.num_functions); in tac_sdw_probe()
1942 for (i = 0; i < peripheral->sdca_data.num_functions; i++) { in tac_sdw_probe()

12