| /drivers/rpmsg/ |
| A D | qcom_glink_smem.c | 51 struct qcom_glink_pipe native; member 82 pipe->native.length = len; in glink_smem_rx_avail() 103 if (tail >= pipe->native.length) in glink_smem_rx_peek() 104 tail -= pipe->native.length; in glink_smem_rx_peek() 123 if (tail >= pipe->native.length) in glink_smem_rx_advance() 124 tail -= pipe->native.length; in glink_smem_rx_advance() 166 if (head >= pipe->native.length) in glink_smem_tx_write_one() 167 head -= pipe->native.length; in glink_smem_tx_write_one() 186 if (head >= pipe->native.length) in glink_smem_tx_write() 187 head -= pipe->native.length; in glink_smem_tx_write() [all …]
|
| A D | qcom_glink_rpm.c | 49 struct qcom_glink_pipe native; member 93 if (tail >= pipe->native.length) in glink_rpm_rx_peek() 94 tail -= pipe->native.length; in glink_rpm_rx_peek() 117 if (tail >= pipe->native.length) in glink_rpm_rx_advance() 118 tail -= pipe->native.length; in glink_rpm_rx_advance() 156 if (head >= pipe->native.length) in glink_rpm_tx_write_one() 157 head -= pipe->native.length; in glink_rpm_tx_write_one() 259 rx->native.length = size; in glink_rpm_parse_toc() 266 tx->native.length = size; in glink_rpm_parse_toc() 347 &rpm->rx_pipe.native, in glink_rpm_probe() [all …]
|
| /drivers/gpu/drm/msm/dp/ |
| A D | dp_aux.c | 36 bool native; member 173 if (!aux->native) { /* i2c */ in msm_dp_aux_write() 252 if (aux->native || i2c_read || ((input_msg->address != edid_address) && in msm_dp_aux_update_offset_and_segment() 355 aux->native = msg->request & (DP_AUX_NATIVE_WRITE & DP_AUX_NATIVE_READ); in msm_dp_aux_transfer() 359 msg->reply = aux->native ? in msm_dp_aux_transfer() 365 if ((aux->native && msg->size > aux_cmd_native_max) || in msm_dp_aux_transfer() 409 if (aux->native) { in msm_dp_aux_transfer() 423 msg->reply = aux->native ? DP_AUX_NATIVE_REPLY_ACK : DP_AUX_I2C_REPLY_ACK; in msm_dp_aux_transfer() 432 msg->reply = aux->native ? DP_AUX_NATIVE_REPLY_NACK : DP_AUX_I2C_REPLY_NACK; in msm_dp_aux_transfer() 483 } else if (!aux->native && (isr & DP_INTR_I2C_NACK)) { in msm_dp_aux_isr() [all …]
|
| /drivers/ps3/ |
| A D | ps3av.c | 634 id = ps3av_resbit2id(info->res_50.native, info->res_60.native, in ps3av_hdmi_get_id() 635 info->res_vesa.native); in ps3av_hdmi_get_id() 677 info->res_60.res_bits, info->res_60.native); in ps3av_monitor_info_dump() 679 info->res_50.res_bits, info->res_50.native); in ps3av_monitor_info_dump() 681 info->res_other.res_bits, info->res_other.native); in ps3av_monitor_info_dump() 683 info->res_vesa.res_bits, info->res_vesa.native); in ps3av_monitor_info_dump() 745 info->res_60.native &= ~quirk->clear_60; in ps3av_fixup_monitor_info()
|
| /drivers/staging/media/atomisp/pci/ |
| A D | atomisp_ioctl.c | 457 const struct v4l2_rect *native, in atomisp_enum_framesizes_crop_inner() argument 480 if ((frame_sizes[i].width + padding_w) > native->width || in atomisp_enum_framesizes_crop_inner() 481 (frame_sizes[i].height + padding_h) > native->height) in atomisp_enum_framesizes_crop_inner() 509 struct v4l2_rect native = input->native_rect; in atomisp_enum_framesizes_crop() local 512 ret = atomisp_enum_framesizes_crop_inner(isp, fsize, &active, &native, &valid_sizes); in atomisp_enum_framesizes_crop() 521 native.width /= 2; in atomisp_enum_framesizes_crop() 522 native.height /= 2; in atomisp_enum_framesizes_crop() 524 return atomisp_enum_framesizes_crop_inner(isp, fsize, &active, &native, &valid_sizes); in atomisp_enum_framesizes_crop()
|
| /drivers/idle/ |
| A D | Kconfig | 9 native Intel hardware idle features. The acpi_idle driver
|
| /drivers/gpu/drm/nouveau/ |
| A D | nouveau_connector.c | 849 struct drm_display_mode *native = nv_connector->native_mode, *m; in nouveau_connector_scaler_modes_add() local 854 if (!native) in nouveau_connector_scaler_modes_add() 858 if (mode->hdisplay <= native->hdisplay && in nouveau_connector_scaler_modes_add() 859 mode->vdisplay <= native->vdisplay && in nouveau_connector_scaler_modes_add() 860 (mode->hdisplay != native->hdisplay || in nouveau_connector_scaler_modes_add() 861 mode->vdisplay != native->vdisplay)) { in nouveau_connector_scaler_modes_add() 863 drm_mode_vrefresh(native), false, in nouveau_connector_scaler_modes_add()
|
| /drivers/i3c/ |
| A D | Kconfig | 10 support for high speed transfers and native interrupt support
|
| /drivers/gpu/drm/i915/display/ |
| A D | intel_dsi_vbt.c | 393 bool native = DISPLAY_VER(display) >= 11; in mipi_exec_gpio() local 403 native = false; in mipi_exec_gpio() 415 gpio_index, gpio_number, gpio_source, str_yes_no(native), str_on_off(value)); in mipi_exec_gpio() 417 if (native) in mipi_exec_gpio()
|
| /drivers/staging/vc04_services/bcm2835-camera/ |
| A D | TODO | 15 hardware can do. If we exposed the native padding requirements
|
| /drivers/pci/pcie/ |
| A D | Kconfig | 21 Say Y here if you have a motherboard that supports PCIe native 24 Thunderbolt/USB4 PCIe tunneling depends on native PCIe hotplug.
|
| /drivers/iommu/iommufd/ |
| A D | Kconfig | 30 of the native VFIO container, such as peer-to-peer
|
| /drivers/md/dm-vdo/ |
| A D | encodings.h | 1159 u64 native = __le64_to_cpu(packed->encoded_point); in vdo_unpack_journal_point() local 1161 unpacked->sequence_number = (native >> 16); in vdo_unpack_journal_point() 1162 unpacked->entry_count = (native & 0xffff); in vdo_unpack_journal_point()
|
| /drivers/acpi/ |
| A D | video_detect.c | 973 enum acpi_backlight_type __acpi_video_get_backlight_type(bool native, bool *auto_detect) in __acpi_video_get_backlight_type() argument 996 if (native) in __acpi_video_get_backlight_type()
|
| /drivers/ufs/core/ |
| A D | Kconfig | 21 but are also used by the UFS native command set.
|
| /drivers/net/ethernet/mellanox/mlx4/ |
| A D | qp.c | 96 int sqd_event, struct mlx4_qp *qp, int native) in __mlx4_qp_modify() argument 151 MLX4_CMD_2RST_QP, MLX4_CMD_TIME_CLASS_A, native); in __mlx4_qp_modify() 190 op[cur_state][new_state], MLX4_CMD_TIME_CLASS_C, native); in __mlx4_qp_modify()
|
| /drivers/input/mouse/ |
| A D | Kconfig | 343 Say Y here if you have an Amiga and want its native mouse 354 Say Y here if you have an Atari and want its native mouse 365 native mouse supported.
|
| /drivers/block/xen-blkback/ |
| A D | common.h | 194 struct blkif_back_ring native; member
|
| A D | blkback.c | 1227 memcpy(&req, RING_GET_REQUEST(&blk_rings->native, rc), sizeof(req)); in __do_block_io_op() 1502 resp = RING_GET_RESPONSE(&blk_rings->native, in make_response() 1503 blk_rings->native.rsp_prod_pvt); in make_response()
|
| /drivers/crypto/caam/ |
| A D | Kconfig | 107 scatterlist crypto API (such as the linux native IPSec
|
| /drivers/video/fbdev/core/ |
| A D | Kconfig | 105 non-native endianness (e.g. Little-Endian framebuffer on a
|
| /drivers/pci/hotplug/ |
| A D | Kconfig | 15 Thunderbolt/USB4 PCIe tunneling depends on native PCIe hotplug.
|
| /drivers/w1/slaves/ |
| A D | Kconfig | 163 kernel and userspace tools as on any other "native" I2C bus.
|
| /drivers/gpu/drm/nouveau/dispnv50/ |
| A D | disp.c | 865 struct drm_display_mode *native; member 977 mstc->native); in nv50_msto_atomic_check() 1187 if (mstc->native) in nv50_mstc_get_modes() 1188 drm_mode_destroy(mstc->connector.dev, mstc->native); in nv50_mstc_get_modes() 1189 mstc->native = nouveau_conn_native_mode(&mstc->connector); in nv50_mstc_get_modes()
|
| /drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | Kconfig | 94 works in both native NIC mode and Switchdev SRIOV mode.
|