| /kernel/linux/linux-5.10/lib/ |
| H A D | glob.c | 40 bool __pure glob_match(char const *pat, char const *str) in glob_match() argument [all...] |
| H A D | globtest.c | 15 char const *pat, *str; member 19 static bool __pure __init test(char const *pat, char const *str, bool expected) in test() argument 145 char const *pat = p; in glob_init() local
|
| /kernel/linux/linux-6.6/lib/ |
| H A D | glob.c | 40 bool __pure glob_match(char const *pat, char const *str) in glob_match() argument [all...] |
| H A D | globtest.c | 15 char const *pat, *str; member 19 static bool __pure __init test(char const *pat, char const *str, bool expected) in test() argument 145 char const *pat = p; in glob_init() local
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_diag.c | 19 u32 pat, val, orig_val; in i40e_diag_reg_pattern_test() local
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_diag.c | 19 u32 pat, val, orig_val; in i40e_diag_reg_pattern_test() local
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
| H A D | fbcon_rotate.h | 23 static inline int pattern_test_bit(u32 x, u32 y, u32 pitch, const char *pat) in pattern_test_bit() argument 31 static inline void pattern_set_bit(u32 x, u32 y, u32 pitch, char *pat) in pattern_set_bit() argument
|
| H A D | sysfillrect.c | 25 bitfill_aligned(struct fb_info *p, unsigned long *dst, int dst_idx, unsigned long pat, unsigned n, int bits) bitfill_aligned() argument 81 bitfill_unaligned(struct fb_info *p, unsigned long *dst, int dst_idx, unsigned long pat, int left, int right, unsigned n, int bits) bitfill_unaligned() argument 135 bitfill_aligned_rev(struct fb_info *p, unsigned long *dst, int dst_idx, unsigned long pat, unsigned n, int bits) bitfill_aligned_rev() argument 191 bitfill_unaligned_rev(struct fb_info *p, unsigned long *dst, int dst_idx, unsigned long pat, int left, int right, unsigned n, int bits) bitfill_unaligned_rev() argument 245 unsigned long pat, pat2, fg; sys_fillrect() local [all...] |
| H A D | cfbfillrect.c | 35 bitfill_aligned(struct fb_info *p, unsigned long __iomem *dst, int dst_idx, unsigned long pat, unsigned n, int bits, u32 bswapmask) bitfill_aligned() argument 92 bitfill_unaligned(struct fb_info *p, unsigned long __iomem *dst, int dst_idx, unsigned long pat, int left, int right, unsigned n, int bits) bitfill_unaligned() argument 146 bitfill_aligned_rev(struct fb_info *p, unsigned long __iomem *dst, int dst_idx, unsigned long pat, unsigned n, int bits, u32 bswapmask) bitfill_aligned_rev() argument 217 bitfill_unaligned_rev(struct fb_info *p, unsigned long __iomem *dst, int dst_idx, unsigned long pat, int left, int right, unsigned n, int bits) bitfill_unaligned_rev() argument 280 unsigned long pat, pat2, fg; cfb_fillrect() local [all...] |
| /kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
| H A D | fbcon_rotate.h | 23 static inline int pattern_test_bit(u32 x, u32 y, u32 pitch, const char *pat) in pattern_test_bit() argument 31 static inline void pattern_set_bit(u32 x, u32 y, u32 pitch, char *pat) in pattern_set_bit() argument
|
| H A D | cfbfillrect.c | 35 bitfill_aligned(struct fb_info *p, unsigned long __iomem *dst, int dst_idx, unsigned long pat, unsigned n, int bits, u32 bswapmask) bitfill_aligned() argument 92 bitfill_unaligned(struct fb_info *p, unsigned long __iomem *dst, int dst_idx, unsigned long pat, int left, int right, unsigned n, int bits) bitfill_unaligned() argument 146 bitfill_aligned_rev(struct fb_info *p, unsigned long __iomem *dst, int dst_idx, unsigned long pat, unsigned n, int bits, u32 bswapmask) bitfill_aligned_rev() argument 217 bitfill_unaligned_rev(struct fb_info *p, unsigned long __iomem *dst, int dst_idx, unsigned long pat, int left, int right, unsigned n, int bits) bitfill_unaligned_rev() argument 280 unsigned long pat, pat2, fg; cfb_fillrect() local [all...] |
| H A D | sysfillrect.c | 25 bitfill_aligned(struct fb_info *p, unsigned long *dst, int dst_idx, unsigned long pat, unsigned n, int bits) bitfill_aligned() argument 71 bitfill_unaligned(struct fb_info *p, unsigned long *dst, int dst_idx, unsigned long pat, int left, int right, unsigned n, int bits) bitfill_unaligned() argument 125 bitfill_aligned_rev(struct fb_info *p, unsigned long *dst, int dst_idx, unsigned long pat, unsigned n, int bits) bitfill_aligned_rev() argument 181 bitfill_unaligned_rev(struct fb_info *p, unsigned long *dst, int dst_idx, unsigned long pat, int left, int right, unsigned n, int bits) bitfill_unaligned_rev() argument 235 unsigned long pat, pat2, fg; sys_fillrect() local [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/ |
| H A D | igc_diag.c | 39 u32 pat, val, before; in reg_pattern_test() local
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/ |
| H A D | igc_diag.c | 39 u32 pat, val, before; in reg_pattern_test() local
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| H A D | string.c | 73 static bool __match_charclass(const char *pat, char c, const char **npat) in __match_charclass() argument 111 __match_glob(const char *str, const char *pat, bool ignore_space, bool case_ins) __match_glob() argument 171 strglobmatch(const char *str, const char *pat) strglobmatch() argument 176 strglobmatch_nocase(const char *str, const char *pat) strglobmatch_nocase() argument 189 strlazymatch(const char *str, const char *pat) strlazymatch() argument [all...] |
| /kernel/linux/linux-5.10/drivers/video/fbdev/ |
| H A D | wmt_ge_rops.c | 43 unsigned long fg, pat; in wmt_ge_fillrect() local
|
| /kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/ |
| H A D | vidtv_mux.h | 67 struct vidtv_psi_table_pat *pat; member
|
| /kernel/linux/linux-6.6/drivers/media/test-drivers/vidtv/ |
| H A D | vidtv_mux.h | 67 struct vidtv_psi_table_pat *pat; member
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/ |
| H A D | wmt_ge_rops.c | 46 unsigned long fg, pat; in wmt_ge_fillrect() local
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| H A D | string.c | 72 static bool __match_charclass(const char *pat, char c, const char **npat) in __match_charclass() argument 110 __match_glob(const char *str, const char *pat, bool ignore_space, bool case_ins) __match_glob() argument 170 strglobmatch(const char *str, const char *pat) strglobmatch() argument 175 strglobmatch_nocase(const char *str, const char *pat) strglobmatch_nocase() argument 188 strlazymatch(const char *str, const char *pat) strlazymatch() argument [all...] |
| /kernel/linux/linux-5.10/drivers/isdn/mISDN/ |
| H A D | dsp_tones.c | 378 struct pattern *pat; in dsp_tone_copy() local 464 struct pattern *pat = (struct pattern *)tone->pattern; dsp_tone_timeout() local 498 struct pattern *pat; dsp_tone() local [all...] |
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
| H A D | intel_gtt.c | 352 u64 pat; in bdw_setup_private_ppat() local 369 u64 pat; in chv_setup_private_ppat() local
|
| /kernel/linux/linux-5.10/sound/core/ |
| H A D | pcm_misc.c | 424 const unsigned char *pat; in snd_pcm_format_set_silence() local
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
| H A D | intel_gtt.c | 581 u64 pat; in bdw_setup_private_ppat() local 603 u64 pat; in chv_setup_private_ppat() local [all...] |
| /kernel/linux/linux-6.6/drivers/isdn/mISDN/ |
| H A D | dsp_tones.c | 378 struct pattern *pat; in dsp_tone_copy() local 464 struct pattern *pat = (struct pattern *)tone->pattern; dsp_tone_timeout() local 498 struct pattern *pat; dsp_tone() local [all...] |