/openbmc/linux/drivers/media/i2c/ |
H A D | adv7170.c | 350 encoder = devm_kzalloc(&client->dev, sizeof(*encoder), GFP_KERNEL); in adv7170_probe()
|
/openbmc/u-boot/board/amlogic/q200/ |
H A D | README.q200 | 100 > DEV=/dev/your_sd_device
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mq-nitrogen-som.dtsi | 4 * Copyright 2021 Lucas Stach <dev@lynxeye.de>
|
/openbmc/u-boot/board/amlogic/p212/ |
H A D | README.p212 | 101 > DEV=/dev/your_sd_device
|
/openbmc/u-boot/include/ |
H A D | gdsys_fpga.h | 18 int get_fpga_state(unsigned dev);
|
/openbmc/linux/drivers/acpi/ |
H A D | sbshc.c | 275 dev_info(&device->dev, "SBS HC: offset = 0x%0x, query_bit = 0x%0x\n", in acpi_smbus_hc_add()
|
/openbmc/linux/drivers/pinctrl/mvebu/ |
H A D | pinctrl-armada-370.c | 391 pdev->dev.platform_data = soc; in armada_370_pinctrl_probe()
|
/openbmc/openpower-occ-control/ |
H A D | meson.build | 23 conf_data.set_quoted('OCC_DEV_PATH', '/dev/occ')
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/emlog/files/ |
H A D | Drop-use-of-error-h.patch | 29 #define EMLOG_DEVICE "/dev/emlog"
|
/openbmc/openbmc/poky/meta/recipes-support/gnutls/ |
H A D | gnutls_3.8.8.bb | 79 FILES:${PN}-dev += "${bindir}/gnutls-cli-debug"
|
/openbmc/openbmc/poky/documentation/ |
H A D | poky.yaml.in | 12 DOCCONF_VERSION : "dev"
|
/openbmc/linux/net/mac80211/ |
H A D | mlme.c | 1785 cfg80211_ch_switch_notify(sdata->dev, &link->reserved_chandef, 0, 0); in ieee80211_chswitch_post_beacon() 1984 cfg80211_ch_switch_started_notify(sdata->dev, &csa_ie.chandef, in ieee80211_sta_process_chanswitch() 2416 cfg80211_cac_event(sdata->dev, &chandef, in ieee80211_dfs_cac_timer_work() 2882 netif_carrier_on(sdata->dev); in ieee80211_set_associated() 2912 netif_carrier_off(sdata->dev); in ieee80211_set_disassoc() 3349 cfg80211_tx_mlme_mgmt(sdata->dev, buf, len, reconnect); in ieee80211_report_disconnect() 3351 cfg80211_rx_mlme_mgmt(sdata->dev, buf, len); in ieee80211_report_disconnect() 3577 cfg80211_assoc_failure(sdata->dev, &data); in ieee80211_destroy_assoc_data() 3694 cfg80211_rx_mlme_mgmt(sdata->dev, (u8 *)mgmt, len); in ieee80211_rx_mgmt_auth() 3755 cfg80211_rx_mlme_mgmt(sdata->dev, (u8 *)mgmt, len); in ieee80211_rx_mgmt_auth() [all …]
|
/openbmc/qemu/hw/riscv/ |
H A D | riscv-iommu.c | 2116 static void riscv_iommu_realize(DeviceState *dev, Error **errp) in riscv_iommu_realize() argument 2118 RISCVIOMMUState *s = RISCV_IOMMU(dev); in riscv_iommu_realize() 2163 memory_region_init_io(&s->regs_mr, OBJECT(dev), &riscv_iommu_mmio_ops, s, in riscv_iommu_realize() 2212 memory_region_init_io(&s->trap_mr, OBJECT(dev), &riscv_iommu_trap_ops, s, in riscv_iommu_realize() 2230 static void riscv_iommu_unrealize(DeviceState *dev) in riscv_iommu_unrealize() argument 2232 RISCVIOMMUState *s = RISCV_IOMMU(dev); in riscv_iommu_unrealize()
|
/openbmc/linux/drivers/usb/gadget/ |
H A D | composite.c | 2345 static ssize_t suspended_show(struct device *dev, struct device_attribute *attr, in suspended_show() argument 2348 struct usb_gadget *gadget = dev_to_usb_gadget(dev); in suspended_show() 2445 ret = device_create_file(&gadget->dev, &dev_attr_suspended); in composite_dev_prepare() 2529 device_remove_file(&cdev->gadget->dev, &dev_attr_suspended); in composite_dev_cleanup() 2582 update_unchanged_dev_desc(&cdev->desc, composite->dev); in composite_bind() 2703 if (!driver || !driver->dev || !driver->bind) in usb_composite_probe()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vm.c | 1572 dev_err(adev->dev, "bo %p va 0x%010Lx-0x%010Lx conflict with " in amdgpu_vm_bo_map() 2048 dev_warn(adev->dev, "VM size (%d) too large, max is %u GB\n", in amdgpu_vm_adjust_size() 2096 dev_err(adev->dev, "VMPT only supports 2~4+1 levels\n"); in amdgpu_vm_adjust_size() 2388 dev_err(adev->dev, "still active bo inside vm\n"); in amdgpu_vm_fini() 2485 int amdgpu_vm_ioctl(struct drm_device *dev, void *data, struct drm_file *filp) in amdgpu_vm_ioctl() argument 2488 struct amdgpu_device *adev = drm_to_adev(dev); in amdgpu_vm_ioctl()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_acl.c | 489 dev_err(mlxsw_sp->bus_info->dev, "Unsupported VLAN protocol %#04x\n", in mlxsw_sp_acl_rulei_act_vlan() 499 dev_err(mlxsw_sp->bus_info->dev, "Unsupported VLAN action\n"); in mlxsw_sp_acl_rulei_act_vlan() 1005 dev_err(acl->mlxsw_sp->bus_info->dev, "Could not update acl activity"); in mlxsw_sp_acl_rule_activity_update_work()
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_fru_device.robot | 187 ${dev}= Split String ${devices} \n 188 FOR ${device} IN @{dev} 203 FOR ${entry} IN @{dev}
|
/openbmc/linux/Documentation/dev-tools/kunit/ |
H A D | running_tips.rst | 109 documented in Documentation/dev-tools/gcov.rst. 242 $ modprobe kunit-example-test > /dev/null 254 See Documentation/dev-tools/gcov.rst for details on how to do this.
|
/openbmc/linux/drivers/macintosh/ |
H A D | smu.c | 643 &smu->of_dev->dev); in smu_expose_childs() 648 static int smu_platform_probe(struct platform_device* dev) in smu_platform_probe() argument 652 smu->of_dev = dev; in smu_platform_probe()
|
/openbmc/linux/Documentation/PCI/ |
H A D | msi-howto.rst | 96 int pci_alloc_irq_vectors(struct pci_dev *dev, unsigned int min_vecs, 114 int pci_irq_vector(struct pci_dev *dev, unsigned int nr); 119 void pci_free_irq_vectors(struct pci_dev *dev);
|
/openbmc/linux/kernel/power/ |
H A D | Kconfig | 51 after placing resume=/dev/swappartition on the kernel command line 64 boot, pass the 'resume=/dev/swappartition' argument to the kernel to 109 resume=/dev/<other device>
|
/openbmc/linux/net/smc/ |
H A D | smc_ib.c | 575 if (smcibdev->ibdev->dev.parent) { in smc_nl_handle_smcr_dev() 577 pci_dev = to_pci_dev(smcibdev->ibdev->dev.parent); in smc_nl_handle_smcr_dev() 975 if (smc_pnetid_by_dev_port(ibdev->dev.parent, i, in smc_ib_add_dev()
|
/openbmc/qemu/hw/audio/ |
H A D | sb16.c | 1398 static void sb16_realizefn (DeviceState *dev, Error **errp) in sb16_realizefn() argument 1400 ISADevice *isadev = ISA_DEVICE (dev); in sb16_realizefn() 1402 SB16State *s = SB16 (dev); in sb16_realizefn()
|
/openbmc/linux/net/sctp/ |
H A D | input.c | 100 struct net *net = dev_net(skb->dev); in sctp_rcv() 612 struct net *net = dev_net(skb->dev); in sctp_v4_err() 640 struct net *net = dev_net(skb->dev); in sctp_udp_v4_err()
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-trace.txt | 332 254.198 irq/50-iwlwifi/680 net:net_dev_queue:dev=wlp3s0 skbaddr=0xffff93498051f600 len=66 334 273.977 :0/0 net:net_dev_queue:dev=wlp3s0 skbaddr=0xffff93498051f600 len=78 336 274.007 :0/0 net:net_dev_queue:dev=wlp3s0 skbaddr=0xffff93498051ff00 len=78
|