/openbmc/linux/drivers/staging/media/atomisp/i2c/ |
H A D | atomisp-lm3554.c | 182 struct lm3554 *flash = to_lm3554(sd); in lm3554_hw_strobe() local 263 struct lm3554 *flash = to_lm3554(sd); in lm3554_s_flash_timeout() local 275 struct lm3554 *flash = to_lm3554(sd); in lm3554_g_flash_timeout() local 284 struct lm3554 *flash = to_lm3554(sd); in lm3554_s_flash_intensity() local 296 struct lm3554 *flash = to_lm3554(sd); in lm3554_g_flash_intensity() local 306 struct lm3554 *flash = to_lm3554(sd); in lm3554_s_torch_intensity() local 318 struct lm3554 *flash = to_lm3554(sd); in lm3554_g_torch_intensity() local 328 struct lm3554 *flash = to_lm3554(sd); in lm3554_s_indicator_intensity() local 340 struct lm3554 *flash = to_lm3554(sd); in lm3554_g_indicator_intensity() local 357 struct lm3554 *flash = to_lm3554(sd); in lm3554_s_flash_mode() local [all …]
|
/openbmc/linux/drivers/media/i2c/ |
H A D | adp1653.c | 38 static int adp1653_update_hw(struct adp1653_flash *flash) in adp1653_update_hw() 77 static int adp1653_get_fault(struct adp1653_flash *flash) in adp1653_get_fault() 142 struct adp1653_flash *flash = in adp1653_get_ctrl() local 168 struct adp1653_flash *flash = in adp1653_set_ctrl() local 261 adp1653_init_device(struct adp1653_flash *flash) in adp1653_init_device() 296 __adp1653_set_power(struct adp1653_flash *flash, int on) in __adp1653_set_power() 329 struct adp1653_flash *flash = to_adp1653_flash(subdev); in adp1653_set_power() local 383 struct adp1653_flash *flash = to_adp1653_flash(subdev); in adp1653_suspend() local 394 struct adp1653_flash *flash = to_adp1653_flash(subdev); in adp1653_resume() local 410 struct adp1653_flash *flash, in adp1653_of_init() [all …]
|
H A D | lm3560.c | 68 static int lm3560_mode_ctrl(struct lm3560_flash *flash) in lm3560_mode_ctrl() 90 static int lm3560_enable_ctrl(struct lm3560_flash *flash, in lm3560_enable_ctrl() 114 static int lm3560_torch_brt_ctrl(struct lm3560_flash *flash, in lm3560_torch_brt_ctrl() 137 static int lm3560_flash_brt_ctrl(struct lm3560_flash *flash, in lm3560_flash_brt_ctrl() 162 struct lm3560_flash *flash = to_lm3560_flash(ctrl, led_no); in lm3560_get_ctrl() local 189 struct lm3560_flash *flash = to_lm3560_flash(ctrl, led_no); in lm3560_set_ctrl() local 278 static int lm3560_init_controls(struct lm3560_flash *flash, in lm3560_init_controls() 349 static int lm3560_subdev_init(struct lm3560_flash *flash, in lm3560_subdev_init() 374 static int lm3560_init_device(struct lm3560_flash *flash) in lm3560_init_device() 396 struct lm3560_flash *flash; in lm3560_probe() local [all …]
|
H A D | lm3646.c | 81 static int lm3646_mode_ctrl(struct lm3646_flash *flash, in lm3646_mode_ctrl() 101 struct lm3646_flash *flash = to_lm3646_flash(ctrl); in lm3646_get_ctrl() local 135 struct lm3646_flash *flash = to_lm3646_flash(ctrl); in lm3646_set_ctrl() local 203 static int lm3646_init_controls(struct lm3646_flash *flash) in lm3646_init_controls() 271 static int lm3646_subdev_init(struct lm3646_flash *flash) in lm3646_subdev_init() 294 static int lm3646_init_device(struct lm3646_flash *flash) in lm3646_init_device() 339 struct lm3646_flash *flash; in lm3646_probe() local 381 struct lm3646_flash *flash = i2c_get_clientdata(client); in lm3646_remove() local
|
/openbmc/u-boot/drivers/mtd/spi/ |
H A D | sf_probe.c | 25 static int spi_flash_probe_slave(struct spi_flash *flash) in spi_flash_probe_slave() 61 struct spi_flash *flash; in spi_flash_probe() local 84 void spi_flash_free(struct spi_flash *flash) in spi_flash_free() 98 struct spi_flash *flash = dev_get_uclass_priv(dev); in spi_flash_std_read() local 108 struct spi_flash *flash = dev_get_uclass_priv(dev); in spi_flash_std_write() local 117 struct spi_flash *flash = dev_get_uclass_priv(dev); in spi_flash_std_erase() local 135 struct spi_flash *flash = dev_get_uclass_priv(dev); in spi_flash_std_get_sw_write_prot() local 142 struct spi_flash *flash = dev_get_uclass_priv(dev); in spi_flash_std_ctrl_wlock() local 149 struct spi_flash *flash = dev_get_uclass_priv(dev); in spi_flash_std_ctrl_wunlock() local 158 struct spi_flash *flash; in spi_flash_std_probe() local
|
H A D | sf_mtd.c | 18 struct spi_flash *flash = mtd->priv; in spi_flash_mtd_erase() local 42 struct spi_flash *flash = mtd->priv; in spi_flash_mtd_read() local 58 struct spi_flash *flash = mtd->priv; in spi_flash_mtd_write() local 84 int spi_flash_mtd_register(struct spi_flash *flash) in spi_flash_mtd_register()
|
H A D | fsl_espi_spl.c | 16 struct spi_flash *flash; in fsl_spi_spl_load_image() local 40 struct spi_flash *flash; in fsl_spi_boot() local
|
/openbmc/u-boot/include/ |
H A D | spi_flash.h | 120 static inline int spi_flash_read(struct spi_flash *flash, u32 offset, in spi_flash_read() 126 static inline int spi_flash_write(struct spi_flash *flash, u32 offset, in spi_flash_write() 132 static inline int spi_flash_erase(struct spi_flash *flash, u32 offset, in spi_flash_erase() 138 static inline int spi_flash_ctrl_wlock(struct spi_flash *flash, in spi_flash_ctrl_wlock() 144 static inline int spi_flash_ctrl_wunlock(struct spi_flash *flash, in spi_flash_ctrl_wunlock() 163 static inline int spi_flash_read(struct spi_flash *flash, u32 offset, in spi_flash_read() 172 static inline int spi_flash_write(struct spi_flash *flash, u32 offset, in spi_flash_write() 181 static inline int spi_flash_erase(struct spi_flash *flash, u32 offset, in spi_flash_erase() 200 static inline int spi_flash_protect(struct spi_flash *flash, u32 ofs, u32 len, in spi_flash_protect()
|
/openbmc/linux/drivers/mtd/devices/ |
H A D | mchp48l640.c | 69 static int mchp48l640_read_status(struct mchp48l640_flash *flash, int *status) in mchp48l640_read_status() 86 static int mchp48l640_waitforbit(struct mchp48l640_flash *flash, int bit, bool set) in mchp48l640_waitforbit() 115 static int mchp48l640_write_prepare(struct mchp48l640_flash *flash, bool enable) in mchp48l640_write_prepare() 141 static int mchp48l640_set_mode(struct mchp48l640_flash *flash) in mchp48l640_set_mode() 162 static int mchp48l640_wait_rdy(struct mchp48l640_flash *flash) in mchp48l640_wait_rdy() 170 struct mchp48l640_flash *flash = to_mchp48l640_flash(mtd); in mchp48l640_write_page() local 212 struct mchp48l640_flash *flash = to_mchp48l640_flash(mtd); in mchp48l640_write() local 238 struct mchp48l640_flash *flash = to_mchp48l640_flash(mtd); in mchp48l640_read_page() local 270 struct mchp48l640_flash *flash = to_mchp48l640_flash(mtd); in mchp48l640_read() local 300 struct mchp48l640_flash *flash; in mchp48l640_probe() local [all …]
|
H A D | sst25l.c | 67 static int sst25l_status(struct sst25l_flash *flash, int *status) in sst25l_status() 91 static int sst25l_write_enable(struct sst25l_flash *flash, int enable) in sst25l_write_enable() 123 static int sst25l_wait_till_ready(struct sst25l_flash *flash) in sst25l_wait_till_ready() 142 static int sst25l_erase_sector(struct sst25l_flash *flash, uint32_t offset) in sst25l_erase_sector() 168 struct sst25l_flash *flash = to_sst25l_flash(mtd); in sst25l_erase() local 209 struct sst25l_flash *flash = to_sst25l_flash(mtd); in sst25l_read() local 252 struct sst25l_flash *flash = to_sst25l_flash(mtd); in sst25l_write() local 351 struct sst25l_flash *flash; in sst25l_probe() local 403 struct sst25l_flash *flash = spi_get_drvdata(spi); in sst25l_remove() local
|
H A D | mchp23k256.c | 41 static void mchp23k256_addr2cmd(struct mchp23k256_flash *flash, in mchp23k256_addr2cmd() 55 static int mchp23k256_cmdsz(struct mchp23k256_flash *flash) in mchp23k256_cmdsz() 63 struct mchp23k256_flash *flash = to_mchp23k256_flash(mtd); in mchp23k256_write() local 102 struct mchp23k256_flash *flash = to_mchp23k256_flash(mtd); in mchp23k256_read() local 173 struct mchp23k256_flash *flash; in mchp23k256_probe() local 214 struct mchp23k256_flash *flash = spi_get_drvdata(spi); in mchp23k256_remove() local
|
H A D | spear_smi.c | 178 struct spear_snor_flash *flash[MAX_NUM_FLASH_CHIP]; member 420 get_sector_erase_cmd(struct spear_snor_flash *flash, u32 offset) in get_sector_erase_cmd() 496 struct spear_snor_flash *flash = get_flash_data(mtd); in spear_mtd_erase() local 548 struct spear_snor_flash *flash = get_flash_data(mtd); in spear_mtd_read() local 677 struct spear_snor_flash *flash = get_flash_data(mtd); in spear_mtd_write() local 847 struct spear_snor_flash *flash; in spear_smi_setup_banks() local 1037 struct spear_snor_flash *flash; in spear_smi_remove() local
|
/openbmc/linux/drivers/leds/flash/ |
H A D | leds-as3645a.c | 197 static int as3645a_set_current(struct as3645a *flash) in as3645a_set_current() 208 static int as3645a_set_timeout(struct as3645a *flash) in as3645a_set_timeout() 253 struct as3645a *flash = fled_to_as3645a(fled); in as3645a_get_fault() local 330 struct as3645a *flash = fled_to_as3645a(fled); in as3645a_set_assist_brightness() local 348 struct as3645a *flash = fled_to_as3645a(fled); in as3645a_set_flash_brightness() local 359 struct as3645a *flash = fled_to_as3645a(fled); in as3645a_set_flash_timeout() local 368 struct as3645a *flash = fled_to_as3645a(fled); in as3645a_set_strobe() local 380 static int as3645a_setup(struct as3645a *flash) in as3645a_setup() 420 static int as3645a_detect(struct as3645a *flash) in as3645a_detect() 481 static int as3645a_parse_node(struct as3645a *flash, in as3645a_parse_node() [all …]
|
H A D | leds-rt4505.c | 48 struct led_classdev_flash flash; member 243 struct led_classdev_flash *flash = v4l2_flash->fled_cdev; in rt4505_flash_external_strobe_set() local 264 struct led_classdev_flash *flash = &priv->flash; in rt4505_init_v4l2_config() local 293 struct led_classdev_flash *flash = &priv->flash; in rt4505_init_flash_properties() local
|
/openbmc/skeleton/flashbios/ |
H A D | flash_bios_obj.c | 27 update(Flash* flash, const char* obj_path) in update() 113 on_update_via_tftp(Flash *flash, in on_update_via_tftp() 138 on_error(Flash *flash, in on_error() 155 on_done(Flash *flash, in on_done() 178 on_update(Flash *flash, in on_update() 220 Flash *flash = object_get_flash((Object*)user_data); in on_flash_progress() local 254 Flash* flash = flash_skeleton_new(); in on_bus_acquired() local
|
/openbmc/u-boot/common/spl/ |
H A D | spl_spi.c | 25 struct spi_flash *flash, in spi_load_image_os() 56 struct spi_flash *flash = load->dev; in spl_spi_fit_read() local 75 struct spi_flash *flash; in spl_spi_load_image() local
|
/openbmc/u-boot/drivers/spi/ |
H A D | aspeed_spi.c | 360 struct aspeed_spi_flash *flash, in aspeed_spi_fmc_checksum() 502 struct aspeed_spi_flash *flash) in aspeed_spi_timing_calibration() 769 struct aspeed_spi_flash *flash) in aspeed_spi_start_user() 781 struct aspeed_spi_flash *flash) in aspeed_spi_stop_user() 815 struct aspeed_spi_flash *flash, in aspeed_spi_write_reg() 1060 struct aspeed_spi_flash *flash, in aspeed_spi_exec_op_cmd_mode() 1162 struct aspeed_spi_flash *flash; in aspeed_spi_xfer() local 1484 struct aspeed_spi_flash *flash; in aspeed_spi_mem_wlock() local 1576 struct aspeed_spi_flash *flash) in aspeed_spi_flash_set_segment() 1637 struct aspeed_spi_flash *flash, in aspeed_spi_flash_init() [all …]
|
/openbmc/u-boot/cmd/ |
H A D | sf.c | 21 static struct spi_flash *flash; variable 169 static const char *spi_flash_update_block(struct spi_flash *flash, u32 offset, in spi_flash_update_block() 211 static int spi_flash_update(struct spi_flash *flash, u32 offset, in spi_flash_update() 439 static int spi_flash_test(struct spi_flash *flash, uint8_t *buf, ulong len, in spi_flash_test()
|
/openbmc/u-boot/arch/xtensa/dts/ |
H A D | xtfpga-flash-128m.dtsi | 3 flash: flash@00000000 { label
|
H A D | xtfpga-flash-16m.dtsi | 3 flash: flash@08000000 { label
|
/openbmc/linux/arch/xtensa/boot/dts/ |
H A D | xtfpga-flash-4m.dtsi | 4 flash: flash@08000000 { label
|
H A D | xtfpga-flash-128m.dtsi | 4 flash: flash@00000000 { label
|
H A D | xtfpga-flash-16m.dtsi | 4 flash: flash@08000000 { label
|
/openbmc/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm53340-ubnt-unifi-switch8.dts | 37 flash: flash@0 { label
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6dl-rex-basic.dts | 22 flash: flash@0 { label
|