Searched refs:lookup (Results 1 – 12 of 12) sorted by relevance
/arch/mips/pic32/pic32mzda/ |
D | init.c | 115 static int __init pic32_of_prepare_platform_data(struct of_dev_auxdata *lookup) in pic32_of_prepare_platform_data() argument 122 for (; lookup->compatible; lookup++) { in pic32_of_prepare_platform_data() 123 np = of_find_compatible_node(NULL, NULL, lookup->compatible); in pic32_of_prepare_platform_data() 125 lookup->name = (char *)np->name; in pic32_of_prepare_platform_data() 126 if (lookup->phys_addr) in pic32_of_prepare_platform_data() 129 lookup->phys_addr = res.start; in pic32_of_prepare_platform_data()
|
/arch/arm/mach-integrator/ |
D | impd1.c | 385 struct gpiod_lookup_table *lookup; in impd1_probe() local 389 lookup = devm_kzalloc(&dev->dev, in impd1_probe() 390 struct_size(lookup, table, 3), in impd1_probe() 395 if (!lookup || !chipname || !mmciname) in impd1_probe() 398 lookup->dev_id = mmciname; in impd1_probe() 413 lookup->table[0].chip_label = chipname; in impd1_probe() 414 lookup->table[0].chip_hwnum = 3; in impd1_probe() 415 lookup->table[0].con_id = "wp"; in impd1_probe() 416 lookup->table[1].chip_label = chipname; in impd1_probe() 417 lookup->table[1].chip_hwnum = 4; in impd1_probe() [all …]
|
/arch/x86/platform/intel-mid/device_libs/ |
D | platform_bt.c | 40 struct gpiod_lookup *lookup = table->table; in tng_bt_sfi_setup() local 51 lookup[0].chip_hwnum = get_gpio_by_name(TNG_BT_SFI_GPIO_DEVICE_WAKEUP); in tng_bt_sfi_setup() 52 lookup[1].chip_hwnum = get_gpio_by_name(TNG_BT_SFI_GPIO_SHUTDOWN); in tng_bt_sfi_setup() 53 lookup[2].chip_hwnum = get_gpio_by_name(TNG_BT_SFI_GPIO_HOST_WAKEUP); in tng_bt_sfi_setup()
|
D | platform_bcm43xx.c | 66 struct gpiod_lookup *lookup = table->table; in bcm43xx_regulator_register() local 69 lookup[0].chip_hwnum = get_gpio_by_name(WLAN_SFI_GPIO_ENABLE_NAME); in bcm43xx_regulator_register()
|
/arch/arm/crypto/ |
D | Kconfig | 77 since it uses lookup tables. However, as countermeasures it 94 This implementation does not rely on any lookup tables so it is
|
/arch/arm/boot/dts/ |
D | exynos4210-origen.dts | 257 * DT-based regulator lookup yet.
|
D | exynos4210-trats.dts | 409 * DT-based regulator lookup yet.
|
/arch/arm/mm/ |
D | abort-lv4t.S | 174 add pc, pc, r7, lsr #10 @ lookup in table
|
/arch/arc/mm/ |
D | tlbex.S | 190 ; This macro does the page-table lookup for the faulting address.
|
/arch/x86/events/intel/ |
D | uncore.c | 66 lookup: in __find_pci2phy_map() 80 goto lookup; in __find_pci2phy_map()
|
/arch/ia64/kernel/ |
D | unwind.c | 1501 lookup (struct unw_table *table, unsigned long rel_ip) in lookup() function 1579 e = lookup(table, ip - table->segment_base); in build_script()
|
/arch/x86/ |
D | Kconfig | 1492 has the cost of more pagetable lookup overhead, and also
|