/drivers/gpu/drm/nouveau/include/nvif/ |
D | device.h | 31 #define nvif_nsec(d,n,cond...) ({ \ argument 44 #define nvif_usec(d,u,cond...) nvif_nsec((d), (u) * 1000, ##cond) argument 45 #define nvif_msec(d,m,cond...) nvif_usec((d), (m) * 1000, ##cond) argument
|
/drivers/gpu/drm/amd/powerplay/inc/ |
D | pp_debug.h | 37 #define PP_ASSERT_WITH_CODE(cond, msg, code) \ argument 45 #define PP_ASSERT(cond, msg) \ argument
|
/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | timer.h | 52 #define nvkm_nsec(d,n,cond...) ({ \ argument 66 #define nvkm_usec(d,u,cond...) nvkm_nsec((d), (u) * 1000, ##cond) argument 67 #define nvkm_msec(d,m,cond...) nvkm_usec((d), (m) * 1000, ##cond) argument
|
/drivers/net/wireless/zydas/zd1211rw/ |
D | zd_def.h | 27 # define dev_dbg_f_cond(dev, cond, fmt, args...) ({ \ argument 35 # define dev_dbg_f_cond(dev, cond, fmt, args...) do { (void)(dev); } while (0) argument
|
/drivers/gpu/host1x/hw/ |
D | host1x06_hardware.h | 49 unsigned cond, unsigned indx) in host1x_class_host_incr_syncpt() 104 static inline u32 host1x_opcode_imm_incr_syncpt(unsigned cond, unsigned indx) in host1x_opcode_imm_incr_syncpt()
|
D | host1x04_hardware.h | 48 unsigned cond, unsigned indx) in host1x_class_host_incr_syncpt() 103 static inline u32 host1x_opcode_imm_incr_syncpt(unsigned cond, unsigned indx) in host1x_opcode_imm_incr_syncpt()
|
D | host1x01_hardware.h | 48 unsigned cond, unsigned indx) in host1x_class_host_incr_syncpt() 104 static inline u32 host1x_opcode_imm_incr_syncpt(unsigned cond, unsigned indx) in host1x_opcode_imm_incr_syncpt()
|
D | host1x07_hardware.h | 49 unsigned cond, unsigned indx) in host1x_class_host_incr_syncpt() 104 static inline u32 host1x_opcode_imm_incr_syncpt(unsigned cond, unsigned indx) in host1x_opcode_imm_incr_syncpt()
|
D | host1x02_hardware.h | 48 unsigned cond, unsigned indx) in host1x_class_host_incr_syncpt() 103 static inline u32 host1x_opcode_imm_incr_syncpt(unsigned cond, unsigned indx) in host1x_opcode_imm_incr_syncpt()
|
D | host1x05_hardware.h | 48 unsigned cond, unsigned indx) in host1x_class_host_incr_syncpt() 103 static inline u32 host1x_opcode_imm_incr_syncpt(unsigned cond, unsigned indx) in host1x_opcode_imm_incr_syncpt()
|
/drivers/dma/ |
D | pl330.c | 600 static inline u32 _emit_LD(unsigned dry_run, u8 buf[], enum pl330_cond cond) in _emit_LD() 619 enum pl330_cond cond, u8 peri) in _emit_LDP() 659 enum pl330_cond cond; member 668 enum pl330_cond cond = arg->cond; in _emit_LPEND() local 757 static inline u32 _emit_ST(unsigned dry_run, u8 buf[], enum pl330_cond cond) in _emit_ST() 776 enum pl330_cond cond, u8 peri) in _emit_STP() 797 enum pl330_cond cond, u8 peri) in _emit_WFP() 1112 enum pl330_cond cond, enum dma_transfer_direction direction, in _emit_load() 1146 enum pl330_cond cond, enum dma_transfer_direction direction, in _emit_store() 1182 enum pl330_cond cond) in _ldst_peripheral() [all …]
|
/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | init.c | 479 init_condition_met(struct nvbios_init *init, u8 cond) in init_condition_met() 495 init_io_condition_met(struct nvbios_init *init, u8 cond) in init_io_condition_met() 512 init_io_flag_condition_met(struct nvbios_init *init, u8 cond) in init_io_flag_condition_met() 782 u8 cond = nvbios_rd08(bios, init->offset + 1); in init_io_flag_condition() local 800 u8 cond = nvbios_rd08(bios, init->offset + 1); in init_generic_condition() local 1240 u8 cond = nvbios_rd08(bios, init->offset + 1); in init_condition_time() local 1805 u8 cond = nvbios_rd08(bios, init->offset + 1); in init_condition() local 1822 u8 cond = nvbios_rd08(bios, init->offset + 1); in init_io_condition() local
|
/drivers/gpu/drm/lima/ |
D | lima_mmu.c | 17 #define lima_mmu_send_command(cmd, addr, val, cond) \ argument
|
/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_marker.c | 123 u64 cond = (u64) us * NSEC_PER_USEC; in vmw_lag_lt() local
|
/drivers/staging/rtl8188eu/hal/ |
D | rf_cfg.c | 18 u32 cond = condition; in check_condition() local
|
/drivers/scsi/csiostor/ |
D | csio_defs.h | 113 #define CSIO_ASSERT(cond) BUG_ON(!(cond)) argument
|
/drivers/net/fddi/skfp/ |
D | cfm.c | 210 int cond ; in cfm() local
|
D | srf.c | 181 void smt_srf_event(struct s_smc *smc, int code, int index, int cond) in smt_srf_event()
|
/drivers/i2c/busses/ |
D | i2c-designware-common.c | 119 u32 i2c_dw_scl_hcnt(u32 ic_clk, u32 tSYMBOL, u32 tf, int cond, int offset) in i2c_dw_scl_hcnt()
|
/drivers/pwm/ |
D | pwm-lpss.c | 118 static inline void pwm_lpss_cond_enable(struct pwm_device *pwm, bool cond) in pwm_lpss_cond_enable()
|
/drivers/md/bcache/ |
D | util.h | 24 #define EBUG_ON(cond) BUG_ON(cond) argument 30 #define EBUG_ON(cond) do { if (cond); } while (0) argument
|
/drivers/gpu/drm/exynos/ |
D | exynos_drm_drv.c | 180 #define DRV_PTR(drv, cond) (IS_ENABLED(cond) ? &drv : NULL) argument
|
/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_drv.c | 466 #define ADD_ROCKCHIP_SUB_DRIVER(drv, cond) { \ argument
|
/drivers/gpu/drm/msm/adreno/ |
D | a6xx_gmu.h | 111 #define gmu_poll_timeout(gmu, addr, val, cond, interval, timeout) \ argument
|
/drivers/usb/gadget/function/ |
D | u_serial.c | 687 int cond; in gs_writes_finished() local 1172 int cond; in gs_closed() local
|