/openbmc/linux/Documentation/translations/zh_CN/dev-tools/ |
H A D | index.rst | 3 :Original: Documentation/dev-tools/index.rst 15 Documentation/translations/zh_CN/dev-tools/testing-overview.rst
|
/openbmc/linux/drivers/irqchip/ |
H A D | irqchip.c | 37 struct device_node *np = pdev->dev.of_node; in platform_irqchip_probe() 39 of_irq_init_cb_t irq_init_cb = of_device_get_match_data(&pdev->dev); in platform_irqchip_probe()
|
/openbmc/linux/sound/soc/codecs/ |
H A D | cs47l92.c | 103 dev_warn(madera->dev, in cs47l92_put_demux() 154 dev_err(madera->dev, in cs47l92_adsp_power_ev() 1856 dev_err(madera->dev, in cs47l92_open() 1983 dev_dbg(&pdev->dev, "irqchip driver not ready\n"); in cs47l92_probe() 1994 cs47l92->core.dev = &pdev->dev; in cs47l92_probe() 2017 cs47l92->core.adsp[0].cs_dsp.dev = madera->dev; in cs47l92_probe() 2047 pm_runtime_enable(&pdev->dev); in cs47l92_probe() 2048 pm_runtime_idle(&pdev->dev); in cs47l92_probe() 2050 ret = devm_snd_soc_register_component(&pdev->dev, in cs47l92_probe() 2062 pm_runtime_disable(&pdev->dev); in cs47l92_probe() [all …]
|
/openbmc/linux/drivers/input/joystick/ |
H A D | walkera0701.c | 178 static int walkera0701_open(struct input_dev *dev) in walkera0701_open() argument 180 struct walkera_dev *w = input_get_drvdata(dev); in walkera0701_open() 189 static void walkera0701_close(struct input_dev *dev) in walkera0701_close() argument 191 struct walkera_dev *w = input_get_drvdata(dev); in walkera0701_close() 253 w->input_dev->dev.parent = w->parport->dev; in walkera0701_attach()
|
/openbmc/linux/drivers/i2c/algos/ |
H A D | i2c-algo-pcf.c | 212 DEB2(dev_dbg(&i2c_adap->dev, "i2c_write: writing %2.2X\n", in pcf_sendbytes() 221 dev_err(&i2c_adap->dev, "i2c_write: error - timeout.\n"); in pcf_sendbytes() 226 dev_err(&i2c_adap->dev, "i2c_write: error - no ack.\n"); in pcf_sendbytes() 253 dev_err(&i2c_adap->dev, "pcf_readbytes timed out.\n"); in pcf_readbytes() 259 dev_err(&i2c_adap->dev, "i2c_read: i2c_inb, No ack.\n"); in pcf_readbytes() 403 DEB2(dev_dbg(&adap->dev, "hw routines registered.\n")); in i2c_pcf_add_bus()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/pm-graph/pm-graph/ |
H A D | 0001-Makefile-fix-multilib-build-failure.patch | 37 - install -m 644 config/freeze-dev.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 40 - install -m 644 config/standby-dev.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 43 - install -m 644 config/suspend-dev.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 52 + install -m 644 config/freeze-dev.cfg $(DESTDIR)$(PREFIX)/$(BASELIB)/pm-graph/config 55 + install -m 644 config/standby-dev.cfg $(DESTDIR)$(PREFIX)/$(BASELIB)/pm-graph/config 58 + install -m 644 config/suspend-dev.cfg $(DESTDIR)$(PREFIX)/$(BASELIB)/pm-graph/config
|
/openbmc/u-boot/lib/ |
H A D | smbios.c | 185 struct udevice *dev = NULL; in smbios_write_type4_dm() local 187 uclass_find_first_device(UCLASS_CPU, &dev); in smbios_write_type4_dm() 188 if (dev) { in smbios_write_type4_dm() 189 struct cpu_platdata *plat = dev_get_parent_platdata(dev); in smbios_write_type4_dm() 196 if (!cpu_get_vendor(dev, vendor_name, sizeof(vendor_name))) in smbios_write_type4_dm() 198 if (!cpu_get_desc(dev, processor_name, sizeof(processor_name))) in smbios_write_type4_dm()
|
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/ |
H A D | pcie.c | 51 static int mpc83xx_pcie_remap_cfg(struct pci_controller *hose, pci_dev_t dev) in mpc83xx_pcie_remap_cfg() argument 53 int bus = PCI_BUS(dev) - hose->first_busno; in mpc83xx_pcie_remap_cfg() 58 u8 devfn = PCI_DEV(dev) << 3 | PCI_FUNC(dev); in mpc83xx_pcie_remap_cfg() 85 pci_dev_t dev, int offset, \ 90 ret = mpc83xx_pcie_remap_cfg(hose, dev); \
|
/openbmc/u-boot/drivers/mtd/ |
H A D | pic32_flash.c | 333 struct udevice *dev; in flash_init() local 337 for (uclass_first_device(UCLASS_MTD, &dev); dev; in flash_init() 338 uclass_next_device(&dev)) { in flash_init() 370 static int pic32_flash_probe(struct udevice *dev) in pic32_flash_probe() argument 373 int node = dev_of_offset(dev); in pic32_flash_probe()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-pci-devices-aer_stats | 12 What: /sys/bus/pci/devices/<dev>/aer_dev_correctable 33 What: /sys/bus/pci/devices/<dev>/aer_dev_fatal 63 What: /sys/bus/pci/devices/<dev>/aer_dev_nonfatal 103 What: /sys/bus/pci/devices/<dev>/aer_stats/aer_rootport_total_err_cor 109 What: /sys/bus/pci/devices/<dev>/aer_stats/aer_rootport_total_err_fatal 115 What: /sys/bus/pci/devices/<dev>/aer_stats/aer_rootport_total_err_nonfatal
|
/openbmc/linux/sound/soc/mediatek/mt8183/ |
H A D | mt8183-dai-adda.c | 77 dev_warn(afe->dev, "%s(), rate %d invalid, use 48kHz!!!\n", in adda_dl_rate_transform() 100 dev_warn(afe->dev, "%s(), rate %d invalid, use 48kHz!!!\n", in adda_ul_rate_transform() 150 dev_dbg(afe->dev, "%s(), name %s, event 0x%x\n", in mtk_adda_ul_event() 222 dev_info(afe->dev, "%s(), kcontrol name %s, mtkaif_dmic %d\n", in mt8183_adda_dmic_set() 360 dev_dbg(afe->dev, "%s(), id %d, stream %d, rate %d\n", in mtk_dai_adda_hw_params() 494 dai = devm_kzalloc(afe->dev, sizeof(*dai), GFP_KERNEL); in mt8183_dai_adda_register()
|
/openbmc/linux/sound/soc/sof/intel/ |
H A D | hda-ipc.c | 134 dev_warn(sdev->dev, "unexpected ipc interrupt raised!\n"); in hda_dsp_ipc_get_reply() 205 dev_dbg_ratelimited(sdev->dev, in hda_dsp_ipc4_irq_thread() 227 dev_dbg_ratelimited(sdev->dev, "nothing to do in IPC IRQ thread\n"); in hda_dsp_ipc4_irq_thread() 292 dev_dbg_ratelimited(sdev->dev, "IPC reply before FW_READY: %#x\n", in hda_dsp_ipc_irq_thread() 344 dev_dbg_ratelimited(sdev->dev, in hda_dsp_ipc_irq_thread() 437 dev_dbg(sdev->dev, "pcm: stream dir %d, posn mailbox offset is %zu", in hda_set_stream_data_offset()
|
/openbmc/linux/drivers/media/usb/dvb-usb/ |
H A D | dtt200u.c | 42 struct dvb_usb_device *d = adap->dev; in dtt200u_streaming_ctrl() 50 ret = dvb_usb_generic_write(adap->dev, st->data, 2); in dtt200u_streaming_ctrl() 58 ret = dvb_usb_generic_write(adap->dev, st->data, 1); in dtt200u_streaming_ctrl() 68 struct dvb_usb_device *d = adap->dev; in dtt200u_pid_filter() 80 ret = dvb_usb_generic_write(adap->dev, st->data, 4); in dtt200u_pid_filter() 133 adap->fe_adap[0].fe = dtt200u_fe_attach(adap->dev); in dtt200u_frontend_attach()
|
/openbmc/linux/include/linux/usb/ |
H A D | composite.h | 383 const struct usb_device_descriptor *dev; member 620 dev_dbg(&(d)->gadget->dev , fmt , ## args) 622 dev_vdbg(&(d)->gadget->dev , fmt , ## args) 624 dev_err(&(d)->gadget->dev , fmt , ## args) 626 dev_warn(&(d)->gadget->dev , fmt , ## args) 628 dev_info(&(d)->gadget->dev , fmt , ## args)
|
/openbmc/linux/sound/soc/amd/vangogh/ |
H A D | acp5x-i2s.c | 379 adata = devm_kzalloc(&pdev->dev, sizeof(struct i2s_dev_data), in acp5x_dai_probe() 386 dev_err(&pdev->dev, "IORESOURCE_MEM FAILED\n"); in acp5x_dai_probe() 389 adata->acp5x_base = devm_ioremap(&pdev->dev, res->start, in acp5x_dai_probe() 395 dev_set_drvdata(&pdev->dev, adata); in acp5x_dai_probe() 396 ret = devm_snd_soc_register_component(&pdev->dev, in acp5x_dai_probe() 400 dev_err(&pdev->dev, "Fail to register acp i2s dai\n"); in acp5x_dai_probe()
|
/openbmc/linux/drivers/usb/chipidea/ |
H A D | debug.c | 59 pm_runtime_get_sync(ci->dev); in ci_port_test_show() 63 pm_runtime_put_sync(ci->dev); in ci_port_test_show() 96 pm_runtime_get_sync(ci->dev); in ci_port_test_write() 100 pm_runtime_put_sync(ci->dev); in ci_port_test_write() 293 dir = debugfs_create_dir(dev_name(ci->dev), usb_debug_root); in dbg_create_files() 312 debugfs_lookup_and_remove(dev_name(ci->dev), usb_debug_root); in dbg_remove_files()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | vmtest.sh | 83 if ! declare -p URLS &> /dev/null; then 122 if ! which zstd &> /dev/null; then 154 sudo umount "${mount_dir}" &> /dev/null 222 chattr +C "${rootfs_img}" >/dev/null 2>&1 || true 237 if ! which "${QEMU_BINARY}" &> /dev/null; then 282 rm -f "$kconfig_file" 2> /dev/null
|
/openbmc/linux/drivers/net/wireless/ti/wlcore/ |
H A D | testmode.c | 86 ret = pm_runtime_resume_and_get(wl->dev); in wl1271_tm_cmd_test() 130 pm_runtime_mark_last_busy(wl->dev); in wl1271_tm_cmd_test() 131 pm_runtime_put_autosuspend(wl->dev); in wl1271_tm_cmd_test() 159 ret = pm_runtime_resume_and_get(wl->dev); in wl1271_tm_cmd_interrogate() 195 pm_runtime_mark_last_busy(wl->dev); in wl1271_tm_cmd_interrogate() 196 pm_runtime_put_autosuspend(wl->dev); in wl1271_tm_cmd_interrogate()
|
/openbmc/linux/drivers/thermal/qcom/ |
H A D | tsens-v0_1.c | 96 qfprom_cdata = (u32 *)qfprom_read(priv->dev, "calib"); in calibrate_8916() 100 qfprom_csel = (u32 *)qfprom_read(priv->dev, "calib_sel"); in calibrate_8916() 152 ret = nvmem_cell_read_variable_le_u32(priv->dev, "use_backup", &backup); in calibrate_8974_nvmem() 154 dev_warn(priv->dev, "Please migrate to separate nvmem cells for calibration data\n"); in calibrate_8974_nvmem() 180 calib = (u32 *)qfprom_read(priv->dev, "calib"); in calibrate_8974() 184 bkp = (u32 *)qfprom_read(priv->dev, "calib_backup"); in calibrate_8974()
|
/openbmc/linux/drivers/clk/mediatek/ |
H A D | clk-mux.c | 157 static struct clk_hw *mtk_clk_register_mux(struct device *dev, in mtk_clk_register_mux() argument 181 ret = clk_hw_register(dev, &clk_mux->hw); in mtk_clk_register_mux() 202 int mtk_clk_register_muxes(struct device *dev, in mtk_clk_register_muxes() argument 227 hw = mtk_clk_register_mux(dev, mux, regmap, lock); in mtk_clk_register_muxes() 303 int devm_mtk_clk_mux_notifier_register(struct device *dev, struct clk *clk, in devm_mtk_clk_mux_notifier_register() argument 308 return devm_clk_notifier_register(dev, clk, &mux_nb->nb); in devm_mtk_clk_mux_notifier_register()
|
/openbmc/linux/block/ |
H A D | blk-crypto-profile.c | 52 if (profile->dev) in blk_crypto_hw_enter() 53 pm_runtime_get_sync(profile->dev); in blk_crypto_hw_enter() 60 if (profile->dev) in blk_crypto_hw_exit() 61 pm_runtime_put_sync(profile->dev); in blk_crypto_hw_exit() 155 int devm_blk_crypto_profile_init(struct device *dev, in devm_blk_crypto_profile_init() argument 164 return devm_add_action_or_reset(dev, in devm_blk_crypto_profile_init()
|
/openbmc/linux/drivers/staging/nvec/ |
H A D | nvec_power.c | 226 struct nvec_power *power = dev_get_drvdata(psy->dev.parent); in nvec_power_get_property() 242 struct nvec_power *power = dev_get_drvdata(psy->dev.parent); in nvec_battery_get_property() 377 struct nvec_chip *nvec = dev_get_drvdata(pdev->dev.parent); in nvec_power_probe() 380 power = devm_kzalloc(&pdev->dev, sizeof(struct nvec_power), GFP_NOWAIT); in nvec_power_probe() 384 dev_set_drvdata(&pdev->dev, power); in nvec_power_probe() 414 *psy = power_supply_register(&pdev->dev, psy_desc, &psy_cfg); in nvec_power_probe()
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | hw_random.rst | 11 a core providing the /dev/hwrng character device and its 22 Those tools use /dev/hwrng to fill the kernel entropy pool, 23 which is used internally and exported by the /dev/urandom and 24 /dev/random special files. 41 /dev/hwrng is char device major 10, minor 183. 47 connected to /dev/hwrng. If your system has more than one
|
/openbmc/linux/drivers/pcmcia/ |
H A D | electra_cf.c | 177 struct device *device = &ofdev->dev; in electra_cf_probe() 178 struct device_node *np = ofdev->dev.of_node; in electra_cf_probe() 270 cf->socket.dev.parent = &ofdev->dev; in electra_cf_probe() 300 device_init_wakeup(&ofdev->dev, 0); in electra_cf_probe() 312 struct device *device = &ofdev->dev; in electra_cf_remove()
|
/openbmc/linux/drivers/parport/ |
H A D | parport_sunbpp.c | 216 static void parport_sunbpp_init_state(struct pardevice *dev, struct parport_state *s) in parport_sunbpp_init_state() argument 302 p->dev = &op->dev; in bpp_probe() 319 dev_set_drvdata(&op->dev, p); in bpp_probe() 339 struct parport *p = dev_get_drvdata(&op->dev); in bpp_remove() 353 dev_set_drvdata(&op->dev, NULL); in bpp_remove()
|