/openbmc/linux/drivers/net/wireless/atmel/ |
H A D | atmel.c | 625 static inline u16 atmel_rx(struct atmel_private *priv, u16 offset, u16 desc) in atmel_rx() argument 627 return priv->host_info.rx_desc_pos + (sizeof(struct rx_desc) * desc) + offset; in atmel_rx() 630 static inline u16 atmel_tx(struct atmel_private *priv, u16 offset, u16 desc) in atmel_tx() argument 632 return priv->host_info.tx_desc_pos + (sizeof(struct tx_desc) * desc) + offset; in atmel_tx()
|
/openbmc/linux/drivers/net/hyperv/ |
H A D | hyperv_net.h | 1121 const struct vmpacket_descriptor *desc; member
|
/openbmc/linux/drivers/media/usb/go7007/ |
H A D | go7007-usb.c | 1148 if (usb_endpoint_type(&ep->desc) == USB_ENDPOINT_XFER_BULK) in go7007_usb_probe()
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_dsaf_xgmac.c | 755 ethtool_sprintf(&buff, g_xgmac_stats_string[i].desc); in hns_xgmac_get_strings()
|
/openbmc/linux/drivers/gpu/drm/msm/ |
H A D | msm_drv.c | 1098 .desc = "MSM Snapdragon DRM",
|
/openbmc/linux/drivers/usb/host/ |
H A D | ohci-hcd.c | 392 ed, ep->desc.bEndpointAddress, ed->state, in ohci_endpoint_disable()
|
H A D | ehci-dbg.c | 580 ps->ep->desc.bEndpointAddress, in fill_bandwidth_buffer()
|
/openbmc/linux/drivers/gpu/drm/solomon/ |
H A D | ssd130x.c | 909 .desc = DRIVER_DESC,
|
/openbmc/linux/drivers/usb/storage/ |
H A D | alauda.c | 1124 altsetting->endpoint[0].desc.bEndpointAddress in init_alauda()
|
/openbmc/qemu/hw/audio/ |
H A D | sb16.c | 1459 dc->desc = "Creative Sound Blaster 16"; in sb16_class_initfn()
|
/openbmc/qemu/chardev/ |
H A D | char.c | 849 .desc = {
|
/openbmc/u-boot/doc/ |
H A D | README.POST | 176 char *desc; 192 o) desc
|
/openbmc/linux/drivers/usb/musb/ |
H A D | musb_host.c | 2122 struct usb_endpoint_descriptor *epd = &hep->desc; in musb_urb_enqueue() 2423 u8 is_in = hep->desc.bEndpointAddress & USB_DIR_IN; in musb_h_disable()
|
/openbmc/linux/fs/udf/ |
H A D | super.c | 1640 struct partitionDesc *desc = (struct partitionDesc *)bh->b_data; in handle_partition_descriptor() local 1644 partnum = le16_to_cpu(desc->partitionNumber); in handle_partition_descriptor()
|
/openbmc/linux/drivers/net/ethernet/ti/icssg/ |
H A D | icssg_prueth.c | 107 struct cppi5_host_desc_t *desc) in prueth_xmit_free() argument 113 first_desc = desc; in prueth_xmit_free()
|
/openbmc/openbmc/poky/meta/recipes-multimedia/ffmpeg/ffmpeg/ |
H A D | vulkan_av1_stable_API.patch | 778 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); 779 if (!desc)
|
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | 4965-mac.c | 5076 u32 desc, time, count, base, data1; in il4965_dump_nic_error_log() local 5098 desc = il_read_targ_mem(il, base + 1 * sizeof(u32)); in il4965_dump_nic_error_log() 5099 il->isr_stats.err_code = desc; in il4965_dump_nic_error_log() 5114 il4965_desc_lookup(desc), desc, time, data1, data2, line); in il4965_dump_nic_error_log()
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_dp.c | 145 if (drm_dp_has_quirk(&intel_dp->desc, DP_DPCD_QUIRK_CAN_DO_MAX_LINK_RATE_3_24_GBPS)) { in intel_dp_set_dpcd_sink_rates() 3135 drm_dp_read_desc(&intel_dp->aux, &intel_dp->desc, in intel_edp_init_dpcd() 3222 &intel_dp->desc); in intel_dp_has_sink_count() 3238 drm_dp_read_desc(&intel_dp->aux, &intel_dp->desc, in intel_dp_get_dpcd()
|
H A D | intel_display_types.h | 1741 struct drm_dp_desc desc; member
|
/openbmc/qemu/qapi/ |
H A D | migration.json | 225 # @error-desc: the human readable error description string. Clients 271 '*error-desc': 'str', 1848 # @desc: the human readable error description string, when @error is 1854 'data': { 'error': 'bool', '*desc': 'str' },
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_hw4.h | 3618 uint32_t desc[LPFC_RSRC_DESC_WSIZE]; member 3732 struct lpfc_rscr_desc_generic desc[LPFC_RSRC_DESC_MAX_NUM]; member 3746 struct lpfc_rscr_desc_generic desc[LPFC_RSRC_DESC_MAX_NUM]; member
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_ethtool.c | 2790 tx_rings[i].desc = NULL; in ice_set_ringparam() 2819 xdp_rings[i].desc = NULL; in ice_set_ringparam() 2850 rx_rings[i].desc = NULL; in ice_set_ringparam()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-neon.c | 2503 TCGv_i32 desc; in trans_VTBL() local 2527 desc = tcg_constant_i32((a->vn << 2) | a->len); in trans_VTBL() 2537 gen_helper_neon_tbl(val, tcg_env, desc, val, def); in trans_VTBL()
|
/openbmc/linux/drivers/scsi/be2iscsi/ |
H A D | be_iscsi.c | 850 strcpy(stats->custom[0].desc, "eh_abort_cnt"); in beiscsi_conn_get_stats()
|
/openbmc/linux/drivers/net/can/usb/peak_usb/ |
H A D | pcan_usb_fd.c | 911 return iface_desc->desc.bInterfaceNumber; in pcan_usb_fd_probe()
|