Home
last modified time | relevance | path

Searched refs:update_fw (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/drivers/media/i2c/s5c73m3/
Ds5c73m3-core.c48 static int update_fw; variable
49 module_param(update_fw, int, 0644);
618 if (load_fw && update_fw) { in s5c73m3_spi_boot()
620 update_fw = 0; in s5c73m3_spi_boot()
/linux-4.4.14/drivers/input/mouse/
Dcyapa.h258 int (*update_fw)(struct cyapa *, const struct firmware *); member
Dcyapa.c1059 error = cyapa->ops->update_fw(cyapa, fw); in cyapa_firmware()
1220 static DEVICE_ATTR(update_fw, S_IWUSR, NULL, cyapa_update_fw_store);
Dcyapa_gen6.c727 .update_fw = cyapa_pip_do_fw_update,
Dcyapa_gen3.c1235 .update_fw = cyapa_gen3_do_fw_update,
Delan_i2c_core.c635 static DEVICE_ATTR(update_fw, S_IWUSR, NULL, elan_sysfs_update_fw);
Dcyapa_gen5.c2825 .update_fw = cyapa_pip_do_fw_update,
/linux-4.4.14/drivers/scsi/pm8001/
Dpm8001_ctl.c732 static DEVICE_ATTR(update_fw, S_IRUGO|S_IWUSR|S_IWGRP,
/linux-4.4.14/drivers/input/touchscreen/
Dwdt87xx_i2c.c937 static DEVICE_ATTR_WO(update_fw);
Delants_i2c.c995 static DEVICE_ATTR(update_fw, S_IWUSR, NULL, write_update_fw);
Datmel_mxt_ts.c2347 static DEVICE_ATTR(update_fw, S_IWUSR, NULL, mxt_update_fw_store);