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

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/sh4a/
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-sh7763.c91 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
113 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-shx3.c100 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
139 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-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-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-sh7734.c178 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
246 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/soc/tegra/fuse/
H A Dfuse.h33 const struct nvmem_cell_lookup *lookups; member in struct:tegra_fuse_soc
67 struct nvmem_cell_lookup *lookups; member in struct:tegra_fuse
H A Dfuse-tegra.c130 fuse->lookups = kmemdup_array(fuse->soc->lookups, sizeof(*fuse->lookups),
132 if (!fuse->lookups)
135 nvmem_add_cell_lookups(fuse->lookups, fuse->soc->num_lookups);
157 /* Initialize the soc data and lookups if using ACPI boot. */
190 return dev_err_probe(&pdev->dev, err, "failed to add FUSE lookups\n");
573 pr_err("failed to add FUSE lookups\n");
H A Dfuse-tegra30.c286 .lookups = tegra124_fuse_lookups,
457 .lookups = tegra210_fuse_lookups,
514 .lookups = tegra186_fuse_lookups,
607 .lookups = tegra194_fuse_lookups,
672 .lookups = tegra234_fuse_lookups,
/linux-master/arch/sh/kernel/cpu/sh2a/
H A Dclock-sh7269.c138 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
172 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
H A Dclock-sh7264.c104 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
148 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
/linux-master/drivers/soc/qcom/
H A Dpdr_interface.c40 struct list_head lookups; member in struct:pdr_handle
90 list_for_each_entry(pds, &pdr->lookups, node) {
172 list_for_each_entry(pds, &pdr->lookups, node) {
204 list_for_each_entry(pds, &pdr->lookups, node) {
228 list_for_each_entry(pds, &pdr->lookups, node) {
314 list_for_each_entry(iter, &pdr->lookups, node) {
481 list_for_each_entry_safe(pds, tmp, &pdr->lookups, node) {
538 list_for_each_entry(tmp, &pdr->lookups, node) {
547 list_add(&pds->node, &pdr->lookups);
581 list_for_each_entry(tmp, &pdr->lookups, nod
[all...]
/linux-master/tools/testing/selftests/net/tcp_ao/
H A DMakefile2 TEST_BOTH_AF := bench-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/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/net/qrtr/
H A Dns.c24 struct list_head lookups; member in struct:__anon90
281 list_for_each(li, &qrtr_ns.lookups) {
407 /* Remove any lookups by this client */
408 list_for_each_safe(li, tmp, &qrtr_ns.lookups) {
481 /* Notify any potential lookups about the new server */
482 list_for_each(li, &qrtr_ns.lookups) {
541 list_add_tail(&lookup->li, &qrtr_ns.lookups);
569 list_for_each_safe(li, tmp, &qrtr_ns.lookups) {
689 INIT_LIST_HEAD(&qrtr_ns.lookups);
/linux-master/security/selinux/include/
H A Davc.h38 unsigned int lookups; member in struct:avc_cache_stats
/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) {

Completed in 230 milliseconds

12