Searched refs:driver_name (Results 1 – 10 of 10) sorted by relevance
| /openbmc/phosphor-fan-presence/docs/presence/ |
| H A D | eeprom.md | 15 - ["driver_name"](#driver_name) 27 ### "driver_name" 32 "driver_name": "at24" 63 "driver_name": "at24",
|
| /openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
| H A D | device-util | 9 driver_name="$1" 11 driver_dir="${SYSFS_I2C_DRIVERS}/${driver_name}" 20 echo "unable to locate i2c driver ${driver_name} in sysfs"
|
| /openbmc/openbmc/meta-facebook/meta-catalina/recipes-catalina/plat-svc/files/catalina/ |
| H A D | platform-early-sys-init | 79 local driver_name="$1" 82 local driver_dir="/sys/bus/i2c/drivers/$driver_name"
|
| /openbmc/u-boot/cmd/ |
| H A D | efidebug.c | 104 static int efi_get_driver_handle_info(efi_handle_t handle, u16 **driver_name, in efi_get_driver_handle_info() argument 115 *driver_name = NULL; in efi_get_driver_handle_info() 147 u16 *driver_name, *image_path_text; in do_efi_show_drivers() local 164 if (!efi_get_driver_handle_info(handles[i], &driver_name, in do_efi_show_drivers() 168 driver_name, image_path_text); in do_efi_show_drivers() 171 handles[i], driver_name); in do_efi_show_drivers() 172 EFI_CALL(BS->free_pool(driver_name)); in do_efi_show_drivers()
|
| /openbmc/qemu/scripts/ |
| H A D | compare-machine-types.py | 250 def get_implementations(self, driver_name: str) -> List[str]: 251 return self._qemu_drivers.get_implementations(driver_name)
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | dwc2_udc_otg.c | 68 static const char driver_name[] = "dwc2-udc"; variable 741 .name = driver_name,
|
| H A D | at91_udc.c | 50 static const char driver_name [] = "at91_udc"; variable 1512 udc->gadget.name = driver_name; in at91_udc_probe() 1541 INFO("%s version %s\n", driver_name, DRIVER_VERSION); in at91_udc_probe()
|
| H A D | pxa25x_udc.c | 64 static const char driver_name[] = "pxa25x_udc"; variable 1635 .name = driver_name,
|
| /openbmc/phosphor-power/phosphor-power-sequencer/test/ |
| H A D | config_file_parser_tests.cpp | 2141 "driver_name": "foo", in TEST()
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
| H A D | 0004-FF-A-v15-arm_ffa-introduce-Arm-FF-A-support.patch | 1603 + .driver_name = FFA_DRV_NAME,
|