Home
last modified time | relevance | path

Searched refs:reload (Results 1 – 25 of 99) sorted by relevance

1234

/linux/Documentation/networking/devlink/
H A Ddevlink-reload.rst7 ``devlink-reload`` provides mechanism to reinit driver entities, applying
14 User may select a reload action.
17 .. list-table:: Possible reload actions
39 firmware reset. If no new image pending this action will reload current
45 being performed without fw activation. Therefore, the devlink reload
51 By default reload actions are not limited and driver implementation may
57 .. list-table:: Possible reload limits
70 namespaces during devlink reload operation.
78 $ devlink dev reload help
79 …$ devlink dev reload DEV [ netns { PID | NAME | ID } ] [ action { driver_reinit | fw_activate } ] …
[all …]
H A Ddevlink-params.rst32 the driver using the ``devlink`` reload command.
41 support reloading via the ``devlink-reload`` command. This command will
42 request a reload of the device driver.
/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Dfib.sh115 devlink -N testns1 dev reload $DEVLINK_DEV
137 devlink -N testns1 dev reload $DEVLINK_DEV
144 devlink -N testns1 dev reload $DEVLINK_DEV &> /dev/null
152 devlink -N testns1 dev reload $DEVLINK_DEV
254 devlink -N testns1 dev reload $DEVLINK_DEV
279 devlink -N testns1 dev reload $DEVLINK_DEV
304 devlink -N testns1 dev reload $DEVLINK_DEV
311 devlink -N testns1 dev reload $DEVLINK_DEV &> /dev/null
319 devlink -N testns1 dev reload $DEVLINK_DEV
377 devlink dev reload $DEVLINK_DEV netns testns1
H A Ddevlink.sh128 devlink dev reload $DL_HANDLE
130 check_value max_macs post-reload 16 16
131 check_value test1 post-reload false N
230 devlink dev reload $DL_HANDLE
236 devlink dev reload $DL_HANDLE
242 devlink dev reload $DL_HANDLE
248 devlink dev reload $DL_HANDLE
254 devlink dev reload $DL_HANDLE
269 devlink dev reload $DL_HANDLE netns testns1
272 devlink -N testns1 dev reload $DL_HANDLE netns testns2
[all …]
/linux/drivers/gpu/drm/ci/xfails/
H A Di915-kbl-fails.txt2 i915_module_load@reload,Fail
3 i915_module_load@reload-no-display,Fail
26 xe_module_load@many-reload,Fail
27 xe_module_load@reload,Fail
28 xe_module_load@reload-no-display,Fail
H A Di915-whl-fails.txt4 i915_module_load@reload,Fail
5 i915_module_load@reload-no-display,Fail
8 i915_pm_rpm@module-reload,Fail
59 xe_module_load@many-reload,Fail
60 xe_module_load@reload,Fail
61 xe_module_load@reload-no-display,Fail
H A Di915-amly-fails.txt5 i915_module_load@reload,Fail
6 i915_module_load@reload-no-display,Fail
9 i915_pm_rpm@module-reload,Fail
59 xe_module_load@many-reload,Fail
60 xe_module_load@reload,Fail
61 xe_module_load@reload-no-display,Fail
H A Di915-tgl-fails.txt26 i915_module_load@reload,Fail
27 i915_module_load@reload-no-display,Fail
72 xe_module_load@many-reload,Fail
73 xe_module_load@reload,Fail
74 xe_module_load@reload-no-display,Fail
H A Di915-glk-fails.txt4 i915_module_load@reload,Fail
5 i915_module_load@reload-no-display,Fail
63 xe_module_load@many-reload,Fail
64 xe_module_load@reload,Fail
65 xe_module_load@reload-no-display,Fail
H A Di915-cml-fails.txt4 i915_module_load@reload,Fail
5 i915_module_load@reload-no-display,Fail
10 i915_pm_rpm@module-reload,Fail
68 xe_module_load@many-reload,Fail
/linux/drivers/comedi/drivers/
H A Daddi_watchdog.c38 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()
/linux/drivers/watchdog/
H A Dwdt285.c41 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()
H A Dhpwdt.c72 int reload = SECS_TO_TICKS(min(wdd->timeout, wdd->max_hw_heartbeat_ms/1000)); in hpwdt_start() local
74 dev_dbg(wdd->parent, "start watchdog 0x%08x:0x%08x:0x%02x\n", wdd->timeout, reload, control); in hpwdt_start()
75 iowrite16(reload, hpwdt_timer_reg); in hpwdt_start()
107 int reload = SECS_TO_TICKS(min(wdd->timeout, wdd->max_hw_heartbeat_ms/1000)); in hpwdt_ping() local
109 dev_dbg(wdd->parent, "ping watchdog 0x%08x:0x%08x\n", wdd->timeout, reload); in hpwdt_ping()
110 hpwdt_ping_ticks(reload); in hpwdt_ping()
H A Dstarfive-wdt.c85 unsigned int reload; /* Watchdog Reload Control register */ member
109 u32 reload; /* restore the count */ member
116 .reload = STARFIVE_WDT_JH7100_RELOAD,
297 if (wdt->variant->reload) in starfive_wdt_set_reload_count()
298 writel(0x1, wdt->base + wdt->variant->reload); in starfive_wdt_set_reload_count()
542 wdt->reload = starfive_wdt_get_count(wdt); in starfive_wdt_suspend()
561 starfive_wdt_set_reload_count(wdt, wdt->reload); in starfive_wdt_resume()
/linux/Documentation/ABI/stable/
H A Dsysfs-driver-misc-cp50013 Description: Flag which signals if FPGA shall keep or reload configuration
19 necessary to power cycle the device to reload the new
24 0 = reload configuration bitstream on reset
/linux/arch/powerpc/include/asm/
H A Dfsl_gtm.h37 bool reload);
39 bool reload);
/linux/arch/powerpc/sysdev/
H A Dfsl_gtm.c243 int gtm_set_timer16(struct gtm_timer *tmr, unsigned long usec, bool reload) in gtm_set_timer16() argument
258 return gtm_set_ref_timer16(tmr, freq, usec, reload); in gtm_set_timer16()
279 int gtm_set_exact_timer16(struct gtm_timer *tmr, u16 usec, bool reload) in gtm_set_exact_timer16() argument
291 return gtm_set_ref_timer16(tmr, freq, usec, reload); in gtm_set_exact_timer16()
/linux/drivers/misc/genwqe/
H A Dcard_sysfs.c214 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()
/linux/arch/arm/mach-omap2/
H A Dsleep24xx.S76 strne r0, [r1] @ rewrite DLLA to force DLL reload
78 strne r0, [r1] @ rewrite DLLB to force DLL reload
/linux/arch/arm/kernel/
H A Dentry-header.S392 .macro invoke_syscall, table, nr, tmp, ret, reload=0 argument
399 .if \reload
401 ldmiacc r1, {r0 - r6} @ reload r0-r6
408 .if \reload
410 ldmiacc r1, {r0 - r6} @ reload r0-r6
/linux/drivers/acpi/acpica/
H A Dtbinstal.c102 u8 reload, u8 override, u32 *table_index) in acpi_tb_install_standard_table() argument
125 if (!reload && in acpi_tb_install_standard_table()
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dfib.sh246 devlink dev reload $DEVLINK_DEV netns testns1
256 devlink -N testns1 dev reload $DEVLINK_DEV netns $$
/linux/Documentation/hwmon/
H A Dsht15.rst50 sensors. Disabling the reload of those coefficients allows saving 10ms for each
67 flag to indicate not to reload from OTP (default to false).
/linux/drivers/input/serio/
H A Dapbps2.c35 u32 __iomem reload; /* 0x0c */ member
166 iowrite32be(freq_hz / 10000, &priv->regs->reload); in apbps2_of_probe()
/linux/drivers/clocksource/
H A Dtimer-sp.h61 unsigned long reload; member

1234