Searched refs:pbn (Results 1 – 8 of 8) sorted by relevance
| /linux-4.4.14/fs/nilfs2/ |
| D | gcinode.c | 73 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.4.14/include/drm/ |
| D | drm_dp_mst_helper.h | 39 int pbn; member 222 u16 pbn; member 486 …ocate_vcpi(struct drm_dp_mst_topology_mgr *mgr, struct drm_dp_mst_port *port, int pbn, int *slots); 499 int pbn);
|
| /linux-4.4.14/drivers/gpu/drm/ |
| D | drm_dp_mst_topology.c | 217 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() 1662 int pbn) in drm_dp_payload_send_msg() argument 1692 pbn); in drm_dp_payload_send_msg() 1731 ret = drm_dp_payload_send_msg(mgr, port, id, port->vcpi.pbn); in drm_dp_create_payload_step2() 2441 int pbn) in drm_dp_find_vcpi_slots() argument 2445 num_slots = DIV_ROUND_UP(pbn, mgr->pbn_div); in drm_dp_find_vcpi_slots() 2454 struct drm_dp_vcpi *vcpi, int pbn) in drm_dp_init_vcpi() argument [all …]
|
| /linux-4.4.14/drivers/gpu/drm/i915/ |
| D | intel_dp_mst.c | 83 pipe_config->pbn = mst_pbn; in intel_dp_mst_compute_config() 196 intel_crtc->config->pbn, &slots); in intel_mst_pre_enable_dp()
|
| D | intel_drv.h | 465 int pbn; member
|
| /linux-4.4.14/drivers/gpu/drm/radeon/ |
| D | radeon_dp_mst.c | 451 mst_enc->pbn, &slots); in radeon_mst_encoder_dpms() 517 mst_enc->pbn = drm_dp_calc_pbn_mode(adjusted_mode->clock, bpp); in radeon_mst_mode_fixup()
|
| D | radeon_mode.h | 455 int pbn; member
|
| /linux-4.4.14/Documentation/DocBook/ |
| D | gpu.xml.db | 372 API-drm-dp-calc-pbn-mode
|