/openbmc/linux/drivers/media/usb/dvb-usb/ |
H A D | cxusb.c | 1362 const struct dvb_usb_device_description **desc, in bluebird_fx2_identify_state() argument 1372 *desc = NULL; in bluebird_fx2_identify_state() 1556 for (ctr = 0; ctr < as->desc.bNumEndpoints; ctr++) { in cxusb_medion_check_altsetting() 1557 if ((as->endpoint[ctr].desc.bEndpointAddress & in cxusb_medion_check_altsetting() 1561 if (as->endpoint[ctr].desc.bEndpointAddress & USB_DIR_IN && in cxusb_medion_check_altsetting() 1562 ((as->endpoint[ctr].desc.bmAttributes & in cxusb_medion_check_altsetting() 1583 if (intf->altsetting[ctr].desc.bAlternateSetting != 1) in cxusb_medion_check_intf()
|
/openbmc/linux/drivers/clk/bcm/ |
H A D | clk-bcm2835.c | 2267 const struct bcm2835_clk_desc *desc; in bcm2835_clk_probe() local 2311 desc = &clk_desc_array[i]; in bcm2835_clk_probe() 2312 if (desc->clk_register && desc->data && in bcm2835_clk_probe() 2313 (desc->supported & pdata->soc)) { in bcm2835_clk_probe() 2314 hws[i] = desc->clk_register(cprman, desc->data); in bcm2835_clk_probe()
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | buildinfohelper.py | 830 desc = vardump[k]['doc'] 831 if desc is None: 835 desc = vardump[root_var]['doc'] 836 if desc is None: 837 desc = '' 838 if desc: 841 key=k, text=desc) 849 description = desc)
|
/openbmc/qemu/hw/usb/ |
H A D | dev-mtp.c | 188 char *desc; member 363 static const USBDesc desc = { variable 897 usb_mtp_add_str(d, s->desc); in usb_mtp_get_storage_info() 2056 if (s->desc == NULL) { in usb_mtp_realize() 2061 s->desc = g_path_get_basename(s->root); in usb_mtp_realize() 2083 DEFINE_PROP_STRING("desc", MTPState, desc), 2095 uc->usb_desc = &desc; in usb_mtp_class_initfn() 2102 dc->desc = "USB Media Transfer Protocol device"; in usb_mtp_class_initfn()
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/toshiba/ |
H A D | spider_net.rst | 88 net eth1: HW curr desc (GDACTDPA) is at 21 90 net eth1: HW next desc (GDACNEXTDA) is at 22 148 net eth1: HW curr desc (GDACTDPA) is at 0 150 net eth1: HW next desc (GDACNEXTDA) is at 1
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
H A D | trx.c | 571 __le32 *desc = (__le32 *)desc8; in rtl92ee_pre_fill_tx_bd_desc() local 611 clear_pci_tx_desc_content(desc, TX_DESC_SIZE); in rtl92ee_pre_fill_tx_bd_desc() 635 set_tx_desc_pkt_size(desc, (u16)(pkt_len)); in rtl92ee_pre_fill_tx_bd_desc() 636 set_tx_desc_tx_buffer_size(desc, (u16)(pkt_len)); in rtl92ee_pre_fill_tx_bd_desc()
|
/openbmc/u-boot/arch/x86/cpu/broadwell/ |
H A D | pch.c | 38 struct gpio_desc desc; in broadwell_pch_early_init() local 69 ret = gpio_request_by_name(dev, "power-enable-gpio", 0, &desc, in broadwell_pch_early_init()
|
/openbmc/linux/drivers/nfc/nfcmrvl/ |
H A D | usb.c | 305 for (i = 0; i < intf->cur_altsetting->desc.bNumEndpoints; i++) { in nfcmrvl_probe() 308 ep_desc = &intf->cur_altsetting->endpoint[i].desc; in nfcmrvl_probe()
|
/openbmc/linux/drivers/net/wireless/ath/carl9170/ |
H A D | fw.c | 25 carl9170fw_for_each_hdr(iter, ar->fw.desc) { in carl9170_fw_find_desc() 419 ar->fw.desc = fw_desc; in carl9170_parse_firmware()
|
/openbmc/linux/drivers/regulator/ |
H A D | da9211-regulator.c | 276 .desc = &da9211_regulators[DA9211_ID_BUCKA], 280 .desc = &da9211_regulators[DA9211_ID_BUCKB],
|
/openbmc/linux/drivers/soc/fsl/dpio/ |
H A D | qbman-portal.h | 96 struct qbman_eq_desc desc; member 117 const struct qbman_swp_desc *desc; member
|
/openbmc/linux/drivers/hid/ |
H A D | hid-roccat-arvo.c | 296 if (intf->cur_altsetting->desc.bInterfaceProtocol in arvo_init_specials() 335 if (intf->cur_altsetting->desc.bInterfaceProtocol in arvo_remove_specials()
|
/openbmc/linux/include/linux/ |
H A D | moduleparam.h | 33 #define MODULE_PARM_DESC(_parm, desc) \ argument 34 __MODULE_INFO(parm, _parm, #_parm ":" desc)
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-pci.c | 104 VMSTATE_UINT32_ARRAY(desc, VirtIOPCIQueue, 2), 1541 val = proxy->vqs[vdev->queue_sel].desc[0]; in virtio_pci_common_read() 1544 val = proxy->vqs[vdev->queue_sel].desc[1]; in virtio_pci_common_read() 1652 ((uint64_t)proxy->vqs[vdev->queue_sel].desc[1]) << 32 | in virtio_pci_common_write() 1653 proxy->vqs[vdev->queue_sel].desc[0], in virtio_pci_common_write() 1666 proxy->vqs[vdev->queue_sel].desc[0] = val; in virtio_pci_common_write() 1669 proxy->vqs[vdev->queue_sel].desc[1] = val; in virtio_pci_common_write() 2303 proxy->vqs[i].desc[0] = proxy->vqs[i].desc[1] = 0; in virtio_pci_reset()
|
/openbmc/linux/drivers/usb/isp1760/ |
H A D | isp1760-hcd.c | 2139 struct usb_hub_descriptor *desc) in isp1760_hub_descriptor() argument 2146 desc->bDescriptorType = USB_DT_HUB; in isp1760_hub_descriptor() 2148 desc->bPwrOn2PwrGood = 10; in isp1760_hub_descriptor() 2149 desc->bHubContrCurrent = 0; in isp1760_hub_descriptor() 2151 desc->bNbrPorts = ports; in isp1760_hub_descriptor() 2153 desc->bDescLength = 7 + 2 * temp; in isp1760_hub_descriptor() 2156 memset(&desc->u.hs.DeviceRemovable[0], 0, temp); in isp1760_hub_descriptor() 2157 memset(&desc->u.hs.DeviceRemovable[temp], 0xff, temp); in isp1760_hub_descriptor() 2167 desc->wHubCharacteristics = cpu_to_le16(temp); in isp1760_hub_descriptor()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | cxgb4vf_main.c | 351 int namelen = sizeof(adapter->msix_info[0].desc) - 1; in name_msix_vecs() 357 snprintf(adapter->msix_info[MSIX_FW].desc, namelen, in name_msix_vecs() 359 adapter->msix_info[MSIX_FW].desc[namelen] = 0; in name_msix_vecs() 370 snprintf(adapter->msix_info[msi].desc, namelen, in name_msix_vecs() 372 adapter->msix_info[msi].desc[namelen] = 0; in name_msix_vecs() 389 0, adapter->msix_info[MSIX_FW].desc, &s->fw_evtq); in request_msix_queue_irqs() 400 adapter->msix_info[msi].desc, in request_msix_queue_irqs() 1098 if (rspq->desc && rspq->pktcnt_idx != pktcnt_idx) { in set_rxq_intr_params() 2309 #define S(desc, fmt, var) \ in resources_show() argument 2311 desc " (" #var "):", vfres->var) in resources_show()
|
/openbmc/linux/drivers/usb/host/ |
H A D | r8a66597-hcd.c | 1911 init_pipe_info(r8a66597, urb, hep, &hep->desc); in r8a66597_urb_enqueue() 2125 struct usb_hub_descriptor *desc) in r8a66597_hub_descriptor() argument 2127 desc->bDescriptorType = USB_DT_HUB; in r8a66597_hub_descriptor() 2128 desc->bHubContrCurrent = 0; in r8a66597_hub_descriptor() 2129 desc->bNbrPorts = r8a66597->max_root_hub; in r8a66597_hub_descriptor() 2130 desc->bDescLength = 9; in r8a66597_hub_descriptor() 2131 desc->bPwrOn2PwrGood = 0; in r8a66597_hub_descriptor() 2132 desc->wHubCharacteristics = in r8a66597_hub_descriptor() 2134 desc->u.hs.DeviceRemovable[0] = in r8a66597_hub_descriptor() 2136 desc->u.hs.DeviceRemovable[1] = ~0; in r8a66597_hub_descriptor()
|
/openbmc/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_hw_api_cmd.h | 149 u64 desc; member
|
/openbmc/qemu/hw/ppc/ |
H A D | amigaone.c | 169 mc->desc = "Eyetech AmigaOne/Mai Logic Teron"; in amigaone_machine_init()
|
H A D | pnv_nest_pervasive.c | 188 dc->desc = "PowerNV nest pervasive chiplet"; in pnv_nest_pervasive_class_init()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_context_types.h | 142 u64 desc; member
|
/openbmc/qemu/hw/sd/ |
H A D | npcm7xx_sdhci.c | 156 dc->desc = "NPCM7xx SD/eMMC Host Controller"; in npcm7xx_sdhci_class_init()
|
/openbmc/qemu/hw/alpha/ |
H A D | dp264.c | 208 mc->desc = "Alpha DP264/CLIPPER"; in clipper_machine_init()
|
/openbmc/qemu/hw/pci-bridge/ |
H A D | gen_pcie_root_port.c | 159 dc->desc = "PCI Express Root Port"; in gen_rp_dev_class_init()
|
/openbmc/u-boot/arch/arm/mach-uniphier/boot-device/ |
H A D | boot-device.c | 228 info->boot_device_table[i].desc); in do_pinmon()
|