Home
last modified time | relevance | path

Searched full:look (Results 1 – 25 of 1098) sorted by relevance

12345678910>>...44

/openbmc/u-boot/include/
H A Dsyscon.h51 * syscon_get_regmap_by_driver_data() - Look up a controller by its ID
57 * @driver_data: Driver data value to look up
65 * syscon_get_regmap_by_driver_data() - Look up a controller by its ID
71 * @driver_data: Driver data value to look up
77 * syscon_regmap_lookup_by_phandle() - Look up a controller by a phandle
92 * @driver_data: Driver data value to look up
H A Dbinman_sym.h21 * @entry_name: Name of the entry to look for (e.g. 'u_boot_spl')
32 * @entry_name: Name of the entry to look for (e.g. 'u_boot_spl')
43 * @entry_name: Name of the entry to look for (e.g. 'u_boot_spl')
57 * @entry_name: Name of the entry to look for (e.g. 'u_boot_spl')
73 * @entry_name: Name of the entry to look for (e.g. 'u_boot_spl')
H A Dfdtdec.h234 * @param id Compatible ID to look for
262 * @param id Compatible ID to look for (enum fdt_compat_id)
278 * @param id Compatible ID to look for (enum fdt_compat_id)
286 * Look up an address property in a node and return the parsed address, and
313 * Look up an address property in a node and return the parsed address, and
335 * Look up an address property in a node and return the parsed address, and
361 * Look up an address property in a node and return the parsed address.
387 * Look up an address property in a node and return the parsed address, and
415 * Look at an address property in a node and return the pci address which
432 * Look at the compatible property of a device node that represents a PCI
[all …]
H A Dhash.h120 * hash_lookup_algo() - Look up the hash_algo struct for an algorithm
125 * @algo_name: Hash algorithm to look up
133 * hash_progressive_lookup_algo() - Look up hash_algo for prog. hash support
138 * @algo_name: Hash algorithm to look up
152 * @algo_name: Hash algorithm to look up
/openbmc/u-boot/include/dm/
H A Duclass.h121 * @key: ID to look up
130 * @id: ID to look up
136 * uclass_get_by_name() - Look up a uclass by its driver name
138 * @name: Name to look up
148 * @id: ID to look up
162 * @id: ID to look up
179 * @id: ID to look up
194 * @id: ID to look up
210 * @id: ID to look up
225 * @id: uclass ID to look up
[all …]
H A Duclass-internal.h95 * @id: ID to look up
117 * @id: ID to look up
134 * @id: ID to look up
150 * @id: ID to look up
165 * @id: ID to look up
/openbmc/u-boot/env/
H A Dcallback.c15 * Look up a callback function pointer by name
26 /* look up the callback in the linker-list */ in find_env_callback()
41 * Look for a possible callback for a newly added variable
57 /* look in the ".callbacks" var for a reference to this variable */ in env_callback_init()
61 /* only if not found there, look in the static list */ in env_callback_init()
/openbmc/u-boot/tools/patman/
H A Dget_maintainer.py10 """Look for the get_maintainer.pl script.
18 # Look in the list
29 We look for get_maintainer.pl in the 'scripts' directory at the top of
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DLucida-Bitmap-Fonts4 forming a par of the OPEN LOOK TM Graphic User Interface, on this
8 AT&T is the owner of the OPEN LOOK trademark associated with the
13 license to refer to the code and output as "OPEN LOOK" compatible
31 pending in the U.S. and foreign countries. OPEN LOOK is a
/openbmc/qemu/include/accel/tcg/
H A Dprobe.h16 * @addr: guest virtual address to look up
22 * Look up the guest virtual address @addr. Raise an exception if the
48 * @addr: guest virtual address to look up
109 * @addr: guest virtual address to look up
113 * Look up the specified guest virtual index in the TCG softmmu TLB.
/openbmc/u-boot/test/dm/
H A Dpci.c206 /* look up PCI_CAP_ID_EXP */ in dm_test_pci_cap()
210 /* look up PCI_CAP_ID_PCIX */ in dm_test_pci_cap()
214 /* look up PCI_CAP_ID_MSIX starting from PCI_CAP_ID_PM_OFFSET */ in dm_test_pci_cap()
219 /* look up PCI_CAP_ID_VNDR starting from PCI_CAP_ID_EXP_OFFSET */ in dm_test_pci_cap()
227 /* look up PCI_EXT_CAP_ID_DSN */ in dm_test_pci_cap()
231 /* look up PCI_EXT_CAP_ID_SRIOV */ in dm_test_pci_cap()
235 /* look up PCI_EXT_CAP_ID_DSN starting from PCI_EXT_CAP_ID_ERR_OFFSET */ in dm_test_pci_cap()
240 /* look up PCI_EXT_CAP_ID_RCRB starting from PCI_EXT_CAP_ID_VC_OFFSET */ in dm_test_pci_cap()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dgo-mod.bbclass11 # way to tell it to look elsewhere. It will automatically look upwards for the
/openbmc/openpower-hw-diags/
H A Dcli.hpp12 * @param i_option configuration option to look for
23 * @param i_setting configuration setting to look for
/openbmc/openpower-hw-diags/analyzer/
H A Dfilter-root-cause.cpp69 // First, look for any PLL unlock attentions reported by a processsor chip. in __findPllUnlock()
81 // Then, look for any PLL unlock attentions reported by an OCMB chip. This in __findPllUnlock()
113 // First, look for any chip checkstops from the connected OCMBs. in __findMemoryChannelFailure()
133 // Now, look for any channel failure attentions on the processor side of the in __findMemoryChannelFailure()
356 // First, look for any RCS OSC errors. This must always be first because in findRootCause()
364 // Second, look for any PLL unlock attentions. This must always be second in findRootCause()
372 // Regardless of the analysis type, always look for anything that could be in findRootCause()
382 // Look for any recoverable attentions that have been identified as a in findRootCause()
392 // Look for any unit checkstop attentions (other than memory channel in findRootCause()
409 // Look for any system checkstop attentions that originated from within the in findRootCause()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/
H A Dfrom-debian-to-fix-man-file.patch25 -header, and then, if no command line arguments are present, it starts to look
31 +arguments are present, it starts to look for a file named
37 For some advanced usage of this option you should look in the
/openbmc/openbmc/poky/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy/
H A Dtemplate.py44 # them (lookin' at you, glibc) actually look for the substring "GNU texinfo,"
71 # Look through the options and flags, and if necessary, touch any output
96 # that default is to look for a @setfilename command in the input file.
/openbmc/u-boot/tools/binman/
H A Dstate.py43 fname: Filename to look up (e.g. 'u-boot.dtb').
56 fname: Filename to look up (e.g. 'u-boot.dtb').
71 fname: Filename to look up (e.g. 'u-boot.dtb').
171 node: Node object in the main device tree to look up
/openbmc/phosphor-fan-presence/control/json/utils/
H A Dpcie_card_metadata.cpp44 // First look in /etc/phosphor-fan-presence/control/ in loadCards()
47 // Next look in the system subdirectories, first under /etc then /usr. in loadCards()
55 // Look in the /etc override location first in loadCards()
70 // Next look in /usr/share/phosphor-fan-presence/control/ in loadCards()
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ipmitool/
H A Dupdate-enterprise-numbers52 # Look for Reserved/EN-0 as the start of the data.
59 # Look for magic string.
/openbmc/qemu/util/
H A Dpath.c35 /* Look for path in emulation dir, otherwise return name. */
55 /* Look for the path; record the result, pass or fail. */ in path()
/openbmc/u-boot/doc/
H A DREADME.vxworks46 for a specific board, go to the VxWorks BSP for that board, and look for a
68 look like VxWorks hangs somewhere as nothing outputs on the serial console.
76 Check VxWorks kernel configuration to look for LOCAL_MEM_LOCAL_ADRS. For
H A DREADME.drivers.eth38 So the call graph at this stage would look something like:
47 register function. The pseudo code would look something like:
149 code here would look something like:
175 So the call graph at this stage would look something like:
/openbmc/docs/architecture/
H A DLED-architecture.md58 - Look for an association `identify_led_group` on the Inventory D-Bus object
65 - Look for an association `identify_led_group` on the Inventory D-Bus object
92 - Look for an association `fault_led_group` on the Inventory D-Bus object
96 - bmcweb already has a design to look for `Functional` property and set the
/openbmc/openbmc/poky/scripts/
H A Drpm2cpio.sh22 *) fatal "File doesn't look like rpm: $pkg" ;;
49 *) fatal "File doesn't look like rpm: $pkg" ;;
/openbmc/phosphor-hwmon/
H A Dsysfs.hpp41 * Look for a matching hwmon instance given an
53 * Look for a matching hwmon instance given a device path that

12345678910>>...44