Searched refs:disabled (Results 176 - 200 of 264) sorted by relevance

1234567891011

/linux-master/tools/perf/util/
H A Dperf_event_attr_fprintf.c275 PRINT_ATTRf(disabled, p_unsigned);
H A Devlist.c484 if (!pos->disabled)
510 if (pos->disabled || !evsel__is_group_leader(pos) || !pos->core.fd)
532 pos->disabled = true;
536 * If we disabled only single event, we need to check
591 pos->disabled = false;
597 * 'disabled' state.
2107 enable ? "enabled" : "disabled");
H A Dstat.c791 attr->disabled = 1;
/linux-master/drivers/perf/
H A Dmarvell_cn10k_tad_pmu.c146 if (!event->attr.disabled)
/linux-master/arch/arm/kernel/
H A Diwmmxt.S308 * Called only from the iwmmxt notifier with task preemption disabled.
321 retne lr @ no: leave Concan disabled
/linux-master/tools/hv/
H A Dhv_kvp_daemon.c1549 * set method to 'disabled'.
1568 "disabled");
/linux-master/drivers/crypto/cavium/zip/
H A Dzip_regs.h408 u64 disabled : 1; member in struct:zip_constants::zip_constants_s
410 u64 disabled : 1;
1288 * If a queue is disabled, ZIP_CTL stops fetching instructions from the queue.
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dpseudo_lock.c883 * more, if the prefetcher is disabled and the memory is read at a stride
939 .disabled = 0,
947 .disabled = 0,
1004 * interrupts disabled - it is thus safe to read the counter index.
/linux-master/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c173 struct drm_connector *curr_conn;/* current connector (only valid when !disabled) */
174 bool disabled; /* DRM has disabled our bridge */ member in struct:dw_hdmi
1698 bool force, bool disabled, bool rxsense)
1702 if (force || disabled || !rxsense)
2339 * HDMI_IH_MUTE = 0x03 (disabled)
2390 * is only be called when !hdmi->disabled.
2409 if (hdmi->disabled) {
2429 * connection mode enabled, or whether we have been disabled. There is
2431 * state, or DRM has us disabled
1697 dw_hdmi_phy_update_hpd(struct dw_hdmi *hdmi, void *data, bool force, bool disabled, bool rxsense) argument
[all...]
/linux-master/drivers/accel/habanalabs/common/
H A Dhw_queue.c47 if (hdev->disabled)
247 if (hdev->disabled) {
401 * MMU is disabled. If MMU is enabled, the user CB should be used
/linux-master/tools/perf/
H A DMakefile.config544 $(warning gelf_getnote() not found on libelf, SDT support disabled)
561 $(warning DWARF register mappings have not been defined for architecture $(SRCARCH), DWARF support disabled)
666 $(warning BPF API too old. Please install recent kernel headers. BPF support in 'perf record' is disabled.)
874 $(call disable-python,Python support disabled by user)
/linux-master/drivers/net/
H A Dtun.c108 unsigned int count; /* Number of addrs. Zero means disabled */
205 struct list_head disabled; member in struct:tun_struct
596 list_add_tail(&tfile->next, &tun->disabled);
725 list_for_each_entry(tfile, &tun->disabled, next) {
741 list_for_each_entry_safe(tfile, tmp, &tun->disabled, next) {
913 * unicast will leave the filter disabled. */
1001 INIT_LIST_HEAD(&tun->disabled);
1089 * This is a noop if the filter is disabled.
1210 list_for_each_entry(tfile, &tun->disabled, next) {
2314 BUG_ON(!(list_empty(&tun->disabled)));
[all...]
/linux-master/sound/pci/ice1712/
H A Dice1724.c1139 unsigned char cbit, disabled; local
1142 disabled = cbit & ~VT1724_CFG_SPDIF_OUT_EN;
1143 if (cbit != disabled)
1144 outb(disabled, ICEREG1724(ice, SPDIF_CFG));
1146 if (cbit != disabled)
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_ioctl_linux.c288 iwe.u.bitrate.disabled = 0;
812 wrqu->sens.disabled = 1;
1402 if (wrqu->frag.disabled) {
1430 wrqu->retry.disabled = 1;
1600 wrqu->power.disabled = 1;
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Defx.c213 "device is disabled due to earlier errors\n");
316 * interrupts have already been disabled.
995 * disabled. */
1325 "RSS disabled due to allocation failure\n");
1804 * is safe to call multiple times, so long as the NIC is not disabled.
2099 /* Context: netif_tx_lock held, BHs disabled. */
2171 /* Context: netif_addr_lock held, BHs disabled. */
2362 * driver should be disabled. If ok is false, then the rx and tx
2421 bool disabled; local
2451 disabled
[all...]
/linux-master/drivers/thunderbolt/
H A Dtest.c140 sw->ports[10].disabled = true;
141 sw->ports[11].disabled = true;
185 sw->ports[10].disabled = false;
294 sw->ports[15].disabled = true;
380 sw->ports[i].disabled = true;
383 sw->ports[i].disabled = true;
389 sw->ports[i].disabled = true;
935 * disabled or both lanes are bonded).
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c62 * Therefore, the first time a disabled context is submitted we use a schedule
115 * on a disabled context (bad idea), we don't issue a schedule enable when a
132 * disabled and skip sending H2Gs and updating context states when it is. Both
2665 /* NB: For both of these, zero means disabled. */
2702 /* NB: For both of these, zero means disabled. */
2888 bool disabled; local
2896 disabled = submission_disabled(guc);
2897 if (likely(!disabled)) {
2902 if (unlikely(disabled)) {
3350 bool disabled; local
[all...]
/linux-master/drivers/net/ethernet/ti/
H A Dcpsw_new.c99 dev_dbg(cpsw->dev, "promiscuity not disabled as the other interface is still in promiscuity mode\n");
112 dev_dbg(cpsw->dev, "promiscuity disabled\n");
1279 slave_data->disabled = !of_device_is_available(port_np);
1280 if (slave_data->disabled)
1376 if (slave_data->disabled)
1972 * MISC IRQs which are always kept disabled with this driver so
H A Dcpsw_priv.h290 bool disabled; member in struct:cpsw_slave_data
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display_power_well.c182 * to be enabled, and it will only be disabled if none of the registers is
309 bool disabled; local
313 * Bspec doesn't require waiting for PWs to get disabled, but still do
321 wait_for((disabled = !(intel_de_read(dev_priv, regs->driver) &
324 if (disabled)
616 "DC5 still not disabled to enable DC9.\n");
622 "Interrupts not disabled yet.\n");
636 "Interrupts not disabled yet.\n");
640 "DC5 still not disabled.\n");
800 /* Power wells at this level and above must be disabled fo
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lag/
H A Dlag.c309 * If there are ports that are disabled fill the relevant slots
317 int disabled[MLX5_MAX_PORTS] = {}; local
331 disabled[disabled_ports_num++] = i;
343 /* If all ports are disabled/enabled keep native mapping */
348 /* Go over the disabled ports and for each assign a random active port */
352 ports[disabled[i] * buckets + j] = enabled[rand % enabled_ports_num] + 1;
/linux-master/arch/arm/mm/
H A Dproc-arm926.S85 * Called with IRQs disabled
94 orr ip, r3, #PSR_F_BIT @ is disabled
/linux-master/tools/perf/tests/
H A Dcode-reading.c643 evsel->core.attr.disabled = 1;
/linux-master/tools/testing/selftests/resctrl/
H A Dresctrl_val.c72 imc_counters_config[i][j].pe.disabled = 1;
/linux-master/arch/arm64/kernel/
H A Dhw_breakpoint.c500 hw->ctrl.enabled = !attr->disabled;
914 * disabled: 0 0 => The usual case, NOTIFY_DONE

Completed in 353 milliseconds

1234567891011