/openbmc/qemu/hw/i2c/ |
H A D | bitbang_i2c.c | 230 dc->desc = "Virtual GPIO to I2C bridge"; in gpio_i2c_class_init()
|
/openbmc/linux/drivers/net/ethernet/cisco/enic/ |
H A D | vnic_rq.c | 34 buf->desc = (u8 *)rq->ring.descs + in vnic_rq_alloc_bufs()
|
H A D | vnic_wq.c | 34 buf->desc = (u8 *)wq->ring.descs + in vnic_wq_alloc_bufs()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | mac-cfg.h | 100 struct ieee80211_p2p_noa_desc desc[IWL_P2P_NOA_DESC_COUNT]; member
|
/openbmc/linux/drivers/power/supply/ |
H A D | wm97xx_battery.c | 110 pr_debug("%s: %i -> %i\n", bat_ps->desc->name, old_status, in wm97xx_bat_update()
|
H A D | ab8500_charger.c | 1830 if (charger->psy->desc->type == POWER_SUPPLY_TYPE_MAINS) in ab8500_charger_watchdog_kick() 1832 else if (charger->psy->desc->type == POWER_SUPPLY_TYPE_USB) in ab8500_charger_watchdog_kick() 1859 if (charger->psy->desc->type == POWER_SUPPLY_TYPE_MAINS) in ab8500_charger_update_charger_current() 1861 else if (charger->psy->desc->type == POWER_SUPPLY_TYPE_USB) in ab8500_charger_update_charger_current() 1905 j = match_string(supplicants, ext->num_supplicants, psy->desc->name); in ab8500_charger_get_ext_psy_data() 1910 for (j = 0; j < ext->desc->num_properties; j++) { in ab8500_charger_get_ext_psy_data() 1912 prop = ext->desc->properties[j]; in ab8500_charger_get_ext_psy_data() 1919 switch (ext->desc->type) { in ab8500_charger_get_ext_psy_data()
|
/openbmc/linux/drivers/gpu/drm/tiny/ |
H A D | ili9486.c | 177 .desc = "Ilitek ILI9486",
|
H A D | mi0283qt.c | 159 .desc = "Multi-Inno MI0283QT",
|
H A D | st7735r.c | 160 .desc = "Sitronix ST7735R",
|
/openbmc/qemu/hw/pci-host/ |
H A D | gpex.c | 222 dc->desc = "QEMU generic PCIe host bridge"; in gpex_root_class_init()
|
/openbmc/qemu/hw/sensor/ |
H A D | adm1266.c | 232 dc->desc = "Analog Devices ADM1266 Hot Swap controller"; in adm1266_class_init()
|
/openbmc/qemu/hw/vfio/ |
H A D | ap.c | 254 dc->desc = "VFIO-based AP device assignment"; in vfio_ap_class_init()
|
/openbmc/qemu/trace/ |
H A D | control.c | 48 .desc = {
|
/openbmc/qemu/hw/ppc/ |
H A D | ppc440_bamboo.c | 265 mc->desc = "bamboo"; in bamboo_machine_init()
|
/openbmc/qemu/hw/net/can/ |
H A D | can_mioe3680_pci.c | 243 dc->desc = "Mioe3680 PCICANx"; in mioe3680_pci_class_init()
|
H A D | can_pcm3680_pci.c | 244 dc->desc = "Pcm3680i PCICANx"; in pcm3680i_pci_class_init()
|
H A D | ctucan_pci.c | 257 dc->desc = "CTU CAN PCI"; in ctucan_pci_class_init()
|
/openbmc/qemu/hw/misc/ |
H A D | imx25_ccm.c | 302 dc->desc = "i.MX25 Clock Control Module"; in imx25_ccm_class_init()
|
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | pci-ioda.c | 203 const char *desc; in pnv_ioda2_init_m64() local 215 desc = "configuring"; in pnv_ioda2_init_m64() 225 desc = "enabling"; in pnv_ioda2_init_m64() 246 rc, desc, phb->ioda.m64_bar_idx); in pnv_ioda2_init_m64() 610 const char *desc = is_add ? "adding" : "removing"; in pnv_ioda_set_one_peltv() local 621 rc, desc); in pnv_ioda_set_one_peltv() 634 rc, desc); in pnv_ioda_set_one_peltv() 1872 struct pci_dev *pdev = msi_desc_to_pci_dev(info->desc); in pnv_irq_domain_alloc()
|
/openbmc/linux/drivers/mmc/host/ |
H A D | atmel-mci.c | 1137 struct dma_async_tx_descriptor *desc; in atmci_prepare_data_dma() local 1193 desc = dmaengine_prep_slave_sg(chan, in atmci_prepare_data_dma() 1196 if (!desc) in atmci_prepare_data_dma() 1199 host->dma.data_desc = desc; in atmci_prepare_data_dma() 1200 desc->callback = atmci_dma_complete; in atmci_prepare_data_dma() 1201 desc->callback_param = host; in atmci_prepare_data_dma() 1232 struct dma_async_tx_descriptor *desc = host->dma.data_desc; in atmci_submit_data_dma() local 1235 dmaengine_submit(desc); in atmci_submit_data_dma()
|
/openbmc/linux/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs-srv.c | 223 plist->length = le32_to_cpu(id->rd_msg->desc[0].len); in rdma_write_sg() 238 wr->remote_addr = le64_to_cpu(id->rd_msg->desc[0].addr); in rdma_write_sg() 239 wr->rkey = le32_to_cpu(id->rd_msg->desc[0].key); in rdma_write_sg() 369 le32_to_cpu(rd_msg->desc[0].key); in send_io_resp_imm() 822 tx_sz += sizeof(rsp->desc[0]) * srv_path->mrs_num; in process_info_req() 837 rsp->desc[mri].addr = cpu_to_le64(mr->iova); in process_info_req() 838 rsp->desc[mri].key = cpu_to_le32(mr->rkey); in process_info_req() 839 rsp->desc[mri].len = cpu_to_le32(mr->length); in process_info_req()
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_pef.c | 91 for (pmap=map->desc_maps; pmap && pmap->desc; pmap++) { in ipmi_pef_bit_desc() 98 sprintf(p, listitem[index], pmap->desc); in ipmi_pef_bit_desc() 121 for (pmap=map->desc_maps; pmap && pmap->desc; pmap++) { in ipmi_pef_print_flags()
|
/openbmc/linux/drivers/usb/host/ |
H A D | fhci-sched.c | 729 ed->max_pkt_size = usb_endpoint_maxp(&urb->ep->desc); in fhci_queue_urb() 769 usb_endpoint_maxp(&urb->ep->desc)) == 0)) in fhci_queue_urb() 807 ed->max_pkt_size = usb_endpoint_maxp(&urb->ep->desc); in fhci_queue_urb()
|
/openbmc/linux/drivers/usb/mtu3/ |
H A D | mtu3_gadget_ep0.c | 245 if (!mep->desc) { in ep0_get_status() 415 if (!mep->desc) in ep0_handle_feature() 782 const struct usb_endpoint_descriptor *desc) in mtu3_ep0_enable() argument
|
/openbmc/linux/drivers/vdpa/vdpa_sim/ |
H A D | vdpa_sim.c | 97 struct vring_desc *desc = (struct vring_desc *) in vdpasim_queue_ready() local 106 true, desc, avail, used); in vdpasim_queue_ready() 109 true, desc, avail, used); in vdpasim_queue_ready()
|