HomeSort by relevance Sort by last modified time
    Searched defs:firmware (Results 1 - 6 of 6) sorted by null

  /device/samsung/toro/recovery/
update_cdma_modem.c 51 char *firmware; member in struct:dpram_firmware
90 fw.firmware = image_data;
106 printf("Firmware update was successful\n");
  /device/samsung/toroplus/recovery/
update_cdma_modem.c 51 char *firmware; member in struct:dpram_firmware
90 fw.firmware = image_data;
106 printf("Firmware update was successful\n");
  /external/chromium/chrome/browser/chromeos/
boot_times_loader.h 39 double firmware; // Time from power button to kernel being loaded. member in struct:chromeos::BootTimesLoader::BootTimes
49 BootTimes() : firmware(0),
  /system/core/init/
devices.c 50 #define FIRMWARE_DIR1 "/etc/firmware"
51 #define FIRMWARE_DIR2 "/vendor/firmware"
52 #define FIRMWARE_DIR3 "/firmware/image"
62 const char *firmware; member in struct:uevent
312 uevent->firmware = "";
330 } else if(!strncmp(msg, "FIRMWARE=", 9)) {
332 uevent->firmware = msg;
357 uevent->firmware, uevent->major, uevent->minor);
709 INFO("firmware: loading '%s' for '%s'\n",
710 uevent->firmware, uevent->path)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
vx_core.h 32 #define SND_VX_FW_LOADER /* use the standard firmware loader */
36 struct firmware;
111 int (*load_dsp)(struct vx_core *chip, int idx, const struct firmware *fw);
212 const struct firmware *firmware[4]; /* loaded firmware data */ member in struct:vx_core
222 int snd_vx_load_boot_image(struct vx_core *chip, const struct firmware *dsp);
223 int snd_vx_dsp_boot(struct vx_core *chip, const struct firmware *dsp);
224 int snd_vx_dsp_load(struct vx_core *chip, const struct firmware *dsp);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
vx_core.h 32 #define SND_VX_FW_LOADER /* use the standard firmware loader */
36 struct firmware;
111 int (*load_dsp)(struct vx_core *chip, int idx, const struct firmware *fw);
212 const struct firmware *firmware[4]; /* loaded firmware data */ member in struct:vx_core
222 int snd_vx_load_boot_image(struct vx_core *chip, const struct firmware *dsp);
223 int snd_vx_dsp_boot(struct vx_core *chip, const struct firmware *dsp);
224 int snd_vx_dsp_load(struct vx_core *chip, const struct firmware *dsp);

Completed in 912 milliseconds