/openbmc/linux/tools/perf/tests/ |
H A D | openat-syscall-all-cpus.c | 136 .desc = "Detect openat syscall event on all cpus",
|
/openbmc/linux/include/linux/usb/ |
H A D | typec_altmode.h | 31 char *desc; member
|
/openbmc/linux/tools/power/cpupower/utils/idle_monitor/ |
H A D | rapl_monitor.c | 59 strcpy(rapl_zones[rapl_zone_count].desc, ""); in powercap_count_zones()
|
/openbmc/qemu/hw/i2c/ |
H A D | microbit_i2c.c | 115 dc->desc = "Microbit I2C controller"; in microbit_i2c_class_init()
|
/openbmc/qemu/hw/i386/xen/ |
H A D | xen_pvdevice.c | 133 dc->desc = "Xen PV Device"; in xen_pv_class_init()
|
/openbmc/ipmitool/src/plugins/lipmi/ |
H A D | lipmi.c | 123 desc: "Solaris x86 LIPMI Interface",
|
/openbmc/qemu/hw/arm/ |
H A D | b-l475e-iot01a.c | 120 mc->desc = "B-L475E-IOT01A Discovery Kit (Cortex-M4)"; in bl475e_machine_init()
|
H A D | orangepi.c | 113 mc->desc = "Orange Pi PC (Cortex-A7)"; in orangepi_machine_init()
|
/openbmc/qemu/hw/s390x/ |
H A D | tod.c | 118 dc->desc = "TOD (Time Of Day) Clock"; in s390_tod_class_init()
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-lantiq.h | 71 struct pinctrl_desc *desc; member
|
/openbmc/linux/arch/x86/platform/geode/ |
H A D | alix.c | 49 .desc = "Reset button",
|
/openbmc/linux/drivers/media/usb/dvb-usb/ |
H A D | a800.c | 32 const struct dvb_usb_device_description **desc, in a800_identify_state() argument
|
/openbmc/linux/drivers/infiniband/hw/irdma/ |
H A D | osdep.h | 46 int irdma_ieq_check_mpacrc(struct shash_desc *desc, void *addr, u32 len,
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ebtables/ebtables-2.0.11/ |
H A D | ebtables.common | 9 desc="Ethernet bridge filtering"
|
/openbmc/linux/fs/nfs/ |
H A D | inode.c | 320 struct nfs_find_desc *desc = opaque; in nfs_find_actor() local 321 struct nfs_fh *fh = desc->fh; in nfs_find_actor() 322 struct nfs_fattr *fattr = desc->fattr; in nfs_find_actor() 338 struct nfs_find_desc *desc = opaque; in nfs_init_locked() local 339 struct nfs_fattr *fattr = desc->fattr; in nfs_init_locked() 343 nfs_copy_fh(NFS_FH(inode), desc->fh); in nfs_init_locked() 407 struct nfs_find_desc desc = { in nfs_ilookup() local 419 inode = ilookup5(sb, hash, nfs_find_actor, &desc); in nfs_ilookup() 449 struct nfs_find_desc desc = { in nfs_fhget() local 468 inode = iget5_locked(sb, hash, nfs_find_actor, nfs_init_locked, &desc); in nfs_fhget()
|
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/ |
H A D | processor.h | 392 static inline uint64_t get_desc64_base(const struct desc64 *desc) in get_desc64_base() argument 394 return ((uint64_t)desc->base3 << 32) | in get_desc64_base() 395 (desc->base0 | ((desc->base1) << 16) | ((desc->base2) << 24)); in get_desc64_base()
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | xhci.c | 246 static unsigned int xhci_get_ep_index(struct usb_endpoint_descriptor *desc) in xhci_get_ep_index() argument 250 if (usb_endpoint_xfer_control(desc)) in xhci_get_ep_index() 251 index = (unsigned int)(usb_endpoint_num(desc) * 2); in xhci_get_ep_index() 253 index = (unsigned int)((usb_endpoint_num(desc) * 2) - in xhci_get_ep_index() 254 (usb_endpoint_dir_in(desc) ? 0 : 1)); in xhci_get_ep_index()
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-list.txt | 11 'perf list' [--no-desc] [--long-desc] 22 --desc:: 25 --no-desc:: 29 --long-desc::
|
/openbmc/linux/tools/perf/ |
H A D | builtin-script.c | 3257 static int read_script_info(struct script_desc *desc, const char *filename) in read_script_info() argument 3282 desc->half_liner = strdup(skip_spaces(p)); in read_script_info() 3288 desc->args = strdup(skip_spaces(p)); in read_script_info() 3323 struct script_desc *desc; in list_available_scripts() local 3358 desc = script_desc__findnew(script_root); in list_available_scripts() 3361 read_script_info(desc, script_path); in list_available_scripts() 3368 list_for_each_entry(desc, &script_descs, node) { in list_available_scripts() 3369 sprintf(first_half, "%s %s", desc->name, in list_available_scripts() 3370 desc->args ? desc->args : ""); in list_available_scripts() 3372 desc->half_liner ? desc->half_liner : ""); in list_available_scripts() [all …]
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_txrx.c | 809 memset(tx_ring->desc, 0, tx_ring->size); in i40e_clean_tx_ring() 833 if (tx_ring->desc) { in i40e_free_tx_resources() 835 tx_ring->desc, tx_ring->dma); in i40e_free_tx_resources() 836 tx_ring->desc = NULL; in i40e_free_tx_resources() 896 if (tx_ring && tx_ring->desc) { in i40e_detect_recover_hung() 1443 tx_ring->desc = dma_alloc_coherent(dev, tx_ring->size, in i40e_setup_tx_descriptors() 1445 if (!tx_ring->desc) { in i40e_setup_tx_descriptors() 1519 memset(rx_ring->desc, 0, rx_ring->size); in i40e_clean_rx_ring() 1542 if (rx_ring->desc) { in i40e_free_rx_resources() 1544 rx_ring->desc, rx_ring->dma); in i40e_free_rx_resources() [all …]
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | bcm63xx_udc.c | 963 bep->ep.desc = NULL; in bcm63xx_init_udc_hw() 1031 const struct usb_endpoint_descriptor *desc) in bcm63xx_ep_enable() argument 1038 if (!ep || !desc || ep->name == bcm63xx_ep0name) in bcm63xx_ep_enable() 1059 ep->desc = desc; in bcm63xx_ep_enable() 1060 ep->maxpacket = usb_endpoint_maxp(desc); in bcm63xx_ep_enable() 1078 if (!ep || !ep->desc) in bcm63xx_ep_disable() 1102 ep->desc = NULL; in bcm63xx_ep_disable()
|
H A D | pxa27x_udc.c | 244 if (usb_endpoint_num(&udc_usb_ep->desc) != ep->addr) in is_match_usb_pxa() 246 if (usb_endpoint_dir_in(&udc_usb_ep->desc) != ep->dir_in) in is_match_usb_pxa() 248 if (usb_endpoint_type(&udc_usb_ep->desc) != ep->type) in is_match_usb_pxa() 1316 const struct usb_endpoint_descriptor *desc) in pxa_ep_enable() argument 1322 if (!_ep || !desc) in pxa_ep_enable() 1341 if ((desc->bDescriptorType != USB_DT_ENDPOINT) in pxa_ep_enable() 1342 || (ep->type != usb_endpoint_type(desc))) { in pxa_ep_enable() 1347 if (ep->fifo_size < usb_endpoint_maxp(desc)) { in pxa_ep_enable()
|
/openbmc/linux/drivers/misc/ |
H A D | hpilo.c | 149 char *fifobar, *desc; in ilo_pkt_dequeue() local 155 desc = ccb->ccb_u2.send_desc; in ilo_pkt_dequeue() 158 desc = ccb->ccb_u4.recv_desc; in ilo_pkt_dequeue() 169 *pkt = (void *)(desc + desc_mem_sz(pkt_id)); in ilo_pkt_dequeue()
|
/openbmc/qemu/hw/ppc/ |
H A D | pnv_psi.c | 567 dc->desc = "PowerNV PSI Controller POWER8"; in pnv_psi_power8_class_init() 898 dc->desc = "PowerNV PSI Controller POWER9"; in pnv_psi_power9_class_init() 929 dc->desc = "PowerNV PSI Controller POWER10"; in pnv_psi_power10_class_init() 950 dc->desc = "PowerNV PSI Controller"; in pnv_psi_class_init()
|
/openbmc/linux/drivers/regulator/ |
H A D | lp872x.c | 764 const struct regulator_desc *desc; in lp872x_regulator_register() local 770 desc = (lp->chipid == LP8720) ? &lp8720_regulator_desc[i] : in lp872x_regulator_register() 774 cfg.init_data = lp872x_find_regulator_init_data(desc->id, lp); in lp872x_regulator_register() 778 rdev = devm_regulator_register(lp->dev, desc, &cfg); in lp872x_regulator_register()
|