| /drivers/perf/ |
| A D | Kconfig | 6 menu "Performance monitor support" 93 Say y if you want to use the legacy CPU performance monitor 103 Say y if you want to use the CPU performance monitor 151 Say y if you want to use the ARM performance monitor unit (PMU) 160 Provides support for performance monitor unit in ARM DynamIQ Shared 166 tristate "Freescale i.MX8 DDR perf monitor" 169 Provides support for the DDR performance monitor in i.MX8, which 174 tristate "Freescale i.MX9 DDR perf monitor" 177 Provides support for the DDR performance monitor in i.MX9, which 186 Provides support for the L2 cache performance monitor unit (PMU) [all …]
|
| /drivers/perf/hisilicon/ |
| A D | Kconfig | 6 Support for HiSilicon SoC L3 Cache performance monitor, Hydra Home 7 Agent performance monitor and DDR Controller performance monitor.
|
| /drivers/net/wireless/intel/ipw2x00/ |
| A 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/ufs/core/ |
| A D | ufs-sysfs.c | 752 if (value == hba->monitor.enabled) in monitor_enable_store() 756 memset(&hba->monitor, 0, sizeof(hba->monitor)); in monitor_enable_store() 758 hba->monitor.enabled = true; in monitor_enable_store() 759 hba->monitor.enabled_ts = ktime_get(); in monitor_enable_store() 787 if (!hba->monitor.enabled) in monitor_chunk_size_store() 788 hba->monitor.chunk_size = value; in monitor_chunk_size_store() 823 struct ufs_hba_monitor *m = &hba->monitor; in read_req_latency_avg_show() 839 ktime_to_us(hba->monitor.lat_max[READ])); in read_req_latency_max_show() 849 ktime_to_us(hba->monitor.lat_min[READ])); in read_req_latency_min_show() 859 ktime_to_us(hba->monitor.lat_sum[READ])); in read_req_latency_sum_show() [all …]
|
| /drivers/w1/slaves/ |
| A 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/gpu/drm/xe/ |
| A D | xe_gt_sriov_pf_monitor.c | 32 gt->sriov.pf.vfs[vfid].monitor.guc.events[e] = 0; in xe_gt_sriov_pf_monitor_flr() 41 gt->sriov.pf.vfs[vfid].monitor.guc.events[e]++; in pf_update_event_counter() 127 data = >->sriov.pf.vfs[n].monitor; in xe_gt_sriov_pf_monitor_print_events()
|
| A D | xe_gt_sriov_pf_types.h | 26 struct xe_gt_sriov_monitor monitor; member
|
| /drivers/net/wireless/intel/iwlwifi/mld/ |
| A D | debugfs.c | 120 apply->mld->monitor.cur_aid = cpu_to_le16(apply->aid); in iwl_mld_sniffer_apply() 121 memcpy(apply->mld->monitor.cur_bssid, apply->bssid, in iwl_mld_sniffer_apply() 122 sizeof(apply->mld->monitor.cur_bssid)); in iwl_mld_sniffer_apply() 145 if (!mld->monitor.on) in iwl_dbgfs_he_sniffer_params_write() 188 le16_to_cpu(mld->monitor.cur_aid), in iwl_dbgfs_he_sniffer_params_read() 189 mld->monitor.cur_bssid[0], mld->monitor.cur_bssid[1], in iwl_dbgfs_he_sniffer_params_read() 190 mld->monitor.cur_bssid[2], mld->monitor.cur_bssid[3], in iwl_dbgfs_he_sniffer_params_read() 191 mld->monitor.cur_bssid[4], mld->monitor.cur_bssid[5]); in iwl_dbgfs_he_sniffer_params_read() 555 &mld->monitor.ptp_time); in iwl_mld_add_debugfs_files()
|
| A D | rx.c | 996 le32_encode_bits(mld->monitor.p80, in iwl_mld_decode_eht_phy_data() 1198 if (!mld->monitor.cur_aid) in iwl_mld_add_rtap_sniffer_config() 1215 memcpy(radiotap->data, &mld->monitor.cur_aid, in iwl_mld_add_rtap_sniffer_config() 1216 sizeof(mld->monitor.cur_aid)); in iwl_mld_add_rtap_sniffer_config() 1280 if (unlikely(mld->monitor.on)) { in iwl_mld_rx_fill_status() 1283 if (mld->monitor.ptp_time) { in iwl_mld_rx_fill_status() 1768 if (toggle_bit != mld->monitor.ampdu_toggle) { in iwl_mld_rx_update_ampdu_ref() 1769 mld->monitor.ampdu_ref++; in iwl_mld_rx_update_ampdu_ref() 1770 if (mld->monitor.ampdu_ref == 0) in iwl_mld_rx_update_ampdu_ref() 1771 mld->monitor.ampdu_ref++; in iwl_mld_rx_update_ampdu_ref() [all …]
|
| /drivers/perf/amlogic/ |
| A D | Kconfig | 6 Provides support for the DDR performance monitor 9 supports multiple channels to monitor the memory
|
| /drivers/video/fbdev/sis/ |
| A D | sis_main.c | 455 if(!monitor->datavalid) { in sisfb_interpret_edid() 461 monitor->hmin = 65535; monitor->hmax = 0; in sisfb_interpret_edid() 462 monitor->vmin = 65535; monitor->vmax = 0; in sisfb_interpret_edid() 463 monitor->dclockmax = 0; in sisfb_interpret_edid() 467 if(monitor->hmin > sisfb_ddcsmodes[i].h) monitor->hmin = sisfb_ddcsmodes[i].h; in sisfb_interpret_edid() 468 if(monitor->hmax < sisfb_ddcsmodes[i].h) monitor->hmax = sisfb_ddcsmodes[i].h + 1; in sisfb_interpret_edid() 469 if(monitor->vmin > sisfb_ddcsmodes[i].v) monitor->vmin = sisfb_ddcsmodes[i].v; in sisfb_interpret_edid() 470 if(monitor->vmax < sisfb_ddcsmodes[i].v) monitor->vmax = sisfb_ddcsmodes[i].v; in sisfb_interpret_edid() 499 if((monitor->hmin <= monitor->hmax) && (monitor->vmin <= monitor->vmax)) { in sisfb_interpret_edid() 546 monitor->hmin, monitor->hmax, monitor->vmin, monitor->vmax, in sisfb_handle_ddc() [all …]
|
| /drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
| A D | auxch.c | 97 nvkm_i2c_aux_monitor(struct nvkm_i2c_aux *aux, bool monitor) in nvkm_i2c_aux_monitor() argument 100 AUX_TRACE(aux, "monitor: %s", str_yes_no(monitor)); in nvkm_i2c_aux_monitor() 101 if (monitor) in nvkm_i2c_aux_monitor()
|
| /drivers/platform/x86/amd/hsmp/ |
| A D | Kconfig | 20 The driver provides a way for user space tools to monitor and manage 38 The driver provides a way for user space tools to monitor and manage
|
| /drivers/firmware/ |
| A D | Kconfig | 149 and manages secure monitor call to communicate with secure monitor 150 software at secure monitor exception level. 241 bool "Trusted Foundations secure monitor support" 245 the market) are booted with the Trusted Foundations secure monitor 247 monitor instead of the kernel. 249 This option allows the kernel to invoke the secure monitor whenever
|
| /drivers/iio/health/ |
| A D | Kconfig | 19 heart rate monitor and low-cost pulse oximeter. 32 heart rate monitor and low-cost pulse oximeter.
|
| /drivers/s390/char/ |
| A D | Kconfig | 173 prompt "API for reading z/VM monitor service records" 176 Character device driver for reading z/VM monitor service records 180 prompt "API for writing z/VM monitor service records" 183 Character device driver for writing z/VM monitor service records
|
| /drivers/staging/vme_user/ |
| A D | vme_bridge.h | 168 int (*lm_attach)(struct vme_lm_resource *lm, int monitor, 170 int (*lm_detach)(struct vme_lm_resource *lm, int monitor);
|
| A D | vme_fake.c | 917 static int fake_lm_attach(struct vme_lm_resource *lm, int monitor, in fake_lm_attach() argument 937 if (bridge->lm_callback[monitor]) { in fake_lm_attach() 944 bridge->lm_callback[monitor] = callback; in fake_lm_attach() 945 bridge->lm_data[monitor] = data; in fake_lm_attach() 958 static int fake_lm_detach(struct vme_lm_resource *lm, int monitor) in fake_lm_detach() argument 969 bridge->lm_callback[monitor] = NULL; in fake_lm_detach() 970 bridge->lm_data[monitor] = NULL; in fake_lm_detach()
|
| A D | vme_tsi148.c | 2015 static int tsi148_lm_attach(struct vme_lm_resource *lm, int monitor, in tsi148_lm_attach() argument 2037 if (bridge->lm_callback[monitor]) { in tsi148_lm_attach() 2044 bridge->lm_callback[monitor] = callback; in tsi148_lm_attach() 2045 bridge->lm_data[monitor] = data; in tsi148_lm_attach() 2049 tmp |= TSI148_LCSR_INTEN_LMEN[monitor]; in tsi148_lm_attach() 2053 tmp |= TSI148_LCSR_INTEO_LMEO[monitor]; in tsi148_lm_attach() 2081 lm_en &= ~TSI148_LCSR_INTEN_LMEN[monitor]; in tsi148_lm_detach() 2085 tmp &= ~TSI148_LCSR_INTEO_LMEO[monitor]; in tsi148_lm_detach() 2088 iowrite32be(TSI148_LCSR_INTC_LMC[monitor], in tsi148_lm_detach() 2092 bridge->lm_callback[monitor] = NULL; in tsi148_lm_detach() [all …]
|
| /drivers/net/ethernet/sfc/falcon/ |
| A 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/isdn/hardware/mISDN/ |
| A D | mISDNipac.c | 312 if (isac->monitor) { in isac_mos_irq() 313 ret = isac->monitor(isac->dch.hw, MONITOR_RX_0, in isac_mos_irq() 330 if (isac->monitor) { in isac_mos_irq() 351 if (isac->monitor) in isac_mos_irq() 352 isac->monitor(isac->dch.hw, in isac_mos_irq() 362 if (isac->monitor) in isac_mos_irq() 363 isac->monitor(isac->dch.hw, in isac_mos_irq() 384 if (isac->monitor) in isac_mos_irq() 385 isac->monitor(isac->dch.hw, in isac_mos_irq() 395 if (isac->monitor) in isac_mos_irq() [all …]
|
| /drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| A 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/ |
| A D | Kconfig | 11 Say y here to enable the Amlogic secure monitor driver
|
| /drivers/platform/x86/ |
| A D | intel_ips.c | 286 struct task_struct *monitor; member 938 wake_up_process(ips->monitor); in monitor_timeout() 1551 ips->monitor = kthread_run(ips_monitor, ips, "ips-monitor"); in ips_probe() 1552 if (IS_ERR(ips->monitor)) { in ips_probe() 1608 if (ips->monitor) in ips_remove() 1609 kthread_stop(ips->monitor); in ips_remove()
|
| /drivers/hid/usbhid/ |
| A D | Kconfig | 13 (UPS) and monitor control devices. 40 devices, like monitor controls and Uninterruptible Power Supplies.
|