Searched refs:reconfigure (Results 1 - 25 of 41) 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/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/jffs2/
H A Dsuper.c306 .reconfigure = jffs2_reconfigure,
/linux-master/fs/efs/
H A Dsuper.c365 .reconfigure = efs_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/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.
H A Dsuper.c1064 * Protect filesystem's reconfigure code from writes from
1065 * userspace until reconfigure finishes.
1070 if (fc->ops->reconfigure) {
1071 retval = fc->ops->reconfigure(fc);
/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/drivers/media/platform/qcom/venus/
H A Dvdec.c1044 goto reconfigure;
1055 reconfigure:
/linux-master/drivers/media/cec/core/
H A Dcec-adap.c1433 reconfigure:
1460 goto reconfigure;
/linux-master/fs/overlayfs/
H A Dparams.c574 return invalfc(fc, "No changes allowed in reconfigure");
697 .reconfigure = ovl_reconfigure,
/linux-master/fs/exfat/
H A Dsuper.c738 .reconfigure = exfat_reconfigure,
/linux-master/fs/cramfs/
H A Dinode.c964 .reconfigure = cramfs_reconfigure,

Completed in 317 milliseconds

12