Searched refs:disable (Results 1 - 25 of 1255) sorted by last modified time

1234567891011>>

/linux-master/sound/soc/meson/
H A Daxg-tdm-formatter.c149 formatter->drv->ops->disable(formatter->map);
/linux-master/drivers/regulator/
H A Dmt6360-regulator.c299 .disable = regulator_disable_regmap,
H A Dqcom-refgen-regulator.c72 .disable = qcom_sdm845_refgen_disable,
88 .disable = regulator_disable_regmap,
/linux-master/drivers/nvme/host/
H A Dpci.c64 "this size. Use 0 to disable SGLs.");
106 MODULE_PARM_DESC(noacpi, "disable acpi bios quirks");
1290 goto disable;
1304 goto disable;
1334 "I/O tag %d (%04x) QID %d timeout, disable controller\n",
1357 goto disable;
1395 disable:
2330 * If we enable msix early due to not intx, disable it again before
2488 goto disable;
2498 goto disable;
[all...]
/linux-master/drivers/gpu/drm/panel/
H A Dpanel-ilitek-ili9341.c482 .disable = ili9341_dpi_disable,
/linux-master/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/
H A Ddcn315_clk_mgr.c100 static void dcn315_disable_otg_wa(struct clk_mgr *clk_mgr_base, struct dc_state *context, bool disable) argument
115 if (disable) {
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c2572 * were loaded. Also flush IRQ workqueues and disable them.
2603 enable ? "enable" : "disable");
2615 /* During gpu-reset we disable and then enable vblank irq, so
3612 * Base driver will call set() function to enable/disable an
3698 * Base driver will call set() function to enable/disable an
3810 * Base driver will call set() function to enable/disable an
4073 /* disable prefer shadow for now due to hibernation issues */
7181 .disable = dm_encoder_helper_disable,
8286 * While VRR is active, we must not disable vblank irq, as a
8287 * reenable after disable woul
[all...]
/linux-master/drivers/power/supply/
H A Dmt6360_charger.c584 .disable = regulator_disable_regmap,
762 return dev_err_probe(mci->dev, ret, "%s: Failed to disable bc12\n", __func__);
775 "%s: Failed to disable ilim\n", __func__);
/linux-master/drivers/pinctrl/aspeed/
H A Dpinctrl-aspeed-g6.c2637 * expression, false to disable the function's signal
2651 u32 pattern = enable ? desc->enable : desc->disable;
/linux-master/drivers/phy/rockchip/
H A Dphy-rockchip-naneng-combphy.c89 u16 disable; member in struct:combphy_reg
166 tmp = en ? reg->enable : reg->disable;
/linux-master/tools/testing/selftests/mm/
H A Drun_vmtests.sh21 -n: disable TAP output
/linux-master/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth.c1129 int num_flows, bool disable)
1136 if (disable)
1468 /* tear down and disable UDMA channels */
1812 * and it is not possible to disable TX Internal delay. The below
1128 prueth_reset_rx_chan(struct prueth_rx_chn *chn, int num_flows, bool disable) argument
/linux-master/drivers/mmc/host/
H A Dsdhci-msm.c1989 .disable = sdhci_msm_cqe_disable,
/linux-master/arch/arc/kernel/
H A Dentry.S98 ; MC exceptions disable MMU
H A Dentry-arcv2.S73 # irq control APIs local_irq_save/restore/disable/enable fiddle with
79 # So do a "soft" disable of interrupts here.
81 # Note this disable is only for consistent book-keeping as further interrupts
176 ; All 2 entry points to here already disable interrupts
/linux-master/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c390 /* disable all INTR */
396 /* disable IO output */
475 * @zlt: Zero Length Termination Select (1: disable; 0: enable)
536 * the driver will enable or disable the relevant endpoints
644 /* disable ep on controller */
1123 .disable = fsl_ep_disable,
1994 /* stop DR, disable intr */
2586 * Used by OTG statemachine to disable gadget temporarily
/linux-master/drivers/usb/gadget/function/
H A Df_ncm.c1790 ncm->port.func.disable = ncm_disable;
H A Df_fs.c4072 func->function.disable = ffs_func_disable;
/linux-master/drivers/usb/core/
H A Dport.c158 static DEVICE_ATTR_RW(disable);
282 /* If device is connected to the port, disable or enable lpm
/linux-master/drivers/misc/cardreader/
H A Drtsx_pcr.c1539 goto disable;
1647 disable:
/linux-master/drivers/clk/mediatek/
H A Dclk-mtk.c35 .disable = mtk_clk_dummy_disable,
/linux-master/drivers/clk/
H A Dclk.c1212 if (core->ops->disable)
1213 core->ops->disable(core->hw);
1315 core->ops->disable(hw);
1432 return clk && !(clk->core->ops->enable && clk->core->ops->disable);
1504 * some gate clocks have special needs during the disable-unused
1506 * back to .disable
1512 else if (core->ops->disable)
1513 core->ops->disable(core->hw);
2129 * clk_enable/disable() is impossible since we already have the
4518 .disable
[all...]
/linux-master/arch/x86/kvm/svm/
H A Dsvm.h559 void svm_set_x2apic_msr_interception(struct vcpu_svm *svm, bool disable);
/linux-master/arch/x86/kernel/cpu/
H A Dcpuid-deps.c110 DECLARE_BITMAP(disable, MAX_FEATURE_BITS);
119 /* Collect all features to disable, handling dependencies */
120 memset(disable, 0, sizeof(disable));
121 __set_bit(feature, disable);
127 if (!test_bit(d->depends, disable))
129 if (__test_and_set_bit(d->feature, disable))
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c1306 /* We disable csum_complete when XDP is enabled since
4828 netdev_warn(netdev, "can't set XDP while HW-GRO/LRO is on, disable them first\n");
5182 * shared between inner and outer TIRs, so the driver can't disable LRO
5581 .disable = mlx5e_nic_disable,
5905 if (profile->disable)
5906 profile->disable(priv);

Completed in 605 milliseconds

1234567891011>>