Home
last modified time | relevance | path

Searched defs:pat (Results 1 – 23 of 23) sorted by relevance

/linux-2.6.39/drivers/video/
Dsysfillrect.c26 unsigned long pat, unsigned n, int bits) in bitfill_aligned()
82 unsigned long pat, int left, int right, unsigned n, int bits) in bitfill_unaligned()
136 unsigned long pat, unsigned n, int bits) in bitfill_aligned_rev()
192 unsigned long pat, int left, int right, unsigned n, in bitfill_unaligned_rev()
245 unsigned long pat, pat2, fg; in sys_fillrect() local
Dcfbfillrect.c36 unsigned long pat, unsigned n, int bits, u32 bswapmask) in bitfill_aligned()
93 unsigned long pat, int left, int right, unsigned n, int bits) in bitfill_unaligned()
147 int dst_idx, unsigned long pat, unsigned n, int bits, in bitfill_aligned_rev()
218 int dst_idx, unsigned long pat, int left, int right, in bitfill_unaligned_rev()
280 unsigned long pat, pat2, fg; in cfb_fillrect() local
Dwmt_ge_rops.c51 unsigned long fg, pat; in wmt_ge_fillrect() local
Damifb.c1818 static void bitfill32(unsigned long *dst, int dst_idx, u32 pat, u32 n) in bitfill32()
1874 static void bitxor32(unsigned long *dst, int dst_idx, u32 pat, u32 n) in bitxor32()
/linux-2.6.39/tools/perf/util/
Dstring.c188 static bool __match_charclass(const char *pat, char c, const char **npat) in __match_charclass()
226 static bool __match_glob(const char *str, const char *pat, bool ignore_space) in __match_glob()
280 bool strglobmatch(const char *str, const char *pat) in strglobmatch()
293 bool strlazymatch(const char *str, const char *pat) in strlazymatch()
Dprobe-finder.c1308 const char *fname, const char *pat) in find_lazy_match_lines()
/linux-2.6.39/drivers/isdn/mISDN/
Ddsp_tones.c378 struct pattern *pat; in dsp_tone_copy() local
464 struct pattern *pat = (struct pattern *)tone->pattern; in dsp_tone_timeout() local
499 struct pattern *pat; in dsp_tone() local
/linux-2.6.39/drivers/video/console/
Dfbcon_rotate.h23 static inline int pattern_test_bit(u32 x, u32 y, u32 pitch, const char *pat) in pattern_test_bit()
31 static inline void pattern_set_bit(u32 x, u32 y, u32 pitch, char *pat) in pattern_set_bit()
/linux-2.6.39/sound/core/
Dpcm_misc.c386 unsigned char *dst, *pat; in snd_pcm_format_set_silence() local
/linux-2.6.39/drivers/block/paride/
Dbpck.c35 #define t2(pat) {PC ^= pat; out_p(2,PC);} argument
/linux-2.6.39/arch/x86/mm/
Dpat.c82 u64 pat; in pat_init() local
/linux-2.6.39/drivers/usb/gadget/
Dr8a66597-udc.h223 u16 val, u16 pat, unsigned long offset) in r8a66597_mdfy()
Dm66592-udc.h599 static inline void m66592_mdfy(struct m66592 *m66592, u16 val, u16 pat, in m66592_mdfy()
/linux-2.6.39/drivers/mtd/nand/
Dcafe_nand.c397 unsigned short syn[8], pat[4]; in cafe_nand_read_page() local
/linux-2.6.39/drivers/usb/host/
Dr8a66597.h239 u16 val, u16 pat, unsigned long offset) in r8a66597_mdfy()
/linux-2.6.39/drivers/net/e1000e/
Dethtool.c750 u32 pat, val; in reg_pattern_test() local
/linux-2.6.39/drivers/net/igb/
Digb_ethtool.c1078 u32 pat, val; in reg_pattern_test() local
/linux-2.6.39/drivers/infiniband/hw/qib/
Dqib_sd7220.c176 int ret, pat, tries, chn; in qib_resync_ibepb() local
/linux-2.6.39/scripts/mod/
Dmodpost.c754 static int match(const char *sym, const char * const pat[]) in match()
/linux-2.6.39/arch/x86/xen/
Dmmu.c507 void xen_set_pat(u64 pat) in xen_set_pat()
/linux-2.6.39/arch/x86/include/asm/
Dkvm_host.h387 u32 pat; member
/linux-2.6.39/drivers/media/video/pvrusb2/
Dpvrusb2-hdw.c1874 v4l2_std_id pat; /* Pattern to match */ member
/linux-2.6.39/net/core/
Ddev.c5995 int dev_change_net_namespace(struct net_device *dev, struct net *net, const char *pat) in dev_change_net_namespace()