Home
last modified time | relevance | path

Searched refs:lct (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Ddpt_i2o.c948 pHba->lct = NULL; in adpt_install_hba()
1028 if(pHba->lct) { in adpt_i2o_delete_hba()
1030 pHba->lct, pHba->lct_pa); in adpt_i2o_delete_hba()
1362 i2o_lct *lct = pHba->lct; in adpt_i2o_parse_lct() local
1369 if (lct == NULL) { in adpt_i2o_parse_lct()
1374 max = lct->table_size; in adpt_i2o_parse_lct()
1379 if( lct->lct_entry[i].user_tid != 0xfff){ in adpt_i2o_parse_lct()
1387 if( lct->lct_entry[i].class_id != I2O_CLASS_RANDOM_BLOCK_STORAGE && in adpt_i2o_parse_lct()
1388 lct in adpt_i2o_parse_lct()
2226 i2o_lct *lct = pHba->lct; adpt_i2o_reparse_lct() local
[all...]
H A Ddpti.h237 i2o_lct* lct; member
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_dp_mst_topology.c178 drm_dp_mst_rad_to_str(const u8 rad[8], u8 lct, char *out, size_t len) in drm_dp_mst_rad_to_str() argument
183 for (i = 0; i < lct; i++) { in drm_dp_mst_rad_to_str()
193 return snprintf(out, len, "%*phC", lct, unpacked_rad); in drm_dp_mst_rad_to_str()
268 size += (hdr->lct / 2); in drm_dp_calc_sb_hdr_size()
279 buf[idx++] = ((hdr->lct & 0xf) << 4) | (hdr->lcr & 0xf); in drm_dp_encode_sideband_msg_hdr()
280 for (i = 0; i < (hdr->lct / 2); i++) in drm_dp_encode_sideband_msg_hdr()
313 hdr->lct = (buf[0] & 0xf0) >> 4; in drm_dp_decode_sideband_msg_hdr()
316 for (i = 0; i < (hdr->lct / 2); i++) in drm_dp_decode_sideband_msg_hdr()
694 drm_dp_mst_rad_to_str(txmsg->dst->rad, txmsg->dst->lct, buf, in drm_dp_mst_dump_sideband_msg_tx()
1360 static struct drm_dp_mst_branch *drm_dp_add_mst_branch_device(u8 lct, u argument
2094 u8 rad[8], lct; drm_dp_port_set_pdt() local
2570 drm_dp_get_mst_branch_device(struct drm_dp_mst_topology_mgr *mgr, u8 lct, u8 *rad) drm_dp_get_mst_branch_device() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c178 drm_dp_mst_rad_to_str(const u8 rad[8], u8 lct, char *out, size_t len) in drm_dp_mst_rad_to_str() argument
183 for (i = 0; i < lct; i++) { in drm_dp_mst_rad_to_str()
193 return snprintf(out, len, "%*phC", lct, unpacked_rad); in drm_dp_mst_rad_to_str()
268 size += (hdr->lct / 2); in drm_dp_calc_sb_hdr_size()
279 buf[idx++] = ((hdr->lct & 0xf) << 4) | (hdr->lcr & 0xf); in drm_dp_encode_sideband_msg_hdr()
280 for (i = 0; i < (hdr->lct / 2); i++) in drm_dp_encode_sideband_msg_hdr()
314 hdr->lct = (buf[0] & 0xf0) >> 4; in drm_dp_decode_sideband_msg_hdr()
317 for (i = 0; i < (hdr->lct / 2); i++) in drm_dp_decode_sideband_msg_hdr()
695 drm_dp_mst_rad_to_str(txmsg->dst->rad, txmsg->dst->lct, buf, in drm_dp_mst_dump_sideband_msg_tx()
1318 static struct drm_dp_mst_branch *drm_dp_add_mst_branch_device(u8 lct, u argument
2059 u8 rad[8], lct; drm_dp_port_set_pdt() local
2530 drm_dp_get_mst_branch_device(struct drm_dp_mst_topology_mgr *mgr, u8 lct, u8 *rad) drm_dp_get_mst_branch_device() argument
[all...]
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_dp_mst_helper.h169 u8 lct; member
195 * @lct: Link count total to talk to this branch device.
236 u8 lct; member
/kernel/linux/linux-6.6/include/drm/display/
H A Ddrm_dp_mst_helper.h152 u8 lct; member
178 * @lct: Link count total to talk to this branch device.
219 u8 lct; member

Completed in 17 milliseconds