Home
last modified time | relevance | path

Searched refs:dpf (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/media/platform/rockchip/rkisp1/
Drkisp1-params.c53 struct rkisp1_ext_params_dpf_config dpf; member
1807 const struct rkisp1_ext_params_dpf_config *dpf = &block->dpf; in rkisp1_ext_params_dpf() local
1809 if (dpf->header.flags & RKISP1_EXT_PARAMS_FL_BLOCK_DISABLE) { in rkisp1_ext_params_dpf()
1815 rkisp1_dpf_config(params, &dpf->config); in rkisp1_ext_params_dpf()
1817 if ((dpf->header.flags & RKISP1_EXT_PARAMS_FL_BLOCK_ENABLE) && in rkisp1_ext_params_dpf()
1818 !(params->enabled_blocks & BIT(dpf->header.type))) in rkisp1_ext_params_dpf()
/linux-6.12.1/drivers/block/drbd/
Ddrbd_receiver.c2400 static enum req_op wire_flags_to_bio_op(u32 dpf) in wire_flags_to_bio_op() argument
2402 if (dpf & DP_ZEROES) in wire_flags_to_bio_op()
2404 if (dpf & DP_DISCARD) in wire_flags_to_bio_op()
2411 static blk_opf_t wire_flags_to_bio(struct drbd_connection *connection, u32 dpf) in wire_flags_to_bio() argument
2413 return wire_flags_to_bio_op(dpf) | in wire_flags_to_bio()
2414 (dpf & DP_RW_SYNC ? REQ_SYNC : 0) | in wire_flags_to_bio()
2415 (dpf & DP_FUA ? REQ_FUA : 0) | in wire_flags_to_bio()
2416 (dpf & DP_FLUSH ? REQ_PREFLUSH : 0); in wire_flags_to_bio()