Home
last modified time | relevance | path

Searched refs:pbn (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/fs/nilfs2/
Dgcinode.c73 sector_t pbn, __u64 vbn, in nilfs_gccache_submit_read_data() argument
86 if (pbn == 0) { in nilfs_gccache_submit_read_data()
89 err = nilfs_dat_translate(nilfs->ns_dat, vbn, &pbn); in nilfs_gccache_submit_read_data()
106 bh->b_blocknr = pbn; in nilfs_gccache_submit_read_data()
140 int nilfs_gccache_submit_read_node(struct inode *inode, sector_t pbn, in nilfs_gccache_submit_read_node() argument
146 vbn ? : pbn, pbn, READ, out_bh, &pbn); in nilfs_gccache_submit_read_node()
/linux-4.1.27/include/drm/
Ddrm_dp_mst_helper.h39 int pbn; member
222 u16 pbn; member
485 …ocate_vcpi(struct drm_dp_mst_topology_mgr *mgr, struct drm_dp_mst_port *port, int pbn, int *slots);
498 int pbn);
/linux-4.1.27/drivers/gpu/drm/
Ddrm_dp_mst_topology.c217 buf[idx] = (req->u.allocate_payload.pbn >> 8); in drm_dp_encode_sideband_req()
219 buf[idx] = (req->u.allocate_payload.pbn & 0xff); in drm_dp_encode_sideband_req()
669 u8 vcpi, uint16_t pbn) in build_allocate_payload() argument
676 req.u.allocate_payload.pbn = pbn; in build_allocate_payload()
1660 int pbn) in drm_dp_payload_send_msg() argument
1690 pbn); in drm_dp_payload_send_msg()
1729 ret = drm_dp_payload_send_msg(mgr, port, id, port->vcpi.pbn); in drm_dp_create_payload_step2()
2439 int pbn) in drm_dp_find_vcpi_slots() argument
2443 num_slots = DIV_ROUND_UP(pbn, mgr->pbn_div); in drm_dp_find_vcpi_slots()
2452 struct drm_dp_vcpi *vcpi, int pbn) in drm_dp_init_vcpi() argument
[all …]
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_dp_mst.c90 pipe_config->pbn = mst_pbn; in intel_dp_mst_compute_config()
191 intel_crtc->config->pbn, &slots); in intel_mst_pre_enable_dp()
Dintel_drv.h390 int pbn; member
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_dp_mst.c446 mst_enc->pbn, &slots); in radeon_mst_encoder_dpms()
512 mst_enc->pbn = drm_dp_calc_pbn_mode(adjusted_mode->clock, bpp); in radeon_mst_mode_fixup()
Dradeon_mode.h454 int pbn; member