/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_controlq.h | 78 struct ice_aq_desc desc; member
|
/openbmc/linux/drivers/dma/sf-pdma/ |
H A D | sf-pdma.h | 96 struct sf_pdma_desc *desc; member
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | lppaca.h | 43 __be32 desc; /* Eye catcher 0xD397D781 */ member
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | armada-370-seagate-personal-cloud-2bay.dts | 16 * Material desc (product spec) : STCSxxxxxxx
|
/openbmc/linux/drivers/cpuidle/ |
H A D | cpuidle-arm.c | 61 .desc = "ARM WFI",
|
/openbmc/qemu/hw/display/ |
H A D | ramfb-standalone.c | 75 dc->desc = "ram framebuffer standalone device"; in ramfb_class_initfn()
|
/openbmc/qemu/hw/arm/ |
H A D | mcimx6ul-evk.c | 73 mc->desc = "Freescale i.MX6UL Evaluation Kit (Cortex-A7)"; in mcimx6ul_evk_machine_init()
|
/openbmc/linux/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k.h | 108 void *desc; /* descriptor ring memory */ member 424 (&(((struct fm10k_tx_desc *)((R)->desc))[i])) 426 (&(((union fm10k_rx_desc *)((R)->desc))[i]))
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 308.out | 31 {"error": {"class": "GenericError", "desc": "Failed to stat 'TEST_DIR/t.IMGFMT.fuse': No such file … 41 {"error": {"class": "GenericError", "desc": "'TEST_DIR/t.IMGFMT.fuse' is not a regular file"}} 77 {"error": {"class": "GenericError", "desc": "There already is a FUSE export on 'TEST_DIR/t.IMGFMT.f…
|
H A D | 237.out | 119 {"error": {"class": "GenericError", "desc": "Parameter 'adapter-type' does not accept value 'foo'"}} 122 {"error": {"class": "GenericError", "desc": "Parameter 'adapter-type' does not accept value 'IDE'"}} 125 {"error": {"class": "GenericError", "desc": "Parameter 'adapter-type' does not accept value 'legacy… 128 {"error": {"class": "GenericError", "desc": "Invalid parameter type for 'options.adapter-type', exp…
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | paravirt_types.h | 77 void (*set_ldt)(const void *desc, unsigned entries); 82 const void *desc); 84 int entrynum, const void *desc, int size);
|
H A D | paravirt.h | 309 const void *desc) in write_ldt_entry() argument 311 PVOP_VCALL3(cpu.write_ldt_entry, dt, entry, desc); in write_ldt_entry() 315 void *desc, int type) in write_gdt_entry() argument 317 PVOP_VCALL4(cpu.write_gdt_entry, dt, entry, desc, type); in write_gdt_entry()
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | ni_usb6501.c | 483 if (iface_desc->desc.bNumEndpoints != 2) { in ni6501_find_endpoints() 488 for (i = 0; i < iface_desc->desc.bNumEndpoints; i++) { in ni6501_find_endpoints() 489 ep_desc = &iface_desc->endpoint[i].desc; in ni6501_find_endpoints()
|
/openbmc/linux/drivers/net/ |
H A D | ifb.c | 64 char desc[ETH_GSTRING_LEN]; member 217 i, ifb_q_stats_desc[j].desc); in ifb_get_strings() 222 i, ifb_q_stats_desc[j].desc); in ifb_get_strings()
|
/openbmc/linux/drivers/hid/ |
H A D | hid-roccat-isku.c | 276 if (intf->cur_altsetting->desc.bInterfaceProtocol in isku_init_specials() 315 if (intf->cur_altsetting->desc.bInterfaceProtocol in isku_remove_specials() 407 if (intf->cur_altsetting->desc.bInterfaceProtocol in isku_raw_event()
|
/openbmc/openbmc-test-automation/redfish/systems/eventlog/ |
H A D | test_esel.robot | 78 ${desc}= Read Attribute ${elog_entry[0]} Description 79 Should Not Be Empty ${desc} msg=${desc} is not populated.
|
/openbmc/linux/drivers/gpu/drm/sti/ |
H A D | sti_cursor.c | 365 struct device *dev, int desc, in sti_cursor_create() argument 391 cursor->plane.desc = desc; in sti_cursor_create()
|
/openbmc/linux/drivers/tty/serial/ |
H A D | atmel_serial.c | 924 struct dma_async_tx_descriptor *desc; in atmel_tx_dma() local 980 desc = dmaengine_prep_slave_sg(chan, in atmel_tx_dma() 986 if (!desc) { in atmel_tx_dma() 993 atmel_port->desc_tx = desc; in atmel_tx_dma() 994 desc->callback = atmel_complete_tx_dma; in atmel_tx_dma() 995 desc->callback_param = atmel_port; in atmel_tx_dma() 1187 struct dma_async_tx_descriptor *desc; in atmel_prepare_rx_dma() local 1250 if (!desc) { in atmel_prepare_rx_dma() 1254 desc->callback = atmel_complete_rx_dma; in atmel_prepare_rx_dma() 1255 desc->callback_param = port; in atmel_prepare_rx_dma() [all …]
|
/openbmc/linux/drivers/usb/host/ |
H A D | isp116x-hcd.c | 943 struct usb_hub_descriptor *desc) in isp116x_hub_descriptor() argument 947 desc->bDescriptorType = USB_DT_HUB; in isp116x_hub_descriptor() 948 desc->bDescLength = 9; in isp116x_hub_descriptor() 949 desc->bHubContrCurrent = 0; in isp116x_hub_descriptor() 950 desc->bNbrPorts = (u8) (reg & 0x3); in isp116x_hub_descriptor() 952 desc->wHubCharacteristics = cpu_to_le16((u16) ((reg >> 8) & in isp116x_hub_descriptor() 956 desc->bPwrOn2PwrGood = (u8) ((reg >> 24) & 0xff); in isp116x_hub_descriptor() 958 desc->u.hs.DeviceRemovable[0] = 0; in isp116x_hub_descriptor() 959 desc->u.hs.DeviceRemovable[1] = ~0; in isp116x_hub_descriptor()
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | chip.c | 835 u8 desc; in brcmf_chip_dmp_get_regaddr() local 842 val = brcmf_chip_dmp_get_desc(ci, eromaddr, &desc); in brcmf_chip_dmp_get_regaddr() 843 if (desc == DMP_DESC_MASTER_PORT) { in brcmf_chip_dmp_get_regaddr() 845 } else if (desc == DMP_DESC_ADDRESS) { in brcmf_chip_dmp_get_regaddr() 857 val = brcmf_chip_dmp_get_desc(ci, eromaddr, &desc); in brcmf_chip_dmp_get_regaddr() 859 if (desc == DMP_DESC_EOT) { in brcmf_chip_dmp_get_regaddr() 863 } while (desc != DMP_DESC_ADDRESS && in brcmf_chip_dmp_get_regaddr() 864 desc != DMP_DESC_COMPONENT); in brcmf_chip_dmp_get_regaddr() 867 if (desc == DMP_DESC_COMPONENT) { in brcmf_chip_dmp_get_regaddr()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | icmp_redirect.sh | 289 local desc="$3" 314 log_test $? 0 "IPv4: ${desc}" 0 317 if [ "$with_redirect" = "yes" ] && [ "$desc" != "redirect exception plus mtu" ]; then 330 log_test $? 0 "IPv6: ${desc}" 1
|
/openbmc/linux/drivers/media/usb/cx231xx/ |
H A D | cx231xx-audio.c | 614 if (uif->altsetting[0].desc.bNumEndpoints < isoc_pipe + 1) { in cx231xx_audio_init() 620 uif->altsetting[0].endpoint[isoc_pipe].desc. in cx231xx_audio_init() 636 if (uif->altsetting[i].desc.bNumEndpoints < isoc_pipe + 1) { in cx231xx_audio_init() 641 tmp = le16_to_cpu(uif->altsetting[i].endpoint[isoc_pipe].desc. in cx231xx_audio_init()
|
/openbmc/linux/drivers/bluetooth/ |
H A D | bfusb.c | 610 if (intf->cur_altsetting->desc.bNumEndpoints < 2) in bfusb_probe() 627 data->bulk_in_ep = bulk_in_ep->desc.bEndpointAddress; in bfusb_probe() 628 data->bulk_out_ep = bulk_out_ep->desc.bEndpointAddress; in bfusb_probe() 629 data->bulk_pkt_size = le16_to_cpu(bulk_out_ep->desc.wMaxPacketSize); in bfusb_probe()
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_hv_rm_xics.c | 838 static void kvmppc_rm_handle_irq_desc(struct irq_desc *desc) in kvmppc_rm_handle_irq_desc() argument 840 this_cpu_inc_rm(desc->kstat_irqs); in kvmppc_rm_handle_irq_desc() 862 kvmppc_rm_handle_irq_desc(irq_map->desc); in kvmppc_deliver_irq_passthru() 881 icp_eoi(irq_desc_get_irq_data(irq_map->desc), irq_map->r_hwirq, xirr, again); in kvmppc_deliver_irq_passthru()
|
/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci-of-dwcmshc.c | 101 static void dwcmshc_adma_write_desc(struct sdhci_host *host, void **desc, in dwcmshc_adma_write_desc() argument 107 sdhci_adma_write_desc(host, desc, addr, len, cmd); in dwcmshc_adma_write_desc() 113 sdhci_adma_write_desc(host, desc, addr, tmplen, cmd); in dwcmshc_adma_write_desc() 117 sdhci_adma_write_desc(host, desc, addr, len, cmd); in dwcmshc_adma_write_desc()
|