Home
last modified time | relevance | path

Searched refs:dev (Results 18701 – 18725 of 26793) sorted by relevance

1...<<741742743744745746747748749750>>...1072

/openbmc/openbmc/meta-security/recipes-scanners/clamav/
H A Dclamav_0.104.4.bb38 MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/clamav-config"
81 if command -v systemd-tmpfiles >/dev/null; then
123 FILES:${PN}-dev = " ${bindir}/clamav-config ${libdir}/*.la \
152 INSANE_SKIP:${PN}-libclamav += "dev-so"
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_8723a.c134 struct device *dev = &priv->udev->dev; in rtl8723au_identify_chip() local
141 dev_info(dev, "Unsupported test chip\n"); in rtl8723au_identify_chip()
418 dev_dbg(&priv->udev->dev, in rtl8723a_set_crystal_cap()
/openbmc/linux/drivers/media/i2c/adv748x/
H A Dadv748x.h186 struct device *dev; member
204 #define adv_err(a, fmt, arg...) dev_err(a->dev, fmt, ##arg)
205 #define adv_info(a, fmt, arg...) dev_info(a->dev, fmt, ##arg)
206 #define adv_dbg(a, fmt, arg...) dev_dbg(a->dev, fmt, ##arg)
/openbmc/linux/drivers/clocksource/
H A Dingenic-timer.c372 static int ingenic_tcu_suspend(struct device *dev) in ingenic_tcu_suspend() argument
374 struct ingenic_tcu *tcu = dev_get_drvdata(dev); in ingenic_tcu_suspend()
385 static int ingenic_tcu_resume(struct device *dev) in ingenic_tcu_resume() argument
387 struct ingenic_tcu *tcu = dev_get_drvdata(dev); in ingenic_tcu_resume()
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Ddibusb-mb.c32 &adap->dev->i2c_adap, &st->ops); in dibusb_dib3000mb_frontend_attach()
47 dvb_attach(dvb_pll_attach, adap->fe_adap[0].fe, 0x61, &adap->dev->i2c_adap, in dibusb_thomson_tuner_attach()
58 dvb_attach(dvb_pll_attach, adap->fe_adap[0].fe, 0x60, &adap->dev->i2c_adap, in dibusb_panasonic_tuner_attach()
82 if (i2c_transfer(&adap->dev->i2c_adap, msg, 2) != 2) { in dibusb_tuner_probe_and_attach()
/openbmc/linux/drivers/char/ipmi/
H A Dipmi_kcs_sm.c198 dev_dbg(kcs->io->dev, "ipmi_kcs_sm: kcs hosed: %s\n", in start_error_recovery()
280 dev_warn(kcs->io->dev, "KCS in invalid state %d\n", kcs->state); in start_kcs_transaction()
285 dev_dbg(kcs->io->dev, "%s -", __func__); in start_kcs_transaction()
344 dev_dbg(kcs->io->dev, in kcs_event()
/openbmc/linux/drivers/media/pci/ivtv/
H A Divtv-queue.c221 s->sg_handle = dma_map_single(&itv->pdev->dev, s->sg_dma, in ivtv_stream_alloc()
241 buf->dma_handle = dma_map_single(&s->itv->pdev->dev, in ivtv_stream_alloc()
264 dma_unmap_single(&s->itv->pdev->dev, buf->dma_handle, in ivtv_stream_free()
273 dma_unmap_single(&s->itv->pdev->dev, s->sg_handle, in ivtv_stream_free()
/openbmc/linux/sound/firewire/dice/
H A Ddice.c100 struct fw_device *dev = fw_parent_device(dice->unit); in dice_card_strings() local
121 fw_csr_string(dev->config_rom + 5, CSR_VENDOR, vendor, sizeof(vendor)); in dice_card_strings()
126 vendor, model, dev->config_rom[4] & 0x3fffff, in dice_card_strings()
127 dev_name(&dice->unit->device), 100 << dev->max_speed); in dice_card_strings()
/openbmc/linux/drivers/media/platform/sunxi/sun4i-csi/
H A Dsun4i_v4l2.c205 ret = pm_runtime_resume_and_get(csi->dev); in sun4i_csi_open()
225 pm_runtime_put(csi->dev); in sun4i_csi_open()
242 pm_runtime_put(csi->dev); in sun4i_csi_release()
376 dev_info(csi->dev, "Device registered as %s\n", in sun4i_csi_v4l2_register()
/openbmc/linux/tools/lib/bpf/
H A DMakefile125 TAGS_PROG := $(if $(shell which etags 2>/dev/null),etags,ctags)
146 (diff -B ../../include/uapi/linux/bpf.h ../../../include/uapi/linux/bpf.h >/dev/null) || \
149 …(diff -B ../../include/uapi/linux/bpf_common.h ../../../include/uapi/linux/bpf_common.h >/dev/null…
152 (diff -B ../../include/uapi/linux/if_xdp.h ../../../include/uapi/linux/if_xdp.h >/dev/null) || \
/openbmc/linux/net/ipv4/
H A Dfib_rules.c149 struct net_device *dev = NULL; in fib4_rule_suppress() local
154 dev = nhc->nhc_dev; in fib4_rule_suppress()
166 if (rule->suppress_ifgroup != -1 && dev && dev->group == rule->suppress_ifgroup) in fib4_rule_suppress()
/openbmc/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_pipeline.c32 pipe = devm_kzalloc(mdev->dev, size, GFP_KERNEL); in komeda_pipeline_add()
65 devm_kfree(mdev->dev, pipe); in komeda_pipeline_destroy()
200 c = devm_kzalloc(pipe->mdev->dev, comp_sz, GFP_KERNEL); in komeda_component_add()
233 devm_kfree(mdev->dev, c); in komeda_component_destroy()
/openbmc/linux/drivers/media/platform/verisilicon/
H A Dhantro_h264.c497 struct hantro_dev *vpu = ctx->dev; in hantro_h264_dec_exit()
501 dma_free_coherent(vpu->dev, priv->size, priv->cpu, priv->dma); in hantro_h264_dec_exit()
506 struct hantro_dev *vpu = ctx->dev; in hantro_h264_dec_init()
511 priv->cpu = dma_alloc_coherent(vpu->dev, sizeof(*tbl), &priv->dma, in hantro_h264_dec_init()
/openbmc/linux/sound/soc/codecs/
H A Dml26124.c353 dev_err(component->dev, "Unsupported MCLKI\n"); in ml26124_hw_params()
557 priv = devm_kzalloc(&i2c->dev, sizeof(*priv), GFP_KERNEL); in ml26124_i2c_probe()
566 dev_err(&i2c->dev, "regmap_init_i2c() failed: %d\n", ret); in ml26124_i2c_probe()
570 return devm_snd_soc_register_component(&i2c->dev, in ml26124_i2c_probe()
/openbmc/linux/drivers/clk/socfpga/
H A Dclk-s10.c387 struct device_node *np = pdev->dev.of_node; in s10_clkmgr_init()
388 struct device *dev = &pdev->dev; in s10_clkmgr_init() local
400 clk_data = devm_kzalloc(dev, struct_size(clk_data, clk_data.hws, in s10_clkmgr_init()
/openbmc/linux/include/linux/
H A Dfirewire.h211 #define fw_device(dev) container_of_const(dev, struct fw_device, device) argument
229 #define fw_unit(dev) container_of_const(dev, struct fw_unit, device) argument
/openbmc/linux/drivers/counter/
H A Di8254.c403 int devm_i8254_regmap_register(struct device *const dev, in devm_i8254_regmap_register() argument
416 counter = devm_counter_alloc(dev, sizeof(*priv)); in devm_i8254_regmap_register()
436 err = devm_counter_add(dev, counter); in devm_i8254_regmap_register()
438 return dev_err_probe(dev, err, "Failed to add counter\n"); in devm_i8254_regmap_register()
/openbmc/linux/drivers/platform/x86/x86-android-tablets/
H A Dcore.c158 put_device(&adap->dev); in x86_instantiate_i2c_client()
160 return dev_err_probe(&adap->dev, PTR_ERR(i2c_clients[idx]), in x86_instantiate_i2c_client()
208 ACPI_COMPANION_SET(&serdev->dev, serdev_adev); in x86_instantiate_serdev()
213 dev_err(&serdev->dev, "error %d adding serdev\n", ret); in x86_instantiate_serdev()
/openbmc/linux/drivers/accel/qaic/
H A Dmhi_controller.c489 mhi_cntrl = devm_kzalloc(&pci_dev->dev, sizeof(*mhi_cntrl), GFP_KERNEL); in qaic_mhi_register_controller()
493 mhi_cntrl->cntrl_dev = &pci_dev->dev; in qaic_mhi_register_controller()
510 mhi_cntrl->irq = devm_kmalloc(&pci_dev->dev, sizeof(*mhi_cntrl->irq), GFP_KERNEL); in qaic_mhi_register_controller()
570 struct pci_dev *pci_dev = container_of(mhi_cntrl->cntrl_dev, struct pci_dev, dev); in qaic_mhi_reset_done()
/openbmc/linux/drivers/ata/
H A Dsata_vsc.c259 dev_err(host->dev, in vsc_sata_interrupt()
336 ata_print_version_once(&pdev->dev, DRV_VERSION); in vsc_sata_init_one()
339 host = ata_host_alloc_pinfo(&pdev->dev, ppi, 4); in vsc_sata_init_one()
374 rc = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32)); in vsc_sata_init_one()
/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/
H A Dcmd_v1.c223 struct i3c_dev_desc *dev, in hci_cmd_v1_prep_i3c_xfer() argument
226 struct i3c_hci_dev_data *dev_data = i3c_dev_get_master_data(dev); in hci_cmd_v1_prep_i3c_xfer()
258 struct i2c_dev_desc *dev, in hci_cmd_v1_prep_i2c_xfer() argument
261 struct i3c_hci_dev_data *dev_data = i2c_dev_get_master_data(dev); in hci_cmd_v1_prep_i2c_xfer()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_ring.c266 dev_err(rdev->dev, "ring %d stalled for more than %llumsec\n", in radeon_ring_test_lockup()
396 dev_err(rdev->dev, "(%d) ring create failed\n", r); in radeon_ring_init()
406 dev_err(rdev->dev, "(%d) ring pin failed\n", r); in radeon_ring_init()
413 dev_err(rdev->dev, "(%d) ring map failed\n", r); in radeon_ring_init()
/openbmc/qemu/target/avr/
H A Dcpu.c108 static void avr_cpu_realizefn(DeviceState *dev, Error **errp) in avr_cpu_realizefn() argument
110 CPUState *cs = CPU(dev); in avr_cpu_realizefn()
111 AVRCPUClass *mcc = AVR_CPU_GET_CLASS(dev); in avr_cpu_realizefn()
122 mcc->parent_realize(dev, errp); in avr_cpu_realizefn()
/openbmc/qemu/target/hexagon/
H A Dcpu.c296 static void hexagon_cpu_realize(DeviceState *dev, Error **errp) in hexagon_cpu_realize() argument
298 CPUState *cs = CPU(dev); in hexagon_cpu_realize()
299 HexagonCPUClass *mcc = HEXAGON_CPU_GET_CLASS(dev); in hexagon_cpu_realize()
315 mcc->parent_realize(dev, errp); in hexagon_cpu_realize()
/openbmc/qemu/hw/timer/
H A Dsse-timer.c372 static void sse_timer_reset(DeviceState *dev) in sse_timer_reset() argument
374 SSETimer *s = SSE_TIMER(dev); in sse_timer_reset()
412 static void sse_timer_realize(DeviceState *dev, Error **errp) in sse_timer_realize() argument
414 SSETimer *s = SSE_TIMER(dev); in sse_timer_realize()

1...<<741742743744745746747748749750>>...1072