Home
last modified time | relevance | path

Searched refs:num_grps (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/net/ethernet/freescale/
H A Dgianfar.c390 for (i = 0; i < priv->num_grps; i++) { in gfar_ints_disable()
403 for (i = 0; i < priv->num_grps; i++) { in gfar_ints_enable()
488 for (i = 0; i < priv->num_grps; i++) { in disable_napi()
498 for (i = 0; i < priv->num_grps; i++) { in enable_napi()
507 struct gfar_priv_grp *grp = &priv->gfargrp[priv->num_grps]; in gfar_parse_group()
536 grp->rx_bit_map = (DEFAULT_MAPPING >> priv->num_grps); in gfar_parse_group()
537 grp->tx_bit_map = (DEFAULT_MAPPING >> priv->num_grps); in gfar_parse_group()
570 priv->num_grps++; in gfar_parse_group()
646 unsigned int num_grps; in gfar_of_init() local
648 num_grps = device_get_named_child_node_count(&ofdev->dev, in gfar_of_init()
[all …]
H A Dgianfar.h1154 unsigned int num_grps; member
1262 for (grp_idx = 0; grp_idx < priv->num_grps; grp_idx++) { in gfar_write_isrg()
/linux/drivers/pinctrl/
H A Dpinctrl-lantiq.c22 return info->num_grps; in ltq_get_group_count()
29 if (selector >= info->num_grps) in ltq_get_group_name()
40 if (selector >= info->num_grps) in ltq_get_group_pins()
H A Dpinctrl-lantiq.h85 unsigned int num_grps; member
H A Dpinctrl-xway.c1370 unsigned int num_grps; member
1382 .num_grps = ARRAY_SIZE(ase_grps),
1394 .num_grps = ARRAY_SIZE(danube_grps),
1406 .num_grps = ARRAY_SIZE(xrx100_grps),
1418 .num_grps = ARRAY_SIZE(xrx200_grps),
1430 .num_grps = ARRAY_SIZE(xrx300_grps),
1495 xway_info.num_grps = xway_soc->num_grps; in pinmux_xway_probe()
H A Dpinctrl-falcon.c484 falcon_info.num_grps = ARRAY_SIZE(falcon_grps); in pinctrl_falcon_probe()
/linux/drivers/pinctrl/airoha/
H A Dairoha-common.h139 const unsigned int num_grps; member
H A Dpinctrl-airoha.c820 for (i = 0; i < data->num_grps; i++) { in airoha_pinctrl_probe()
H A Dpinctrl-an7563.c1069 .num_grps = ARRAY_SIZE(pinctrl_groups),
H A Dpinctrl-en7523.c1113 .num_grps = ARRAY_SIZE(pinctrl_groups),
H A Dpinctrl-an7583.c1471 .num_grps = ARRAY_SIZE(pinctrl_groups),
H A Dpinctrl-an7581.c1441 .num_grps = ARRAY_SIZE(pinctrl_groups),
/linux/include/net/bluetooth/
H A Dhci.h2530 __u8 num_grps; member
/linux/net/bluetooth/
H A Dhci_event.c1258 if (skb->len < flex_array_size(rp, grps, rp->num_grps)) { in hci_cc_le_read_conn_interval()
1267 for (i = 0; i < rp->num_grps; i++) { in hci_cc_le_read_conn_interval()