/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | phy.c | 2156 struct rtw89_rate_desc desc = { in rtw89_phy_set_txpwr_offset() local 2166 for (desc.idx = 0; desc.idx < RTW89_RATE_OFFSET_NUM; desc.idx++) in rtw89_phy_set_txpwr_offset() 2167 v[desc.idx] = rtw89_phy_read_txpwr_byrate(rtwdev, band, &desc); in rtw89_phy_set_txpwr_offset()
|
/openbmc/u-boot/drivers/net/ |
H A D | mvpp2.c | 159 #define MVPP2_PREF_BUF_PTR(desc) ((desc) & 0xfff) argument 4171 int cpu, desc, desc_per_txq, tx_port_num; in mvpp2_txq_init() local 4206 desc = (port->id * MVPP2_MAX_TXQ * desc_per_txq) + in mvpp2_txq_init() 4210 MVPP2_PREF_BUF_PTR(desc) | MVPP2_PREF_BUF_SIZE_16 | in mvpp2_txq_init()
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_isr.c | 2733 fd = iocb->u.nvme.desc; in qla24xx_nvme_iocb_entry() 4529 struct irq_affinity desc = { in qla24xx_enable_msix() local 4535 desc.pre_vectors++; in qla24xx_enable_msix() 4548 &desc); in qla24xx_enable_msix() 4575 vha->irq_offset = desc.pre_vectors; in qla24xx_enable_msix()
|
/openbmc/qemu/ |
H A D | blockdev.c | 725 .desc = { 3582 .desc = { 3645 .desc = {
|
H A D | qemu-nbd.c | 438 .desc = {
|
/openbmc/u-boot/drivers/usb/eth/ |
H A D | smsc95xx.c | 847 iface_desc = &dev->config.if_desc[ifnum].desc; in smsc95xx_eth_probe()
|
/openbmc/linux/drivers/scsi/ |
H A D | ips.h | 515 uint8_t desc; member
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
H A D | trx.c | 813 u8 *entry = (u8 *)(&ring->desc[ring->idx]); in rtl88ee_is_tx_desc_closed()
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_dcb_lib.c | 987 mib = (struct ice_aqc_lldp_get_mib *)&event->desc.params.raw; in ice_dcb_process_lldp_set_mib_change()
|
/openbmc/linux/tools/testing/selftests/kvm/include/ |
H A D | kvm_util_base.h | 418 struct kvm_stats_desc *desc, uint64_t *data,
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.h | 382 char desc[ETH_GSTRING_LEN]; member
|
/openbmc/qemu/block/ |
H A D | nfs.c | 632 .desc = {
|
/openbmc/qemu/hw/core/ |
H A D | numa.c | 48 .desc = { { 0 } } /* validated with OptsVisitor */
|
/openbmc/qemu/hw/scsi/ |
H A D | scsi-generic.c | 799 dc->desc = "pass through generic scsi device (/dev/sg*)"; in scsi_generic_class_initfn()
|
/openbmc/qemu/hw/mips/ |
H A D | boston.c | 838 mc->desc = "MIPS Boston"; in boston_mach_class_init()
|
/openbmc/qemu/backends/tpm/ |
H A D | tpm_emulator.c | 1065 tbc->desc = "TPM emulator backend driver"; in tpm_emulator_class_init()
|
/openbmc/qemu/hw/acpi/ |
H A D | erst.c | 1038 dc->desc = "ACPI Error Record Serialization Table (ERST) device"; in erst_class_init()
|
/openbmc/linux/include/linux/ |
H A D | hid.h | 739 struct hid_class_descriptor desc[1]; member
|
/openbmc/u-boot/drivers/usb/musb-new/ |
H A D | musb_host.c | 1922 struct usb_endpoint_descriptor *epd = &hep->desc; 2249 u8 is_in = hep->desc.bEndpointAddress & USB_DIR_IN;
|
/openbmc/linux/drivers/net/can/usb/kvaser_usb/ |
H A D | kvaser_usb_hydra.c | 1727 for (i = 0; i < iface_desc->desc.bNumEndpoints; ++i) { in kvaser_usb_hydra_setup_endpoints() 1728 ep = &iface_desc->endpoint[i].desc; in kvaser_usb_hydra_setup_endpoints()
|
/openbmc/linux/drivers/net/ethernet/smsc/ |
H A D | smc91x.c | 2205 struct gpio_desc **desc, in try_toggle_control_gpio() argument 2221 *desc = gpio; in try_toggle_control_gpio()
|
/openbmc/qemu/hw/display/ |
H A D | sm501.c | 2087 dc->desc = "SM501 Multimedia Companion"; in sm501_sysbus_class_init() 2182 dc->desc = "SM501 Display Controller"; in sm501_pci_class_init()
|
/openbmc/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_main.c | 3241 v_op = (enum virtchnl_ops)le32_to_cpu(event.desc.cookie_high); in iavf_adminq_task() 3242 v_ret = (enum iavf_status)le32_to_cpu(event.desc.cookie_low); in iavf_adminq_task() 3358 if (adapter->tx_rings[i].desc) in iavf_free_all_tx_resources() 3429 if (adapter->rx_rings[i].desc) in iavf_free_all_rx_resources()
|
/openbmc/linux/drivers/platform/x86/ |
H A D | asus-wmi.c | 1269 if (strcmp(battery->desc->name, "BAT0") != 0 && in asus_wmi_battery_add() 1270 strcmp(battery->desc->name, "BAT1") != 0 && in asus_wmi_battery_add() 1271 strcmp(battery->desc->name, "BATC") != 0 && in asus_wmi_battery_add() 1272 strcmp(battery->desc->name, "BATT") != 0) in asus_wmi_battery_add()
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/ |
H A D | 0002-Instead-of-doing-preprocessor-magic-just-output-off_.patch | 146 @@ -1188,8 +1188,8 @@ int mtd_write(libmtd_t desc, const struct mtd_dev_info *mtd, int fd, int eb,
|