/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_gt_mcr.c | 236 * @rw_flag: FW_REG_READ for read access or FW_REG_WRITE for write access 247 i915_mcr_reg_t reg, u8 rw_flag, in rw_with_mcr_steering_fw() 266 (rw_flag == FW_REG_READ ? GEN11_MCR_MULTICAST : 0)); in rw_with_mcr_steering_fw() 283 if (rw_flag == FW_REG_WRITE) in rw_with_mcr_steering_fw() 304 if (rw_flag == FW_REG_READ) in rw_with_mcr_steering_fw() 315 if (GRAPHICS_VER_FULL(uncore->i915) >= IP_VER(12, 70) && rw_flag == FW_REG_WRITE) in rw_with_mcr_steering_fw() 324 i915_mcr_reg_t reg, u8 rw_flag, in rw_with_mcr_steering() 334 rw_flag); in rw_with_mcr_steering() 343 val = rw_with_mcr_steering_fw(gt, reg, rw_flag, group, instance, value); in rw_with_mcr_steering() 246 rw_with_mcr_steering_fw(struct intel_gt *gt, i915_mcr_reg_t reg, u8 rw_flag, int group, int instance, u32 value) rw_with_mcr_steering_fw() argument 323 rw_with_mcr_steering(struct intel_gt *gt, i915_mcr_reg_t reg, u8 rw_flag, int group, int instance, u32 value) rw_with_mcr_steering() argument
|
/kernel/linux/linux-5.10/drivers/platform/mellanox/ |
H A D | mlxreg-io.c | 48 bool rw_flag, int regsize, u32 *regval) in mlxreg_io_get_reg() 70 if (rw_flag) { in mlxreg_io_get_reg() 81 if (rw_flag) { in mlxreg_io_get_reg() 47 mlxreg_io_get_reg(void *regmap, struct mlxreg_core_data *data, u32 in_val, bool rw_flag, int regsize, u32 *regval) mlxreg_io_get_reg() argument
|
/kernel/linux/linux-6.6/drivers/platform/mellanox/ |
H A D | mlxreg-io.c | 49 bool rw_flag, int regsize, u32 *regval) in mlxreg_io_get_reg() 71 if (rw_flag) { in mlxreg_io_get_reg() 82 if (rw_flag) { in mlxreg_io_get_reg() 48 mlxreg_io_get_reg(void *regmap, struct mlxreg_core_data *data, u32 in_val, bool rw_flag, int regsize, u32 *regval) mlxreg_io_get_reg() argument
|
/kernel/linux/linux-5.10/drivers/leds/ |
H A D | leds-mlxcpld.c | 247 static void mlxcpld_led_bus_access_func(u16 base, u8 offset, u8 rw_flag, in mlxcpld_led_bus_access_func() argument 252 if (rw_flag == 0) in mlxcpld_led_bus_access_func()
|
/kernel/linux/linux-5.10/drivers/net/wireless/zydas/zd1211rw/ |
H A D | zd_rf_rf2959.c | 47 int rw_flag = bits(rw, 23, 23); 48 PDEBUG("rf2959 %#010x reg %d rw %d", rw, reg, rw_flag);
|
/kernel/linux/linux-6.6/drivers/net/wireless/zydas/zd1211rw/ |
H A D | zd_rf_rf2959.c | 47 int rw_flag = bits(rw, 23, 23); 48 PDEBUG("rf2959 %#010x reg %d rw %d", rw, reg, rw_flag);
|
/kernel/linux/linux-6.6/drivers/leds/ |
H A D | leds-mlxcpld.c | 247 static void mlxcpld_led_bus_access_func(u16 base, u8 offset, u8 rw_flag, in mlxcpld_led_bus_access_func() argument 252 if (rw_flag == 0) in mlxcpld_led_bus_access_func()
|
/kernel/linux/linux-5.10/drivers/media/common/b2c2/ |
H A D | flexcop_ibi_value_be.h | 370 u32 rw_flag : 1; member
|
H A D | flexcop_ibi_value_le.h | 375 u32 rw_flag : 1; member
|
/kernel/linux/linux-6.6/drivers/media/common/b2c2/ |
H A D | flexcop_ibi_value_be.h | 370 u32 rw_flag : 1; member
|
H A D | flexcop_ibi_value_le.h | 375 u32 rw_flag : 1; member
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | stash.c | 1253 unsigned int rw_flag, struct file **filp) in hmdfs_open_restore_dst_file() 1265 ctx->dst, O_LARGEFILE | rw_flag, 0); in hmdfs_open_restore_dst_file() 1252 hmdfs_open_restore_dst_file(struct hmdfs_file_restore_ctx *ctx, unsigned int rw_flag, struct file **filp) hmdfs_open_restore_dst_file() argument
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | stash.c | 1243 unsigned int rw_flag, struct file **filp) in hmdfs_open_restore_dst_file() 1255 ctx->dst, O_LARGEFILE | rw_flag, 0); in hmdfs_open_restore_dst_file() 1242 hmdfs_open_restore_dst_file(struct hmdfs_file_restore_ctx *ctx, unsigned int rw_flag, struct file **filp) hmdfs_open_restore_dst_file() argument
|