Searched defs:cond (Results 1 - 25 of 90) sorted by last modified time

1234

/linux-master/drivers/dma/
H A Dpl330.c608 static inline u32 _emit_LD(unsigned dry_run, u8 buf[], enum pl330_cond cond) argument
667 enum pl330_cond cond; member in struct:_arg_LPEND
676 enum pl330_cond cond local
626 _emit_LDP(unsigned dry_run, u8 buf[], enum pl330_cond cond, u8 peri) argument
765 _emit_ST(unsigned dry_run, u8 buf[], enum pl330_cond cond) argument
783 _emit_STP(unsigned dry_run, u8 buf[], enum pl330_cond cond, u8 peri) argument
804 _emit_WFP(unsigned dry_run, u8 buf[], enum pl330_cond cond, u8 peri) argument
1119 _emit_load(unsigned int dry_run, u8 buf[], enum pl330_cond cond, enum dma_transfer_direction direction, u8 peri) argument
1152 _emit_store(unsigned int dry_run, u8 buf[], enum pl330_cond cond, enum dma_transfer_direction direction, u8 peri) argument
1185 _ldst_peripheral(struct pl330_dmac *pl330, unsigned dry_run, u8 buf[], const struct _xfer_spec *pxs, int cyc, enum pl330_cond cond) argument
1213 enum pl330_cond cond = BRST_LEN(pxs->ccr) > 1 ? BURST : SINGLE; local
[all...]
/linux-master/drivers/ata/
H A Dlibata-scsi.c3410 u8 cond, type, non_seq, reset; local
/linux-master/kernel/trace/
H A Dring_buffer.c851 rb_wait_cond(struct rb_irq_work *rbwork, struct trace_buffer *buffer, int cpu, int full, ring_buffer_cond_fn cond, void *data) argument
917 ring_buffer_wait(struct trace_buffer *buffer, int cpu, int full, ring_buffer_cond_fn cond, void *data) argument
[all...]
/linux-master/include/linux/
H A Dskbuff.h4302 static inline ktime_t skb_tstamp_cond(const struct sk_buff *skb, bool cond) argument
H A Dnetfilter.h294 NF_HOOK_COND(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, struct net_device *in, struct net_device *out, int (*okfn)(struct net *, struct sock *, struct sk_buff *), bool cond) argument
409 NF_HOOK_COND(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, struct net_device *in, struct net_device *out, int (*okfn)(struct net *, struct sock *, struct sk_buff *), bool cond) argument
/linux-master/arch/riscv/net/
H A Dbpf_jit_comp64.c268 static void emit_bcc(u8 cond, u8 rd, u8 rs, int rvoff, argument
304 static void emit_branch(u8 cond, u8 rd, u8 rs, int rvoff, argument
436 static bool is_signed_bpf_cond(u8 cond) argument
[all...]
/linux-master/drivers/tty/serial/
H A Damba-pl011.c1589 static void pl011_maybe_set_bit(bool cond, unsigned int *ptr, unsigned int mask) argument
1610 static void pl011_assign_bit(bool cond, unsigned int *ptr, unsigned int mask) argument
/linux-master/drivers/s390/cio/
H A Dcss.c763 void css_schedule_eval_cond(enum css_eval_cond cond, unsigned long delay) argument
/linux-master/fs/netfs/
H A Dfscache_io.c210 __fscache_write_to_cache(struct fscache_cookie *cookie, struct address_space *mapping, loff_t start, size_t len, loff_t i_size, netfs_io_terminated_t term_func, void *term_func_priv, bool cond) argument
/linux-master/drivers/i2c/busses/
H A Di2c-designware-common.c335 u32 i2c_dw_scl_hcnt(u32 ic_clk, u32 tSYMBOL, u32 tf, int cond, int offset) argument
/linux-master/arch/arm64/kvm/hyp/
H A Daarch32.c51 int cond; local
98 unsigned long itbits, cond; local
[all...]
/linux-master/sound/core/
H A Dpcm_native.c2475 snd_pcm_hw_constraint_subformats(struct snd_pcm_runtime *runtime, unsigned int cond, u32 *subformats) argument
H A Dpcm_lib.c1145 int snd_pcm_hw_rule_add(struct snd_pcm_runtime *runtime, unsigned int cond, argument
1296 snd_pcm_hw_constraint_list(struct snd_pcm_runtime *runtime, unsigned int cond, snd_pcm_hw_param_t var, const struct snd_pcm_hw_constraint_list *l) argument
1327 snd_pcm_hw_constraint_ranges(struct snd_pcm_runtime *runtime, unsigned int cond, snd_pcm_hw_param_t var, const struct snd_pcm_hw_constraint_ranges *r) argument
1362 snd_pcm_hw_constraint_ratnums(struct snd_pcm_runtime *runtime, unsigned int cond, snd_pcm_hw_param_t var, const struct snd_pcm_hw_constraint_ratnums *r) argument
1396 snd_pcm_hw_constraint_ratdens(struct snd_pcm_runtime *runtime, unsigned int cond, snd_pcm_hw_param_t var, const struct snd_pcm_hw_constraint_ratdens *r) argument
1440 snd_pcm_hw_constraint_msbits(struct snd_pcm_runtime *runtime, unsigned int cond, unsigned int width, unsigned int msbits) argument
1469 snd_pcm_hw_constraint_step(struct snd_pcm_runtime *runtime, unsigned int cond, snd_pcm_hw_param_t var, unsigned long step) argument
1500 snd_pcm_hw_constraint_pow2(struct snd_pcm_runtime *runtime, unsigned int cond, snd_pcm_hw_param_t var) argument
[all...]
/linux-master/security/apparmor/
H A Dlsm.c246 struct path_cond cond = { local
289 struct path_cond cond local
219 common_perm(const char *op, const struct path *path, u32 mask, struct path_cond *cond) argument
267 common_perm_dir_dentry(const char *op, const struct path *dir, struct dentry *dentry, u32 mask, struct path_cond *cond) argument
315 struct path_cond cond = { current_fsuid(), mode }; local
401 struct path_cond cond = { local
485 struct path_cond cond = { local
[all...]
/linux-master/include/sound/
H A Dpcm.h238 unsigned int cond; member in struct:snd_pcm_hw_rule
/linux-master/drivers/pwm/
H A Dpwm-lpss.c159 static inline void pwm_lpss_cond_enable(struct pwm_device *pwm, bool cond) argument
/linux-master/drivers/md/dm-vdo/indexer/
H A Dindex-session.h69 struct cond_var cond; member in struct:index_load_context
H A Dindex.c61 struct cond_var cond; member in struct:chapter_writer
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dinit.c479 init_condition_met(struct nvbios_init *init, u8 cond) argument
495 init_io_condition_met(struct nvbios_init *init, u8 cond) argument
512 init_io_flag_condition_met(struct nvbios_init *init, u8 cond) argument
782 u8 cond = nvbios_rd08(bios, init->offset + 1); local
800 u8 cond = nvbios_rd08(bios, init->offset + 1); local
1240 u8 cond = nvbios_rd08(bios, init->offset + 1); local
1805 u8 cond = nvbios_rd08(bios, init->offset + 1); local
1822 u8 cond = nvbios_rd08(bios, init->offset + 1); local
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A DMakefile
/linux-master/arch/x86/include/asm/
H A Dpgtable.h341 pgprotval_t cond = (~v >> _PAGE_BIT_RW) & 1; local
351 pgprotval_t cond = (v >> _PAGE_BIT_RW) & 1; local
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c2515 pthread_cond_t *cond; member in struct:tsync_sibling
2544 pthread_cond_t cond; local
[all...]
/linux-master/net/ipv4/
H A Dinet_diag.c702 const struct inet_diag_hostcond *cond; local
750 struct inet_diag_markcond *cond; local
860 struct inet_diag_hostcond *cond; local
[all...]
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dphy.c1548 u8 cond; local
H A Dmac.c4869 unsigned int cond; local
4924 unsigned int cond; local
4976 unsigned int cond; local
5016 unsigned int cond; local
5044 unsigned int cond; local
5141 unsigned int cond; local
5228 unsigned int cond; local
[all...]

Completed in 458 milliseconds

1234