Searched defs:disabled (Results 1 - 24 of 24) sorted by relevance

/drivers/devfreq/exynos/
H A Dexynos5_bus.c55 bool disabled; member in struct:busfreq_data_int
116 if (data->disabled)
206 data->disabled = true;
238 data->disabled = false;
H A Dexynos4_bus.c77 bool disabled; member in struct:busfreq_data
595 if (data->disabled)
846 data->disabled = true;
889 data->disabled = false;
/drivers/input/keyboard/
H A Dgpio_keys.c42 bool disabled; member in struct:gpio_button_data
58 * disabled
60 * disabled
61 * disabled_keys [rw] - bitmap of keys currently disabled
62 * disabled_switches [rw] - bitmap of switches currently disabled
66 * is disabled.
77 * to file disabled_switches. Now proximity and dock IRQs are disabled.
103 * @bdata: button data for button to be disabled
116 if (!bdata->disabled) {
124 bdata->disabled
[all...]
/drivers/thunderbolt/
H A Dtb.h37 bool disabled; /* disabled by eeprom */ member in struct:tb_port
/drivers/ata/
H A Dpata_icside.c56 u8 disabled; member in struct:pata_icside_state::__anon46
117 if (!state->port[0].disabled)
119 if (!state->port[1].disabled)
309 state->port[ap->port_no].disabled = 1;
/drivers/clocksource/
H A Dsh_tmu.c160 /* make sure channel is disabled */
365 int disabled = 0; local
372 disabled = 1;
390 if (!disabled)
H A Dsh_mtu2.c225 /* make sure channel is disabled */
283 int disabled = 0; local
289 disabled = 1;
302 if (!disabled)
/drivers/net/xen-netback/
H A Dcommon.h228 /* Is this interface disabled? True when backend discovers
231 bool disabled; member in struct:xenvif
/drivers/input/touchscreen/
H A Dad7879.c61 #define AD7879_MODE_INT (1 << 15) /* PENIRQ disabled INT enabled */
118 bool disabled; /* P: input->mutex */ member in struct:ad7879
272 if (!ts->disabled && !ts->suspended)
283 if (!ts->disabled && !ts->suspended)
294 if (!ts->suspended && !ts->disabled && ts->input->users)
310 if (ts->suspended && !ts->disabled && ts->input->users)
331 if (ts->disabled)
334 if (!ts->disabled)
339 ts->disabled = disable;
349 return sprintf(buf, "%u\n", ts->disabled);
[all...]
H A Dad7877.c195 bool disabled; /* P: mutex */ member in struct:ad7877
424 if (!ts->disabled) {
425 ts->disabled = true;
444 if (ts->disabled) {
445 ts->disabled = false;
477 return sprintf(buf, "%u\n", ts->disabled);
H A Dads7846.c50 * have to maintain our own SW IRQ disabled status. This should be
137 bool disabled; /* P: lock */ member in struct:ads7846
205 if (!ts->disabled && !ts->suspended) {
217 if (!ts->disabled && !ts->suspended) {
253 if (!ts->disabled) {
258 ts->disabled = true;
268 if (ts->disabled) {
270 ts->disabled = false;
573 return sprintf(buf, "%u\n", ts->disabled);
895 if (!ts->disabled)
[all...]
/drivers/media/pci/sta2x11/
H A Dsta2x11_vip.c112 * @disabled: Device is in power down state
141 int disabled; member in struct:sta2x11_vip
1000 dev_info(&pdev->dev, "VIP slot disabled\n");
1211 * even if device could not be disabled. (workaround for hardware problem)
1239 vip->disabled = 1;
1267 if (vip->disabled) {
1273 vip->disabled = 0;
1282 vip->disabled = 1;
/drivers/input/misc/
H A Dadxl34x.c201 bool disabled; /* P: mutex */ member in struct:adxl34x
306 * Avoid reading ACT_TAP_STATUS in case TAP detection is disabled
419 if (!ac->suspended && !ac->disabled && ac->opened)
432 if (ac->suspended && !ac->disabled && ac->opened)
446 return sprintf(buf, "%u\n", ac->disabled);
465 if (!ac->disabled)
468 if (ac->disabled)
473 ac->disabled = !!val;
592 if (!ac->disabled && !ac->suspended && ac->opened)
667 if (!ac->suspended && !ac->disabled)
[all...]
/drivers/iommu/
H A Dexynos-iommu.c226 /* return true if the System MMU is needed to be disabled */
376 bool disabled; local
381 disabled = set_sysmmu_inactive(data);
383 if (disabled) {
397 return disabled;
506 bool disabled = true; local
516 disabled = __sysmmu_disable(data);
517 if (disabled)
522 return disabled;
588 dev_dbg(dev, "disabled
[all...]
/drivers/media/pci/bt8xx/
H A Dbttvp.h356 int disabled; member in struct:bttv_suspend_state
/drivers/net/ethernet/sfc/
H A Defx.c225 "device is disabled due to earlier errors\n");
311 * interrupts have already been disabled.
981 * disabled. */
1298 "RSS disabled due to allocation failure\n");
1428 /* RSS might be usable on VFs even if it is disabled on the PF */
1740 * is safe to call multiple times, so long as the NIC is not disabled.
2007 /* Although in the common case interrupts will be disabled, this is not
2115 /* Context: netif_tx_lock held, BHs disabled. */
2179 /* Context: netif_addr_lock held, BHs disabled. */
2402 * driver should be disabled
2460 bool disabled; local
[all...]
/drivers/net/
H A Dtun.c110 unsigned int count; /* Number of addrs. Zero means disabled */
194 struct list_head disabled; member in struct:tun_struct
418 list_add_tail(&tfile->next, &tun->disabled);
506 list_for_each_entry(tfile, &tun->disabled, next) {
519 list_for_each_entry_safe(tfile, tmp, &tun->disabled, next) {
654 * unicast will leave the filter disabled. */
774 * This is a noop if the filter is disabled.
1161 "%s: using disabled UFO feature; please fix this program\n",
1404 BUG_ON(!(list_empty(&tun->disabled)));
1690 INIT_LIST_HEAD(&tun->disabled);
[all...]
/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c881 pr_info("Link up while interface is disabled.\n");
898 pr_info("Link down while interface is disabled.\n");
1060 static int bnx2fc_vport_create(struct fc_vport *vport, bool disabled) argument
1097 if (disabled) {
2098 * @cdev: The FCoE Controller that is being enabled or disabled
/drivers/scsi/fcoe/
H A Dfcoe.c153 static int fcoe_vport_create(struct fc_vport *, bool disabled);
2051 pr_info("Link up while interface is disabled.\n");
2060 pr_info("Link down while interface is disabled.\n");
2143 * @cdev: The FCoE Controller that is being enabled or disabled
2814 * @disabled: start the new fc_host in a disabled state by default?
2818 static int fcoe_vport_create(struct fc_vport *vport, bool disabled) argument
2850 if (disabled) {
2886 * @disable: should the vport be disabled?
/drivers/gpu/drm/radeon/
H A Devergreen.c1810 unsigned disabled = 0; local
1836 disabled |= 1 << radeon_connector->hpd.hpd;
1838 radeon_irq_kms_disable_hpd(rdev, disabled);
1859 * 2 - whole lb (7680 * 2), other crtc must be disabled
1864 * 6 - whole lb (7680 * 2), other crtc must be disabled
3330 /* enabled rb are just the one not disabled :) */
3335 /* if all the backends are disabled, fix it up here */
3367 /* RB0 disabled, RB1 enabled */
3370 /* RB1 disabled, RB0 enabled */
4383 /* don't enable anything if the ih is disabled */
[all...]
/drivers/media/pci/cx88/
H A Dcx88.h475 int disabled; member in struct:cx8800_suspend_state
520 int disabled; member in struct:cx8802_suspend_state
/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c248 printk(KERN_DEBUG "matroxfb: someone disabled IRQ [%08X]\n", ien);
1250 static int disabled; /* "matroxfb:disabled" */ variable
1698 printk(KERN_ERR "matroxfb: control registers are not available, matroxfb disabled\n");
1702 printk(KERN_ERR "matroxfb: video RAM is not available in PCI address space, matroxfb disabled\n");
1721 printk(KERN_ERR "matroxfb: cannot ioremap(%lX, 16384), matroxfb disabled\n", ctrlptr_phys);
1728 printk(KERN_ERR "matroxfb: cannot ioremap(%lX, %d), matroxfb disabled\n",
2415 else if (!strcmp(this_opt, "disabled")) /* nodisabled does not exist */
2416 disabled = 1;
2418 disabled
[all...]
/drivers/media/usb/gspca/
H A Dcpia1.c307 u8 disabled; member in struct:cam_params::__anon2419
675 params->flickerControl.disabled = 1;
1032 sd->params.flickerControl.disabled = 0;
1080 sd->params.flickerControl.disabled = 1;
1180 if (!sd->params.flickerControl.disabled) {
1281 if (!sd->params.flickerControl.disabled) {
1413 if (!sd->params.flickerControl.disabled &&
1415 /* Flicker control auto-disabled */
1416 sd->params.flickerControl.disabled = 1;
1419 if (sd->params.flickerControl.disabled
[all...]
/drivers/net/wireless/mwifiex/
H A Dfw.h1405 u8 disabled; member in struct:mwifiex_ie_types_wmm_queue_status
1459 u8 disabled; member in struct:mwifiex_wmm_ac_status

Completed in 7903 milliseconds