Searched refs:force (Results 201 - 225 of 614) sorted by relevance

1234567891011>>

/linux-master/drivers/media/tuners/
H A Dtda18271-priv.h204 enum tda18271_pll pll, int force);
/linux-master/arch/mips/sibyte/bcm1480/
H A Dirq.c78 bool force)
77 bcm1480_set_affinity(struct irq_data *d, const struct cpumask *mask, bool force) argument
/linux-master/drivers/hid/
H A Dhid-picolcd.h119 u8 force; member in struct:picolcd_fb_data
/linux-master/arch/arm/mm/
H A Dproc-sa110.S94 ldr r1, [r1, #0] @ force switch to MCLK
/linux-master/arch/alpha/kernel/
H A Dsys_titan.c151 bool force)
149 titan_set_irq_affinity(struct irq_data *d, const struct cpumask *affinity, bool force) argument
/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi.h153 int hfi_core_resume(struct venus_core *core, bool force);
/linux-master/sound/pci/echoaudio/
H A Dgina24_dsp.c32 static int write_control_reg(struct echoaudio *chip, u32 value, char force);
H A Dlayla24_dsp.c31 static int write_control_reg(struct echoaudio *chip, u32 value, char force);
/linux-master/drivers/gpu/drm/gma500/
H A Dmmu.c66 static void psb_mmu_flush_pd_locked(struct psb_mmu_driver *driver, int force) argument
71 if (atomic_read(&driver->needs_tlbflush) || force) {
86 static void psb_mmu_flush_pd(struct psb_mmu_driver *driver, int force)
89 psb_mmu_flush_pd_locked(driver, force);
/linux-master/arch/powerpc/sysdev/xics/
H A Dics-native.c98 bool force)
96 ics_native_set_affinity(struct irq_data *d, const struct cpumask *cpumask, bool force) argument
/linux-master/arch/arm/mach-pxa/
H A Dsleep.S163 @ force address lines low by reading at physical address 0
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dphy_common.h201 /* No union for debug build to force NULL derefs in buggy code. */
411 * @B43_TXPWR_IGNORE_TIME: Ignore the schedule time and force-redo
444 void b43_phy_force_clock(struct b43_wldev *dev, bool force);
/linux-master/arch/mips/sibyte/sb1250/
H A Dirq.c71 bool force)
70 sb1250_set_affinity(struct irq_data *d, const struct cpumask *mask, bool force) argument
/linux-master/drivers/gpu/drm/arm/
H A Dmalidp_mw.c79 malidp_mw_connector_detect(struct drm_connector *connector, bool force) argument
/linux-master/drivers/irqchip/
H A Dirq-aspeed-scu-ic.c118 bool force)
116 aspeed_scu_ic_irq_set_affinity(struct irq_data *data, const struct cpumask *dest, bool force) argument
/linux-master/drivers/pci/controller/
H A Dpcie-altera-msi.c103 const struct cpumask *mask, bool force)
102 altera_msi_set_affinity(struct irq_data *irq_data, const struct cpumask *mask, bool force) argument
/linux-master/drivers/platform/x86/
H A Dmsi-laptop.c36 * want to try it you can pass force=1 as argument to the module which
37 * will force it to load even when the DMI data doesn't identify the
92 static bool force; variable
93 module_param(force, bool, 0);
94 MODULE_PARM_DESC(force, "Force driver load, ignore DMI data");
1040 if (force)
/linux-master/drivers/parisc/
H A Dgsc.c140 bool force)
139 gsc_set_affinity_irq(struct irq_data *d, const struct cpumask *dest, bool force) argument
/linux-master/arch/powerpc/sysdev/
H A Dehv_pic.c72 bool force)
71 ehv_pic_set_affinity(struct irq_data *d, const struct cpumask *dest, bool force) argument
/linux-master/arch/arc/kernel/
H A Dmcip.c265 bool force)
264 idu_irq_set_affinity(struct irq_data *data, const struct cpumask *cpumask, bool force) argument
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dpriv.h54 bool force; member in struct:nvkm_fifo_func::nvkm_fifo_func_cgrp
H A Dtu102.c278 .cgrp = {{ 0, 0, KEPLER_CHANNEL_GROUP_A }, &gk110_cgrp, .force = true },
/linux-master/drivers/gpu/drm/nouveau/include/nvrm/535.113.01/common/sdk/nvidia/inc/ctrl/ctrl0073/
H A Dctrl0073dp.h190 NvBool force; member in struct:NV0073_CTRL_CMD_DP_TOPOLOGY_ALLOCATE_DISPLAYID_PARAMS
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_cmd.h261 bool force);
/linux-master/drivers/regulator/
H A Dwm8350-regulator.c737 /* force continuous mode */
768 u16 mask, sleep, active, force; local
791 force = wm8350_reg_read(wm8350, reg) & WM8350_DCDC1_FORCE_PWM_ENA;
794 dev_dbg(wm8350->dev, "mask %x active %x sleep %x force %x",
795 mask, active, sleep, force);
798 if (force)

Completed in 232 milliseconds

1234567891011>>