/drivers/perf/hisilicon/ |
D | Kconfig | 6 Support for HiSilicon SoC L3 Cache performance monitor, Hydra Home 7 Agent performance monitor and DDR Controller performance monitor.
|
/drivers/ufs/core/ |
D | ufs-sysfs.c | 369 return sysfs_emit(buf, "%d\n", hba->monitor.enabled); in monitor_enable_show() 384 if (value == hba->monitor.enabled) in monitor_enable_store() 388 memset(&hba->monitor, 0, sizeof(hba->monitor)); in monitor_enable_store() 390 hba->monitor.enabled = true; in monitor_enable_store() 391 hba->monitor.enabled_ts = ktime_get(); in monitor_enable_store() 404 return sysfs_emit(buf, "%lu\n", hba->monitor.chunk_size); in monitor_chunk_size_show() 419 if (!hba->monitor.enabled) in monitor_chunk_size_store() 420 hba->monitor.chunk_size = value; in monitor_chunk_size_store() 430 return sysfs_emit(buf, "%lu\n", hba->monitor.nr_sec_rw[READ]); in read_total_sectors_show() 439 ktime_to_us(hba->monitor.total_busy[READ])); in read_total_busy_show() [all …]
|
/drivers/net/wireless/intel/ipw2x00/ |
D | libipw_module.c | 107 struct net_device *alloc_libipw(int sizeof_priv, int monitor) in alloc_libipw() argument 123 if (!monitor) { in alloc_libipw() 181 if (!monitor) in alloc_libipw() 190 void free_libipw(struct net_device *dev, int monitor) in free_libipw() argument 199 if (!monitor) in free_libipw()
|
/drivers/perf/ |
D | Kconfig | 6 menu "Performance monitor support" 76 Provides support for performance monitor unit in ARM DynamIQ Shared 82 tristate "Freescale i.MX8 DDR perf monitor" 85 Provides support for the DDR performance monitor in i.MX8, which 94 Provides support for the L2 cache performance monitor unit (PMU) 104 Provides support for the L3 cache performance monitor unit (PMU)
|
/drivers/w1/slaves/ |
D | Kconfig | 120 tristate "Dallas 2780 battery monitor chip" 122 If you enable this you will have the DS2780 battery monitor 125 The battery monitor chip is used in many batteries/devices 132 tristate "Dallas 2781 battery monitor chip" 134 If you enable this you will have the DS2781 battery monitor 137 The battery monitor chip is used in many batteries/devices
|
/drivers/video/fbdev/sis/ |
D | sis_main.c | 436 static bool sisfb_interpret_edid(struct sisfb_monitor *monitor, u8 *buffer) in sisfb_interpret_edid() argument 455 monitor->feature = buffer[0x18]; in sisfb_interpret_edid() 473 monitor->hmin = buffer[j + 7]; in sisfb_interpret_edid() 474 monitor->hmax = buffer[j + 8]; in sisfb_interpret_edid() 475 monitor->vmin = buffer[j + 5]; in sisfb_interpret_edid() 476 monitor->vmax = buffer[j + 6]; in sisfb_interpret_edid() 477 monitor->dclockmax = buffer[j + 9] * 10 * 1000; in sisfb_interpret_edid() 478 monitor->datavalid = true; in sisfb_interpret_edid() 485 if(!monitor->datavalid) { in sisfb_interpret_edid() 491 monitor->hmin = 65535; monitor->hmax = 0; in sisfb_interpret_edid() [all …]
|
/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
D | aux.c | 94 nvkm_i2c_aux_monitor(struct nvkm_i2c_aux *aux, bool monitor) in nvkm_i2c_aux_monitor() argument 97 AUX_TRACE(aux, "monitor: %s", monitor ? "yes" : "no"); in nvkm_i2c_aux_monitor() 98 if (monitor) in nvkm_i2c_aux_monitor()
|
/drivers/s390/char/ |
D | Kconfig | 169 prompt "API for reading z/VM monitor service records" 172 Character device driver for reading z/VM monitor service records 176 prompt "API for writing z/VM monitor service records" 179 Character device driver for writing z/VM monitor service records
|
/drivers/iio/health/ |
D | Kconfig | 19 heart rate monitor and low-cost pulse oximeter. 32 heart rate monitor and low-cost pulse oximeter.
|
/drivers/firmware/ |
D | Kconfig | 183 and manages secure monitor call to communicate with secure monitor 184 software at secure monitor exception level. 268 bool "Trusted Foundations secure monitor support" 272 the market) are booted with the Trusted Foundations secure monitor 274 monitor instead of the kernel. 276 This option allows the kernel to invoke the secure monitor whenever
|
/drivers/net/ethernet/sfc/falcon/ |
D | falcon_boards.c | 713 .monitor = sfe4001_check_hw, 721 .monitor = sfe4002_check_hw, 729 .monitor = sfe4003_check_hw, 737 .monitor = sfn4112f_check_hw,
|
/drivers/net/wireless/zydas/ |
D | zd1201.c | 319 if (zd->monitor) { in zd1201_usbrx() 671 if (zd->monitor) in zd1201_enable() 683 if (zd->monitor) { in zd1201_disable() 791 if (!zd->mac_enabled || zd->monitor) { in zd1201_hard_start_xmit() 945 short porttype, monitor = 0; in zd1201_set_mode() local 961 monitor = 1; in zd1201_set_mode() 986 if (zd->monitor && !monitor) { in zd1201_set_mode() 995 zd->monitor = monitor; in zd1201_set_mode() 1035 if (zd->monitor) in zd1201_get_mode()
|
D | zd1201.h | 46 int monitor; member
|
/drivers/vme/bridges/ |
D | vme_ca91cx42.c | 1404 static int ca91cx42_lm_attach(struct vme_lm_resource *lm, int monitor, in ca91cx42_lm_attach() argument 1425 if (bridge->lm_callback[monitor]) { in ca91cx42_lm_attach() 1432 bridge->lm_callback[monitor] = callback; in ca91cx42_lm_attach() 1433 bridge->lm_data[monitor] = data; in ca91cx42_lm_attach() 1437 tmp |= CA91CX42_LINT_LM[monitor]; in ca91cx42_lm_attach() 1454 static int ca91cx42_lm_detach(struct vme_lm_resource *lm, int monitor) in ca91cx42_lm_detach() argument 1465 tmp &= ~CA91CX42_LINT_LM[monitor]; in ca91cx42_lm_detach() 1468 iowrite32(CA91CX42_LINT_LM[monitor], in ca91cx42_lm_detach() 1472 bridge->lm_callback[monitor] = NULL; in ca91cx42_lm_detach() 1473 bridge->lm_data[monitor] = NULL; in ca91cx42_lm_detach()
|
D | vme_fake.c | 925 static int fake_lm_attach(struct vme_lm_resource *lm, int monitor, in fake_lm_attach() argument 945 if (bridge->lm_callback[monitor]) { in fake_lm_attach() 952 bridge->lm_callback[monitor] = callback; in fake_lm_attach() 953 bridge->lm_data[monitor] = data; in fake_lm_attach() 966 static int fake_lm_detach(struct vme_lm_resource *lm, int monitor) in fake_lm_detach() argument 977 bridge->lm_callback[monitor] = NULL; in fake_lm_detach() 978 bridge->lm_data[monitor] = NULL; in fake_lm_detach()
|
D | vme_tsi148.c | 2038 static int tsi148_lm_attach(struct vme_lm_resource *lm, int monitor, in tsi148_lm_attach() argument 2061 if (bridge->lm_callback[monitor]) { in tsi148_lm_attach() 2068 bridge->lm_callback[monitor] = callback; in tsi148_lm_attach() 2069 bridge->lm_data[monitor] = data; in tsi148_lm_attach() 2073 tmp |= TSI148_LCSR_INTEN_LMEN[monitor]; in tsi148_lm_attach() 2077 tmp |= TSI148_LCSR_INTEO_LMEO[monitor]; in tsi148_lm_attach() 2094 static int tsi148_lm_detach(struct vme_lm_resource *lm, int monitor) in tsi148_lm_detach() argument 2105 lm_en &= ~TSI148_LCSR_INTEN_LMEN[monitor]; in tsi148_lm_detach() 2109 tmp &= ~TSI148_LCSR_INTEO_LMEO[monitor]; in tsi148_lm_detach() 2112 iowrite32be(TSI148_LCSR_INTC_LMC[monitor], in tsi148_lm_detach() [all …]
|
/drivers/isdn/hardware/mISDN/ |
D | mISDNipac.c | 311 if (isac->monitor) { in isac_mos_irq() 312 ret = isac->monitor(isac->dch.hw, MONITOR_RX_0, in isac_mos_irq() 329 if (isac->monitor) { in isac_mos_irq() 330 ret = isac->monitor(isac->dch.hw, MONITOR_RX_1, in isac_mos_irq() 350 if (isac->monitor) in isac_mos_irq() 351 isac->monitor(isac->dch.hw, in isac_mos_irq() 361 if (isac->monitor) in isac_mos_irq() 362 isac->monitor(isac->dch.hw, in isac_mos_irq() 383 if (isac->monitor) in isac_mos_irq() 384 isac->monitor(isac->dch.hw, in isac_mos_irq() [all …]
|
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | core.c | 704 u32 monitor; in brcmf_net_mon_open() local 709 err = brcmf_fil_cmd_int_get(ifp, BRCMF_C_GET_MONITOR, &monitor); in brcmf_net_mon_open() 713 } else if (monitor) { in brcmf_net_mon_open() 718 monitor = 3; in brcmf_net_mon_open() 719 err = brcmf_fil_cmd_int_set(ifp, BRCMF_C_SET_MONITOR, monitor); in brcmf_net_mon_open() 730 u32 monitor; in brcmf_net_mon_stop() local 735 monitor = 0; in brcmf_net_mon_stop() 736 err = brcmf_fil_cmd_int_set(ifp, BRCMF_C_SET_MONITOR, monitor); in brcmf_net_mon_stop()
|
/drivers/firmware/meson/ |
D | Kconfig | 11 Say y here to enable the Amlogic secure monitor driver
|
/drivers/hid/usbhid/ |
D | Kconfig | 14 (UPS) and monitor control devices. 41 devices, like monitor controls and Uninterruptible Power Supplies.
|
/drivers/platform/x86/ |
D | intel_ips.c | 285 struct task_struct *monitor; member 930 wake_up_process(ips->monitor); in monitor_timeout() 1567 ips->monitor = kthread_run(ips_monitor, ips, "ips-monitor"); in ips_probe() 1568 if (IS_ERR(ips->monitor)) { in ips_probe() 1624 if (ips->monitor) in ips_remove() 1625 kthread_stop(ips->monitor); in ips_remove()
|
/drivers/video/fbdev/via/ |
D | via_aux_edid.c | 42 printk(KERN_DEBUG "EDID: %s %s\n", spec->manufacturer, spec->monitor); in query_edid()
|
/drivers/platform/mips/ |
D | Kconfig | 12 extension and hardware monitor drivers. This option itself does
|
/drivers/media/dvb-frontends/ |
D | mt312.c | 165 u16 monitor; in mt312_get_symbol_rate() local 182 monitor = (buf[0] << 8) | buf[1]; in mt312_get_symbol_rate() 185 DIV_ROUND_CLOSEST(monitor * 15625, 4)); in mt312_get_symbol_rate()
|
/drivers/video/console/ |
D | Kconfig | 59 monitor. 69 monitor.
|