Searched refs:lookups (Results 1 - 25 of 40) sorted by path

12

/linux-master/arch/sh/kernel/cpu/
H A Dclock-cpg.c39 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
58 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
/linux-master/arch/sh/kernel/cpu/sh2a/
H A Dclock-sh7264.c104 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
148 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
H A Dclock-sh7269.c138 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
172 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
/linux-master/arch/sh/kernel/cpu/sh4a/
H A Dclock-sh7343.c185 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
265 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
H A Dclock-sh7366.c183 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
258 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
H A Dclock-sh7722.c169 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
233 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
H A Dclock-sh7723.c194 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
281 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
H A Dclock-sh7724.c259 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
355 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
H A Dclock-sh7734.c178 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
246 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
H A Dclock-sh7757.c102 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
142 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
H A Dclock-sh7763.c91 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
113 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
H A Dclock-sh7780.c97 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
119 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
H A Dclock-sh7785.c116 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
165 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
H A Dclock-sh7786.c125 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
180 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
H A Dclock-shx3.c100 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
139 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
/linux-master/arch/sh/boards/mach-highlander/
H A Dsetup.c335 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
376 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
/linux-master/drivers/gpio/
H A Dgpio-aggregator.c37 struct gpiod_lookup_table *lookups; member in struct:gpio_aggregator
48 struct gpiod_lookup_table *lookups; local
50 lookups = krealloc(aggr->lookups, struct_size(lookups, table, *n + 2),
52 if (!lookups)
55 lookups->table[*n] = GPIO_LOOKUP_IDX(key, hwnum, NULL, *n, 0);
58 memset(&lookups->table[*n], 0, sizeof(lookups->table[*n]));
60 aggr->lookups
[all...]
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_vcap_debugfs.c25 for (int l = 0; l < admin->lookups; ++l) {
142 for (int l = 0; l < admin->lookups; ++l) {
H A Dlan966x_vcap_impl.c23 int lookups; /* number of lookups in this vcap type */ member in struct:lan966x_vcap_inst
32 .lookups = LAN966X_ES0_LOOKUPS,
40 .lookups = LAN966X_IS1_LOOKUPS,
49 .lookups = LAN966X_IS2_LOOKUPS,
629 admin->lookups = cfg->lookups;
630 admin->lookups_per_instance = cfg->lookups;
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_vcap_debugfs.c86 for (lookup = 0; lookup < admin->lookups; ++lookup) {
129 for (lookup = 0; lookup < admin->lookups; ++lookup) {
240 for (lookup = 0; lookup < admin->lookups; ++lookup) {
335 for (lookup = 0; lookup < admin->lookups; ++lookup) {
413 for (lookup = 0; lookup < admin->lookups; ++lookup) {
H A Dsparx5_vcap_impl.c55 int lookups; /* number of lookups in this vcap type */ member in struct:sparx5_vcap_inst
56 int lookups_per_instance; /* number of lookups in this instance */
69 .lookups = SPARX5_IS0_LOOKUPS,
81 .lookups = SPARX5_IS0_LOOKUPS,
93 .lookups = SPARX5_IS0_LOOKUPS,
105 .lookups = SPARX5_IS2_LOOKUPS,
117 .lookups = SPARX5_IS2_LOOKUPS,
127 .lookups = SPARX5_ES0_LOOKUPS,
136 .lookups
[all...]
/linux-master/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c1673 /* Is the next chain id in one of the following lookups
2020 /* Pick a keyset that is supported in the port lookups */
2029 /* use the keyset that is supported in the port lookups */
3129 /* Enable chained lookups */
3165 /* Disable chained lookups */
3183 /* Enable/Disable the VCAP instance lookups */
3235 return lookup == admin->lookups - 1;
H A Dvcap_api.h173 int lookups; /* number of lookups in this vcap type */ member in struct:vcap_admin
174 int lookups_per_instance; /* number of lookups in this instance */
H A Dvcap_api_debugfs.c286 out->prf(out->dst, "lookups: %d\n", admin->lookups);
H A Dvcap_api_debugfs_kunit.c395 "lookups: 4\n",
407 .lookups = 4,
443 "lookups: 4\n",
498 .lookups = 4,

Completed in 450 milliseconds

12