Searched defs:enable (Results 1 - 25 of 818) sorted by relevance

1234567891011>>

/drivers/gpu/drm/nouveau/core/subdev/pwr/
H A Dgk104.c32 gk104_pwr_pgob(struct nouveau_pwr *ppwr, bool enable) argument
43 nv_mask(ppwr, 0x020004, 0xc0000000, enable ? 0xc0000000 : 0x40000000);
/drivers/staging/android/
H A Dtimed_output.h22 /* enable the output and set the timer */
23 void (*enable)(struct timed_output_dev *sdev, int timeout); member in struct:timed_output_dev
/drivers/gpu/drm/nouveau/core/core/
H A Dengine.c32 struct nouveau_oclass *oclass, bool enable,
58 if (!nouveau_boolopt(device->cfgopt, iname, enable)) {
59 if (!enable)
60 nv_warn(engine, "disabled, %s=1 to enable\n", iname);
30 nouveau_engine_create_(struct nouveau_object *parent, struct nouveau_object *engobj, struct nouveau_oclass *oclass, bool enable, const char *iname, const char *fname, int length, void **pobject) argument
/drivers/gpu/drm/radeon/
H A Dvce_v2_0.c103 void vce_v2_0_enable_mgcg(struct radeon_device *rdev, bool enable) argument
107 if (enable && (rdev->cg_flags & RADEON_CG_SUPPORT_VCE_MGCG)) {
H A Dtrinity_smc.c56 int trinity_dpm_bapm_enable(struct radeon_device *rdev, bool enable) argument
58 if (enable)
64 int trinity_dpm_config(struct radeon_device *rdev, bool enable) argument
66 if (enable)
99 bool enable)
101 if (enable)
98 trinity_dce_enable_voltage_adjustment(struct radeon_device *rdev, bool enable) argument
/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_trigger.c38 * inv_mpu6050_set_enable() - enable chip functions.
40 * @enable: enable/disable
42 static int inv_mpu6050_set_enable(struct iio_dev *indio_dev, bool enable) argument
47 if (enable) {
93 st->chip_config.enable = enable;
/drivers/media/pci/bt8xx/
H A Ddst_priv.h9 u32 enable; member in struct:dst_gpio_enable
/drivers/net/wireless/ath/ath5k/
H A Drfkill.c50 ATH5K_DBG(ah, ATH5K_DEBUG_ANY, "rfkill enable (gpio:%d polarity:%d)\n",
56 static inline void ath5k_rfkill_set_intr(struct ath5k_hw *ah, bool enable) argument
62 ath5k_hw_set_gpio_intr(ah, ah->rf_kill.gpio, enable ?
98 /* enable interrupt for rfkill switch */
113 /* enable RFKILL when stopping HW so Wifi LED is turned off */
/drivers/net/wireless/mwifiex/
H A D11h.c74 u32 enable = flag; local
77 HostCmd_ACT_GEN_SET, DOT11H_I, &enable, true);
/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_pm.c128 int rtl8192E_enable_wake(struct pci_dev *dev, pm_message_t state, int enable) argument
130 printk(KERN_NOTICE "r8192E enable wake call (state %u, enable %d).\n",
131 state.event, enable);
/drivers/usb/renesas_usbhs/
H A Drcar2.c47 void __iomem *base, int enable)
54 if (enable) {
46 usbhs_rcar2_power_ctrl(struct platform_device *pdev, void __iomem *base, int enable) argument
/drivers/input/touchscreen/
H A Dipaq-micro-ts.c49 static void micro_ts_toggle_receive(struct touchscreen_data *ts, bool enable) argument
55 if (enable) {
/drivers/iommu/
H A Dirq_remapping.h48 int (*enable)(void); member in struct:irq_remap_ops
/drivers/media/usb/au0828/
H A Dau0828-cards.c28 static void hvr950q_cs5340_audio(void *priv, int enable) argument
33 if (enable == 1)
/drivers/staging/comedi/drivers/
H A Damplc_pci236.c67 static void pci236_intr_update_cb(struct comedi_device *dev, bool enable) argument
72 outl(enable ? PCI236_INTR_ENABLE : PCI236_INTR_DISABLE,
/drivers/staging/vme/devices/
H A Dvme_user.h10 __u32 enable; /* State of Window */ member in struct:vme_master
34 __u32 enable; /* State of Window */ member in struct:vme_slave
/drivers/acpi/
H A Dproc.c86 bool enable = !device_may_wakeup(entry->dev); local
87 device_set_wakeup_enable(entry->dev, enable);
119 bool enable = !device_may_wakeup(&dev->dev); local
120 device_set_wakeup_enable(&dev->dev, enable);
/drivers/bcma/
H A Ddriver_pcie2.c39 bool enable)
47 if (enable) {
87 /* enable the LTR */
38 bcma_core_pcie2_war_delay_perst_enab(struct bcma_drv_pcie2 *pcie2, bool enable) argument
/drivers/clk/
H A Dclk-gate.c24 * enable - clk_enable and clk_disable are functional & control gating
34 * For enabling clock, enable = 1
38 * For disabling clock, enable = 0
42 * So, result is always: enable xor set2dis.
44 static void clk_gate_endisable(struct clk_hw *hw, int enable) argument
51 set ^= enable;
104 .enable = clk_gate_enable,
H A Dclk-rk808.c41 static int rk808_clkout2_enable(struct clk_hw *hw, bool enable) argument
49 CLK32KOUT2_EN, enable ? CLK32KOUT2_EN : 0);
/drivers/clk/hisilicon/
H A Dclkgate-separated.c42 void __iomem *enable; /* enable register */ member in struct:clkgate_separated
43 u8 bit_idx; /* bits in enable/disable register */
58 writel_relaxed(reg, sclk->enable);
59 readl_relaxed(sclk->enable + CLKGATE_SEPERATED_STATUS);
75 writel_relaxed(reg, sclk->enable + CLKGATE_SEPERATED_DISABLE);
76 readl_relaxed(sclk->enable + CLKGATE_SEPERATED_STATUS);
87 reg = readl_relaxed(sclk->enable + CLKGATE_SEPERATED_STATUS);
94 .enable = clkgate_separated_enable,
121 sclk->enable
[all...]
/drivers/clk/sunxi/
H A Dclk-factors.h25 int enable; member in struct:factors_data
/drivers/dma/bestcomm/
H A Data.c35 u32 enable; /* (u16*) address of task's control register */ member in struct:bcom_ata_var
83 var->enable = bcom_eng->regs_base +
/drivers/extcon/
H A Dextcon-palmas.c40 static void palmas_usb_wakeup(struct palmas *palmas, int enable) argument
42 if (enable)
160 "ti,enable-id-detection");
162 "ti,enable-vbus-detection");
/drivers/gpu/drm/msm/mdp/
H A Dmdp_kms.c73 void mdp_update_vblank_mask(struct mdp_kms *mdp_kms, uint32_t mask, bool enable) argument
78 if (enable)

Completed in 4185 milliseconds

1234567891011>>