Searched refs:reconfigure (Results 1 - 25 of 49) sorted by relevance

12

/linux-master/include/linux/
H A Dfs_context.h121 int (*reconfigure)(struct fs_context *fc); member in struct:fs_context_operations
/linux-master/fs/freevxfs/
H A Dvxfs_super.c294 .reconfigure = vxfs_reconfigure,
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dtenxpress.c241 /* Try and reconfigure the device */
481 .reconfigure = tenxpress_phy_reconfigure,
H A Dqt202x_phy.c484 .reconfigure = qt202x_phy_reconfigure,
H A Dtxc43128_phy.c464 * it glitches the link, and reconfigure gets called on link change,
549 .reconfigure = txc43128_phy_reconfigure,
H A Dnet_driver.h556 * @reconfigure: Reconfigure PHY (e.g. for new link parameters)
573 int (*reconfigure) (struct ef4_nic *efx); member in struct:ef4_phy_operations
H A Defx.c118 * - Poll the link state and reconfigure the hardware as necessary.
965 /* Push loopback/power/transmit disable settings to the PHY, and reconfigure
1061 rc = efx->phy_op->reconfigure(efx);
2385 rc = efx->phy_op->reconfigure(efx);
2610 .reconfigure = ef4_port_dummy_op_int,
2975 efx->phy_op->reconfigure(efx);
/linux-master/drivers/dma/qcom/
H A Dbam_dma.c368 unsigned int reconfigure; /* new slave config? */ member in struct:bam_chan
631 bchan->reconfigure = 1;
1008 bchan->reconfigure = 0;
1046 if (bchan->reconfigure)
/linux-master/fs/proc/
H A Droot.c241 .reconfigure = proc_reconfigure,
/linux-master/fs/efivarfs/
H A Dsuper.c367 .reconfigure = efivarfs_reconfigure,
/linux-master/fs/coda/
H A Dinode.c360 .reconfigure = coda_reconfigure,
/linux-master/fs/efs/
H A Dsuper.c365 .reconfigure = efs_reconfigure,
/linux-master/fs/jffs2/
H A Dsuper.c307 .reconfigure = jffs2_reconfigure,
/linux-master/fs/qnx4/
H A Dinode.c58 .reconfigure = qnx4_reconfigure,
/linux-master/fs/vboxsf/
H A Dsuper.c69 vbg_err("vboxsf: Cannot reconfigure nls option\n");
431 .reconfigure = vboxsf_reconfigure,
/linux-master/fs/openpromfs/
H A Dinode.c417 .reconfigure = openpromfs_reconfigure,
/linux-master/fs/squashfs/
H A Dsuper.c511 .reconfigure = squashfs_reconfigure,
/linux-master/tools/testing/kunit/
H A Dkunit.py515 sys.stdin.reconfigure(errors='backslashreplace') # type: ignore
/linux-master/fs/
H A Dfs_context.c695 .reconfigure = legacy_reconfigure,
724 * from where it can be used to reconfigure a superblock.
733 * until we actually try to reconfigure.
/linux-master/drivers/android/
H A Dbinderfs.c753 .reconfigure = binderfs_fs_context_reconfigure,
/linux-master/fs/romfs/
H A Dsuper.c569 .reconfigure = romfs_reconfigure,
/linux-master/fs/qnx6/
H A Dinode.c644 .reconfigure = qnx6_reconfigure,
/linux-master/fs/tracefs/
H A Dinode.c510 .reconfigure = tracefs_reconfigure,
/linux-master/fs/debugfs/
H A Dinode.c287 .reconfigure = debugfs_reconfigure,
/linux-master/drivers/media/platform/qcom/venus/
H A Dvdec.c1044 goto reconfigure;
1055 reconfigure:

Completed in 479 milliseconds

12