Searched refs:ignore (Results 76 - 96 of 96) sorted by relevance

1234

/linux-master/sound/soc/
H A Dsoc-pcm.c314 * snd_soc_runtime_ignore_pmdown_time() - Check whether to ignore the power down delay
319 * been configured to ignore the delay, or if none of the components benefits
325 bool ignore = true; local
332 ignore &= !component->driver->use_pmdown_time;
334 return ignore;
H A Dsoc-core.c698 * ignore if component was already suspended
1181 if (dai_link->ignore)
1982 /* ignore this FE */
1984 dai_link->ignore = true;
2167 /* check whether any platform is ignore machine FE and using topology */
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_acl_flex_actions.c1892 * The ignore action is used to ignore basic switching functions such as
1902 MLXSW_ITEM32(afa, ignore, disable_learning, 0x00, 29, 1);
1908 MLXSW_ITEM32(afa, ignore, disable_security, 0x00, 28, 1);
/linux-master/scripts/kconfig/
H A Dqconf.cc1775 e->ignore();
1781 e->ignore();
/linux-master/mm/kfence/
H A Dkfence_test.c50 static void probe_console(void *ignore, const char *buf, size_t len) argument
/linux-master/drivers/scsi/bfa/
H A Dbfa_svc.h816 bfa_status_t bfa_fcdiag_queuetest(struct bfa_s *bfa, u32 ignore,
/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c207 * @ignore: flag meaning this event has been marked to ignore
222 u8 ignore; member in struct:fw_event_work
3696 * Set current running event as ignore, so that
3702 ioc->current_event->ignore = 1;
4700 /* mark ignore flag for pending events */
4704 fw_event->ignore)
4716 fw_event->ignore = 1;
4771 /* mark ignore flag for pending events */
4775 fw_event->ignore)
[all...]
/linux-master/scripts/
H A Dcheckpatch.pl56 my @ignore = ();
71 my $allow_c99_comments = 1; # Can be overridden by --ignore C99_COMMENT_TOLERANCE
109 --ignore TYPE(,TYPE2...) ignore various comma separated message types
133 --ignore-perl-version override checking of perl version. expect
306 'ignore=s' => \@ignore,
319 'ignore-perl-version!' => \$ignore_perl_version,
425 hash_save_array_words(\%ignore_type, \@ignore);
1608 # A \ in a string means ignore th
[all...]
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dfw.c267 goto ignore;
271 goto ignore;
281 section_info->ignore = true;
289 ignore:
290 section_info->ignore = true;
388 " ignore=%d key_addr=%p (0x%tx) key_len=%d key_idx=%d\n",
389 section_info->ignore, section_info->key_addr,
585 return 1; /* ignore this element */
924 return 1; /* this is an optional element, so just ignore this */
1034 if (ret == 1) /* ignore thi
[all...]
H A Dfw.h238 bool ignore; member in struct:rtw89_fw_hdr_section_info
/linux-master/kernel/kcsan/
H A Dkcsan_test.c97 static void probe_console(void *ignore, const char *buf, size_t len) argument
/linux-master/drivers/message/fusion/
H A Dmptbase.c178 static int mpt_diag_reset(MPT_ADAPTER *ioc, int ignore, int sleepFlag);
179 static int KickStart(MPT_ADAPTER *ioc, int ignore, int sleepFlag);
3943 * @ignore: Set if to honor and clear to ignore
3959 mpt_diag_reset(MPT_ADAPTER *ioc, int ignore, int sleepFlag) argument
3974 if (!ignore)
4030 /* Do the reset if we are told to ignore the reset history
4033 if (ignore || !(diag0val & MPI_DIAG_RESET_HISTORY)) {
8158 * ignore invalid page messages for GET_NEXT_HANDLE
/linux-master/include/sound/
H A Dsoc.h811 unsigned int ignore:1; member in struct:snd_soc_dai_link
/linux-master/mm/kasan/
H A Dkasan_test.c52 static void probe_console(void *ignore, const char *buf, size_t len) argument
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c246 goto ignore;
268 ignore:
/linux-master/tools/perf/
H A Dbuiltin-sched.c2200 sym->ignore = 1;
2783 if (chain->ms.sym && chain->ms.sym->ignore)
H A Dbuiltin-kwork.c727 sym->ignore = 1;
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py79 return text.decode('ascii', 'ignore')
2418 self.ignore = False
2435 # ignore data til we return to the current depth
2436 if self.ignore:
2442 self.ignore = False
2526 # ignore blacklisted/overdepth funcs
2528 self.ignore = True
3376 # ignore all other commented lines
3528 # ignore these events
/linux-master/arch/s390/kernel/
H A Dipl.c716 /* ignore trailing newline */
857 /* ignore trailing newline */
1173 /* ignore trailing newline */
2140 static void __do_restart(void *ignore) argument
/linux-master/kernel/trace/
H A Dring_buffer.c2539 * and the reader will ignore it.
3393 /* If another report is happening, ignore this one */ \
5342 * ignore it.
6239 static __init void rb_ipi(void *ignore) argument
/linux-master/drivers/net/ethernet/sun/
H A Dniu.c2607 int err, ignore; local
2621 niu_link_status(np, &ignore);

Completed in 405 milliseconds

1234