Searched refs:dpf (Results 1 – 2 of 2) sorted by relevance
53 struct rkisp1_ext_params_dpf_config dpf; member1807 const struct rkisp1_ext_params_dpf_config *dpf = &block->dpf; in rkisp1_ext_params_dpf() local1809 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()
2400 static enum req_op wire_flags_to_bio_op(u32 dpf) in wire_flags_to_bio_op() argument2402 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() argument2413 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()