Searched refs:reconfigure (Results 1 – 25 of 46) sorted by relevance
12
| /Linux-v5.4/fs/autofs/ |
| D | Kconfig | 30 don't have a laptop which needs to dynamically reconfigure to the
|
| /Linux-v5.4/include/linux/ |
| D | fs_context.h | 116 int (*reconfigure)(struct fs_context *fc); member
|
| /Linux-v5.4/Documentation/devicetree/bindings/pci/ |
| D | designware-pcie-ecam.txt | 8 to reconfigure ATU windows for config and/or IO space accesses at runtime.
|
| /Linux-v5.4/Documentation/devicetree/bindings/serial/ |
| D | mtk-uart.txt | 31 one must create an addtional pinctrl to reconfigure Rx pin to normal
|
| /Linux-v5.4/Documentation/devicetree/bindings/power/reset/ |
| D | gpio-poweroff.txt | 26 - input : Initially configure the GPIO line as an input. Only reconfigure
|
| /Linux-v5.4/drivers/dma/qcom/ |
| D | bam_dma.c | 368 unsigned int reconfigure; /* new slave config? */ member 590 bchan->reconfigure = 1; in bam_slave_config() 971 bchan->reconfigure = 0; in bam_apply_new_config() 1009 if (bchan->reconfigure) in bam_start_dma()
|
| /Linux-v5.4/fs/proc/ |
| D | root.c | 175 .reconfigure = proc_reconfigure,
|
| /Linux-v5.4/fs/jffs2/ |
| D | super.c | 291 .reconfigure = jffs2_reconfigure,
|
| /Linux-v5.4/Documentation/gpu/ |
| D | vkms.rst | 29 We want to be able to reconfigure vkms instance without having to reload the
|
| /Linux-v5.4/drivers/net/ethernet/sfc/falcon/ |
| D | tenxpress.c | 481 .reconfigure = tenxpress_phy_reconfigure,
|
| D | qt202x_phy.c | 484 .reconfigure = qt202x_phy_reconfigure,
|
| D | txc43128_phy.c | 549 .reconfigure = txc43128_phy_reconfigure,
|
| D | efx.c | 1071 rc = efx->phy_op->reconfigure(efx); in ef4_init_port() 2396 rc = efx->phy_op->reconfigure(efx); in ef4_reset_up() 2621 .reconfigure = ef4_port_dummy_op_int, 3033 efx->phy_op->reconfigure(efx); in ef4_pm_thaw()
|
| D | net_driver.h | 573 int (*reconfigure) (struct ef4_nic *efx); member
|
| /Linux-v5.4/Documentation/fb/ |
| D | ep93xx-fb.rst | 139 In some cases it may be possible to reconfigure your SDRAM layout to
|
| /Linux-v5.4/Documentation/devicetree/bindings/mmc/ |
| D | ti-omap-hsmmc.txt | 104 The workaround is to reconfigure the dat1 line as a GPIO upon suspend. To make
|
| /Linux-v5.4/Documentation/media/uapi/mediactl/ |
| D | request-api.rst | 35 the same pipeline to reconfigure and collaborate closely on a per-frame basis. 44 on the media pipeline, reconfigure it for the next frame, queue the buffers to
|
| /Linux-v5.4/fs/squashfs/ |
| D | super.c | 360 .reconfigure = squashfs_reconfigure,
|
| /Linux-v5.4/Documentation/driver-api/usb/ |
| D | typec_bus.rst | 52 in need to reconfigure the pins on the connector, the alternate mode driver
|
| /Linux-v5.4/fs/romfs/ |
| D | super.c | 568 .reconfigure = romfs_reconfigure,
|
| /Linux-v5.4/Documentation/networking/device_drivers/cirrus/ |
| D | cs89x0.txt | 445 option to reconfigure the adapter by selecting a different value for the system 519 self-test. If so, reconfigure the adapter selecting another choice for the 524 the adapter and reconfigure it by installing it in another PC to run the
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | mount_api.txt | 192 int (*reconfigure)(struct fs_context *fc); 252 (*) int (*reconfigure)(struct fs_context *fc); 262 [NOTE] reconfigure is intended as a replacement for remount_fs.
|
| /Linux-v5.4/Documentation/admin-guide/gpio/ |
| D | sysfs.rst | 84 allow userspace to reconfigure this GPIO's direction.
|
| /Linux-v5.4/fs/ |
| D | fs_context.c | 680 .reconfigure = legacy_reconfigure,
|
| D | super.c | 954 if (fc->ops->reconfigure) { in reconfigure_super() 955 retval = fc->ops->reconfigure(fc); in reconfigure_super()
|
12