/openbmc/linux/drivers/usb/gadget/function/ |
H A D | f_eem.c | 201 if (!eem->port.in_ep->desc || !eem->port.out_ep->desc) { in eem_set_alt() 207 eem->port.in_ep->desc = NULL; in eem_set_alt() 208 eem->port.out_ep->desc = NULL; in eem_set_alt()
|
/openbmc/linux/drivers/virtio/ |
H A D | virtio_vdpa.c | 361 struct irq_affinity *desc) in virtio_vdpa_find_vqs() argument 369 bool has_affinity = desc && ops->set_vq_affinity; in virtio_vdpa_find_vqs() 373 masks = create_affinity_masks(nvqs, desc ? desc : &default_affd); in virtio_vdpa_find_vqs()
|
/openbmc/linux/drivers/mfd/ |
H A D | ezx-pcap.c | 205 static void pcap_irq_handler(struct irq_desc *desc) in pcap_irq_handler() argument 207 struct pcap_chip *pcap = irq_desc_get_handler_data(desc); in pcap_irq_handler() 209 desc->irq_data.chip->irq_ack(&desc->irq_data); in pcap_irq_handler()
|
/openbmc/linux/drivers/power/supply/ |
H A D | ab8500_btemp.c | 559 j = match_string(supplicants, ext->num_supplicants, psy->desc->name); in ab8500_btemp_get_ext_psy_data() 564 for (j = 0; j < ext->desc->num_properties; j++) { in ab8500_btemp_get_ext_psy_data() 566 prop = ext->desc->properties[j]; in ab8500_btemp_get_ext_psy_data() 573 switch (ext->desc->type) { in ab8500_btemp_get_ext_psy_data()
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | msi.c | 558 struct msi_desc *desc = info->desc; in pseries_irq_domain_alloc() local 559 struct pci_dev *pdev = msi_desc_to_pci_dev(desc); in pseries_irq_domain_alloc() 563 hwirq = rtas_query_irq_number(pci_get_pdn(pdev), desc->msi_index); in pseries_irq_domain_alloc()
|
/openbmc/qemu/hw/arm/ |
H A D | mps2.c | 486 mc->desc = "ARM MPS2 with AN385 FPGA image for Cortex-M3"; in mps2_an385_class_init() 505 mc->desc = "ARM MPS2 with AN386 FPGA image for Cortex-M4"; in mps2_an386_class_init() 524 mc->desc = "ARM MPS2 with AN500 FPGA image for Cortex-M7"; in mps2_an500_class_init() 543 mc->desc = "ARM MPS2 with AN511 DesignStart FPGA image for Cortex-M3"; in mps2_an511_class_init()
|
/openbmc/u-boot/drivers/firmware/ |
H A D | ti_sci.c | 61 const struct ti_sci_desc *desc; member 100 if (rx_message_size > info->desc->max_msg_size || in ti_sci_setup_one_xfer() 101 tx_message_size > info->desc->max_msg_size || in ti_sci_setup_one_xfer() 139 ret = mbox_recv(chan, msg, info->desc->max_rx_timeout_us); in ti_sci_get_response() 162 if (msg->len > info->desc->max_msg_size) { in ti_sci_get_response() 164 __func__, msg->len, info->desc->max_msg_size); in ti_sci_get_response() 187 u8 secure_buf[info->desc->max_msg_size]; in ti_sci_do_xfer() 1972 info->desc->host_id); in ti_sci_of_to_info() 1993 info->desc = (void *)dev_get_driver_data(dev); in ti_sci_probe()
|
/openbmc/linux/drivers/usb/fotg210/ |
H A D | fotg210-udc.c | 155 const struct usb_endpoint_descriptor *desc) in fotg210_config_ep() argument 170 const struct usb_endpoint_descriptor *desc) in fotg210_ep_enable() argument 176 ep->desc = desc; in fotg210_ep_enable() 177 ep->epnum = usb_endpoint_num(desc); in fotg210_ep_enable() 178 ep->type = usb_endpoint_type(desc); in fotg210_ep_enable() 179 ep->dir_in = usb_endpoint_dir_in(desc); in fotg210_ep_enable() 180 ep->ep.maxpacket = usb_endpoint_maxp(desc); in fotg210_ep_enable() 182 return fotg210_config_ep(ep, desc); in fotg210_ep_enable()
|
/openbmc/linux/drivers/usb/host/ |
H A D | xen-hcd.c | 358 struct usb_hub_descriptor *desc) in xenhcd_hub_descriptor() argument 363 desc->bDescriptorType = 0x29; in xenhcd_hub_descriptor() 364 desc->bPwrOn2PwrGood = 10; /* EHCI says 20ms max */ in xenhcd_hub_descriptor() 365 desc->bHubContrCurrent = 0; in xenhcd_hub_descriptor() 366 desc->bNbrPorts = ports; in xenhcd_hub_descriptor() 370 desc->bDescLength = 7 + 2 * temp; in xenhcd_hub_descriptor() 373 memset(&desc->u.hs.DeviceRemovable[0], 0, temp); in xenhcd_hub_descriptor() 374 memset(&desc->u.hs.DeviceRemovable[temp], 0xff, temp); in xenhcd_hub_descriptor() 378 desc->wHubCharacteristics = cpu_to_le16(temp); in xenhcd_hub_descriptor()
|
/openbmc/linux/drivers/block/ |
H A D | ataflop.c | 429 static int do_format(int drive, int type, struct atari_format_descr *desc); 743 static int do_format(int drive, int type, struct atari_format_descr *desc) in do_format() argument 774 if (!UDT || desc->track >= UDT->blocks/UDT->spt/2 || desc->head >= 2) { in do_format() 793 *p++ = desc->track; in do_format() 794 *p++ = desc->head; in do_format() 795 *p++ = (nsect + sect - desc->sect_offset) % nsect + 1; in do_format() 810 ReqTrack = desc->track; in do_format() 811 ReqSide = desc->head; in do_format()
|
/openbmc/linux/drivers/regulator/ |
H A D | axp20x-regulator.c | 1516 const struct regulator_desc *desc = ®ulators[i]; in axp20x_regulator_probe() local 1545 new_desc = devm_kzalloc(&pdev->dev, sizeof(*desc), in axp20x_regulator_probe() 1552 desc = new_desc; in axp20x_regulator_probe() 1558 new_desc = devm_kzalloc(&pdev->dev, sizeof(*desc), in axp20x_regulator_probe() 1565 desc = new_desc; in axp20x_regulator_probe() 1570 new_desc = devm_kzalloc(&pdev->dev, sizeof(*desc), in axp20x_regulator_probe() 1577 desc = new_desc; in axp20x_regulator_probe() 1580 rdev = devm_regulator_register(&pdev->dev, desc, &config); in axp20x_regulator_probe() 1594 rdev->desc->name); in axp20x_regulator_probe()
|
/openbmc/qemu/hw/sparc/ |
H A D | sun4m.c | 1153 mc->desc = "Sun4m platform, SPARCstation 5"; in ss5_class_init() 1188 mc->desc = "Sun4m platform, SPARCstation 10"; in ss10_class_init() 1221 mc->desc = "Sun4m platform, SPARCserver 600MP"; in ss600mp_class_init() 1272 mc->desc = "Sun4m platform, SPARCstation 20"; in ss20_class_init() 1305 mc->desc = "Sun4m platform, SPARCstation Voyager"; in voyager_class_init() 1338 mc->desc = "Sun4m platform, SPARCstation LX"; in ss_lx_class_init() 1371 mc->desc = "Sun4m platform, SPARCstation 4"; in ss4_class_init() 1403 mc->desc = "Sun4m platform, SPARCClassic"; in scls_class_init() 1435 mc->desc = "Sun4m platform, SPARCbook"; in sbook_class_init()
|
/openbmc/linux/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_main.c | 1516 if (!txdr->desc) { in e1000_setup_tx_resources() 1524 void *olddesc = txdr->desc; in e1000_setup_tx_resources() 1527 txdr->size, txdr->desc); in e1000_setup_tx_resources() 1532 if (!txdr->desc) { in e1000_setup_tx_resources() 1554 memset(txdr->desc, 0, txdr->size); in e1000_setup_tx_resources() 1708 if (!rxdr->desc) { in e1000_setup_rx_resources() 1716 void *olddesc = rxdr->desc; in e1000_setup_rx_resources() 1719 rxdr->size, rxdr->desc); in e1000_setup_rx_resources() 1724 if (!rxdr->desc) { in e1000_setup_rx_resources() 1937 tx_ring->desc = NULL; in e1000_free_tx_resources() [all …]
|
/openbmc/linux/drivers/scsi/cxlflash/ |
H A D | main.h | 121 char *desc; member
|
/openbmc/linux/include/linux/ceph/ |
H A D | cls_lock_client.h | 31 char *tag, char *desc, u8 flags);
|
/openbmc/linux/drivers/pinctrl/pxa/ |
H A D | pinctrl-pxa2xx.h | 72 struct pinctrl_desc desc; member
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | dwc2_udc_otg_priv.h | 56 const struct usb_endpoint_descriptor *desc; member
|
/openbmc/u-boot/include/ |
H A D | fpga.h | 62 int fpga_add(fpga_type devtype, void *desc);
|
/openbmc/linux/Documentation/userspace-api/media/dvb/ |
H A D | ca-set-descr.rst | 20 ``int ioctl(fd, CA_SET_DESCR, struct ca_descr *desc)``
|
/openbmc/linux/drivers/cpuidle/ |
H A D | cpuidle-ux500.c | 102 .desc = "ARM Retention",
|
/openbmc/qemu/hw/ppc/ |
H A D | mpc8544ds.c | 59 mc->desc = "mpc8544ds"; in mpc8544ds_machine_class_init()
|
/openbmc/linux/include/linux/ |
H A D | trace.h | 61 void osnoise_trace_irq_exit(int id, const char *desc);
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | if_xdp.h | 52 __u64 desc; member
|
/openbmc/linux/include/uapi/linux/ |
H A D | if_xdp.h | 52 __u64 desc; member
|
/openbmc/linux/arch/arm/mach-davinci/ |
H A D | cpuidle.c | 66 .desc = "WFI and DDR Self Refresh",
|