/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_opp.c | 314 uint32_t active_width = timing->h_addressable - timing->h_border_right - timing->h_border_right; in opp1_program_stereo() local 320 active_width = 0; in opp1_program_stereo() 328 REG_UPDATE(OPPBUF_CONTROL, OPPBUF_ACTIVE_WIDTH, active_width); in opp1_program_stereo() 358 REG_UPDATE(OPPBUF_CONTROL, OPPBUF_ACTIVE_WIDTH, oppbuf->active_width); in opp1_program_oppbuf()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_opp.c | 316 uint32_t active_width = timing->h_addressable - timing->h_border_right - timing->h_border_right; in opp1_program_stereo() local 322 active_width = 0; in opp1_program_stereo() 330 REG_UPDATE(OPPBUF_CONTROL, OPPBUF_ACTIVE_WIDTH, active_width); in opp1_program_stereo()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
H A D | main.c | 330 u16 *active_speed, u8 *active_width) in translate_eth_legacy_proto_oper() 337 *active_width = IB_WIDTH_1X; in translate_eth_legacy_proto_oper() 347 *active_width = IB_WIDTH_1X; in translate_eth_legacy_proto_oper() 353 *active_width = IB_WIDTH_1X; in translate_eth_legacy_proto_oper() 360 *active_width = IB_WIDTH_4X; in translate_eth_legacy_proto_oper() 366 *active_width = IB_WIDTH_1X; in translate_eth_legacy_proto_oper() 370 *active_width = IB_WIDTH_4X; in translate_eth_legacy_proto_oper() 377 *active_width = IB_WIDTH_4X; in translate_eth_legacy_proto_oper() 388 u8 *active_width) in translate_eth_ext_proto_oper() 393 *active_width in translate_eth_ext_proto_oper() 329 translate_eth_legacy_proto_oper(u32 eth_proto_oper, u16 *active_speed, u8 *active_width) translate_eth_legacy_proto_oper() argument 387 translate_eth_ext_proto_oper(u32 eth_proto_oper, u16 *active_speed, u8 *active_width) translate_eth_ext_proto_oper() argument 455 translate_eth_proto_oper(u32 eth_proto_oper, u16 *active_speed, u8 *active_width, bool ext) translate_eth_proto_oper() argument 1196 translate_active_width(struct ib_device *ibdev, u16 active_width, u8 *ib_width) translate_active_width() argument [all...] |
H A D | mad.c | 561 props->active_width = out_mad->data[31] & 0xf; in mlx5_query_mad_ifc_port() 574 props->active_width = out_mad->data[31] & 0x1f; in mlx5_query_mad_ifc_port()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | main.c | 337 u16 *active_speed, u8 *active_width) in translate_eth_legacy_proto_oper() 344 *active_width = IB_WIDTH_1X; in translate_eth_legacy_proto_oper() 354 *active_width = IB_WIDTH_1X; in translate_eth_legacy_proto_oper() 360 *active_width = IB_WIDTH_1X; in translate_eth_legacy_proto_oper() 367 *active_width = IB_WIDTH_4X; in translate_eth_legacy_proto_oper() 373 *active_width = IB_WIDTH_1X; in translate_eth_legacy_proto_oper() 377 *active_width = IB_WIDTH_4X; in translate_eth_legacy_proto_oper() 384 *active_width = IB_WIDTH_4X; in translate_eth_legacy_proto_oper() 395 u8 *active_width) in translate_eth_ext_proto_oper() 400 *active_width in translate_eth_ext_proto_oper() 336 translate_eth_legacy_proto_oper(u32 eth_proto_oper, u16 *active_speed, u8 *active_width) translate_eth_legacy_proto_oper() argument 394 translate_eth_ext_proto_oper(u32 eth_proto_oper, u16 *active_speed, u8 *active_width) translate_eth_ext_proto_oper() argument 462 translate_eth_proto_oper(u32 eth_proto_oper, u16 *active_speed, u8 *active_width, bool ext) translate_eth_proto_oper() argument 1218 translate_active_width(struct ib_device *ibdev, u16 active_width, u8 *ib_width) translate_active_width() argument [all...] |
H A D | mad.c | 582 props->active_width = out_mad->data[31] & 0xf; in mlx5_query_mad_ifc_port() 595 props->active_width = out_mad->data[31] & 0x1f; in mlx5_query_mad_ifc_port()
|
/kernel/linux/linux-5.10/include/media/ |
H A D | v4l2-dv-timings.h | 143 * @active_width: active width of image (does not include blanking). This 156 unsigned active_width, u32 polarities, bool interlaced,
|
/kernel/linux/linux-6.6/include/media/ |
H A D | v4l2-dv-timings.h | 143 * @active_width: active width of image (does not include blanking). This 156 unsigned active_width, u32 polarities, bool interlaced,
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/ |
H A D | bnxt_re.h | 154 u8 active_width; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | opp.h | 262 uint32_t active_width; member
|
/kernel/linux/linux-5.10/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_ethtool.c | 192 width = ib_width_enum_to_int(attr.active_width); in ipoib_get_link_ksettings()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | opp.h | 262 uint32_t active_width; member
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_ethtool.c | 200 width = ib_width_enum_to_int(attr.active_width); in ipoib_get_link_ksettings()
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | uverbs_std_types_device.c | 169 resp->active_width = attr->active_width; in copy_port_attr_to_resp()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | uverbs_std_types_device.c | 169 resp->active_width = attr->active_width; in copy_port_attr_to_resp()
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-dv-timings.c | 478 * @active_width - active width of image (does not include blanking). This 493 unsigned active_width, in v4l2_detect_cvt() 517 if (rb_v2 && active_width == 0) in v4l2_detect_cvt() 580 image_width = active_width; in v4l2_detect_cvt() 490 v4l2_detect_cvt(unsigned frame_height, unsigned hfreq, unsigned vsync, unsigned active_width, u32 polarities, bool interlaced, struct v4l2_dv_timings *fmt) v4l2_detect_cvt() argument
|
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-dv-timings.c | 478 * @active_width - active width of image (does not include blanking). This 493 unsigned active_width, in v4l2_detect_cvt() 517 if (rb_v2 && active_width == 0) in v4l2_detect_cvt() 580 image_width = active_width; in v4l2_detect_cvt() 490 v4l2_detect_cvt(unsigned frame_height, unsigned hfreq, unsigned vsync, unsigned active_width, u32 polarities, bool interlaced, struct v4l2_dv_timings *fmt) v4l2_detect_cvt() argument
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/vmw_pvrdma/ |
H A D | pvrdma_verbs.c | 170 props->active_width = pvrdma_port_width_to_ib(resp->attrs.active_width); in pvrdma_query_port()
|
H A D | pvrdma_verbs.h | 178 u8 active_width; member
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/vmw_pvrdma/ |
H A D | pvrdma_verbs.c | 170 props->active_width = pvrdma_port_width_to_ib(resp->attrs.active_width); in pvrdma_query_port()
|
H A D | pvrdma_verbs.h | 143 u8 active_width; member
|
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/ |
H A D | rxe.c | 97 port->attr.active_width = RXE_PORT_ACTIVE_WIDTH; in rxe_init_port_param()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/ |
H A D | mthca_mad.c | 68 ib_width_enum_to_int(tprops->active_width); in mthca_update_rate()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/ |
H A D | mthca_mad.c | 68 ib_width_enum_to_int(tprops->active_width); in mthca_update_rate()
|
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/ |
H A D | rxe.c | 97 port->attr.active_width = RXE_PORT_ACTIVE_WIDTH; in rxe_init_port_param()
|