/drivers/staging/comedi/drivers/ |
D | addi_watchdog.c | 38 unsigned int reload; in addi_watchdog_insn_config() local 43 reload = data[1] & s->maxdata; in addi_watchdog_insn_config() 44 outl(reload, spriv->iobase + ADDI_TCW_RELOAD_REG); in addi_watchdog_insn_config() 48 20 * reload + 20); in addi_watchdog_insn_config()
|
/drivers/watchdog/ |
D | wdt285.c | 41 static unsigned int reload; variable 61 *CSR_TIMER4_LOAD = reload; in watchdog_ping() 77 reload = soft_margin * (mem_fclk_21285 / 256); in watchdog_open() 169 reload = soft_margin * (mem_fclk_21285 / 256); in watchdog_ioctl()
|
D | hpwdt.c | 69 int reload = SECS_TO_TICKS(min(wdd->timeout, wdd->max_hw_heartbeat_ms/1000)); in hpwdt_start() local 71 dev_dbg(wdd->parent, "start watchdog 0x%08x:0x%08x:0x%02x\n", wdd->timeout, reload, control); in hpwdt_start() 72 iowrite16(reload, hpwdt_timer_reg); in hpwdt_start() 104 int reload = SECS_TO_TICKS(min(wdd->timeout, wdd->max_hw_heartbeat_ms/1000)); in hpwdt_ping() local 106 dev_dbg(wdd->parent, "ping watchdog 0x%08x:0x%08x\n", wdd->timeout, reload); in hpwdt_ping() 107 hpwdt_ping_ticks(reload); in hpwdt_ping()
|
/drivers/net/ethernet/mellanox/mlxsw/ |
D | core.c | 1100 void *bus_priv, bool reload, in __mlxsw_core_bus_device_register() argument 1114 if (!reload) { in __mlxsw_core_bus_device_register() 1136 if (mlxsw_driver->resources_register && !reload) { in __mlxsw_core_bus_device_register() 1162 if (!reload) { in __mlxsw_core_bus_device_register() 1168 if (mlxsw_driver->params_register && !reload) { in __mlxsw_core_bus_device_register() 1192 if (!reload) in __mlxsw_core_bus_device_register() 1203 if (mlxsw_driver->params_unregister && !reload) in __mlxsw_core_bus_device_register() 1206 if (!reload) in __mlxsw_core_bus_device_register() 1215 if (!reload) in __mlxsw_core_bus_device_register() 1220 if (!reload) in __mlxsw_core_bus_device_register() [all …]
|
D | core.h | 38 void *bus_priv, bool reload, 40 void mlxsw_core_bus_device_unregister(struct mlxsw_core *mlxsw_core, bool reload);
|
/drivers/misc/genwqe/ |
D | card_sysfs.c | 214 int reload; in reload_bitstream_store() local 217 if (kstrtoint(buf, 0, &reload) < 0) in reload_bitstream_store() 220 if (reload == 0x1) { in reload_bitstream_store()
|
/drivers/acpi/acpica/ |
D | tbinstal.c | 99 u8 reload, u8 override, u32 *table_index) in acpi_tb_install_standard_table() argument 121 if (!reload && in acpi_tb_install_standard_table()
|
D | actables.h | 89 u8 reload, u8 override, u32 *table_index);
|
/drivers/input/serio/ |
D | apbps2.c | 35 u32 __iomem reload; /* 0x0c */ member 169 iowrite32be(freq_hz / 10000, &priv->regs->reload); in apbps2_of_probe()
|
/drivers/media/dvb-frontends/ |
D | gp8psk-fe.h | 67 int (*reload)(void *priv); member
|
D | gp8psk-fe.c | 178 st->ops->reload(st->priv); in gp8psk_fe_set_frontend() 330 if (!ops || !ops->in || !ops->out || !ops->reload) { in gp8psk_fe_attach()
|
/drivers/media/pci/ddbridge/ |
D | Kconfig | 42 with certain SATA controllers, requiring a reload of the ddbridge
|
/drivers/gpu/drm/armada/ |
D | armada_crtc.c | 592 static int armada_drm_crtc_cursor_update(struct armada_crtc *dcrtc, bool reload) in armada_drm_crtc_cursor_update() argument 656 reload = true; in armada_drm_crtc_cursor_update() 664 reload = true; in armada_drm_crtc_cursor_update() 666 if (reload) { in armada_drm_crtc_cursor_update()
|
/drivers/char/mwave/ |
D | README | 5 are not saved by the BIOS and so do not persist after unload and reload.
|
/drivers/video/fbdev/omap/ |
D | Kconfig | 32 the frame buffer content and thus a reload of the image data to
|
/drivers/media/usb/dvb-usb/ |
D | gp8psk.c | 281 .reload = gp8psk_fe_reload,
|
/drivers/s390/char/ |
D | sclp_sd.c | 430 static struct kobj_attribute reload_attr = __ATTR_WO(reload);
|
/drivers/net/wireless/realtek/rtw88/ |
D | rtw8822b.c | 986 bool reload; in rtw8822b_do_iqk() local 998 reload = !!rtw_read32_mask(rtwdev, REG_IQKFAILMSK, BIT(16)); in rtw8822b_do_iqk() 1002 counter, reload, ++do_iqk_cnt, iqk_fail_mask); in rtw8822b_do_iqk()
|
/drivers/net/ethernet/intel/e1000e/ |
D | hw.h | 523 void (*reload)(struct e1000_hw *); member
|
D | 80003es2lan.c | 1388 .reload = e1000e_reload_nvm_generic,
|
D | ich8lan.c | 3887 nvm->ops.reload(hw); in e1000_update_nvm_checksum_spt() 4038 nvm->ops.reload(hw); in e1000_update_nvm_checksum_ich8lan() 5771 .reload = e1000e_reload_nvm_generic, 5783 .reload = e1000e_reload_nvm_generic,
|
D | 82571.c | 1938 .reload = e1000e_reload_nvm_generic,
|
/drivers/s390/block/ |
D | dasd_int.h | 362 int (*reload) (struct dasd_device *); member
|
D | dasd.c | 608 device->discipline->reload(device); in do_reload_device()
|
/drivers/net/ethernet/mellanox/mlx4/ |
D | main.c | 3934 static int mlx4_restart_one_up(struct pci_dev *pdev, bool reload, 4190 static int mlx4_restart_one_up(struct pci_dev *pdev, bool reload, in mlx4_restart_one_up() argument 4203 if (reload) in mlx4_restart_one_up()
|