Home
last modified time | relevance | path

Searched refs:dev (Results 15826 – 15850 of 26799) sorted by relevance

1...<<631632633634635636637638639640>>...1072

/openbmc/linux/drivers/tty/
H A Dsynclink_gt.c1401 netif_stop_queue(dev); in hdlcdev_xmit()
1455 rc = hdlc_open(dev); in hdlcdev_open()
1470 netif_start_queue(dev); in hdlcdev_open()
1498 netif_stop_queue(dev); in hdlcdev_close()
1503 hdlc_close(dev); in hdlcdev_close()
1631 netif_wake_queue(dev); in hdlcdev_tx_timeout()
1702 if (!dev) { in hdlcdev_init()
1726 free_netdev(dev); in hdlcdev_init()
1730 info->netdev = dev; in hdlcdev_init()
3580 &info->pdev->dev); in device_init()
[all …]
/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c369 skb->dev = interface->netdev; in bnx2fc_xmit()
746 rc = scsi_add_host(lport->host, dev); in bnx2fc_shost_config()
769 if ((dev->flags & IFF_UP) && netif_carrier_ok(dev)) in bnx2fc_link_ok()
2040 (dev->max_fcoe_conn == 0)) { in bnx2fc_ulp_init()
2043 dev->netdev->name, dev->flags, dev->max_fcoe_conn); in bnx2fc_ulp_init()
2047 hba = bnx2fc_hba_create(dev); in bnx2fc_ulp_init()
2061 dev->fcoe_cap = &hba->fcoe_cap; in bnx2fc_ulp_init()
2063 rc = dev->register_device(dev, CNIC_ULP_FCOE, in bnx2fc_ulp_init()
2522 dev->netdev->name, dev->flags); in bnx2fc_ulp_exit()
2527 hba = bnx2fc_find_hba_for_cnic(dev); in bnx2fc_ulp_exit()
[all …]
/openbmc/linux/drivers/hid/
H A Dhid-core.c540 if (dev_name(&parser->device->dev)) in hid_parser_local()
2134 struct device *dev = kobj_to_dev(kobj); in read_report_descriptor() local
2706 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in modalias_show()
2815 ret = device_add(&hdev->dev); in hid_add_device()
2843 device_initialize(&hdev->dev); in hid_allocate_device()
2844 hdev->dev.release = hid_device_release; in hid_allocate_device()
2845 hdev->dev.bus = &hid_bus_type; in hid_allocate_device()
2846 device_enable_async_suspend(&hdev->dev); in hid_allocate_device()
2866 device_del(&hdev->dev); in hid_remove_device()
2887 put_device(&hdev->dev); in hid_destroy_device()
[all …]
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Datmel_nand.c513 dev_err(host->dev, "PMECC: Too many errors\n"); in pmecc_correction()
557 dev_err(host->dev, "atmel_nand : Timeout to read PMECC page\n"); in atmel_nand_pmecc_read_page()
874 dev_err(host->dev, "out of memory\n"); in atmel_pmecc_nand_init_params()
912 dev_err(host->dev, "No room for ECC bytes\n"); in atmel_pmecc_nand_init_params()
937 dev_err(host->dev, "Cannot allocate memory for PMECC computation!\n"); in atmel_pmecc_nand_init_params()
948 dev_dbg(host->dev, "PMECC IP version is: %x\n", host->pmecc_version); in atmel_pmecc_nand_init_params()
1111 dev_warn(host->dev, "atmel_nand : multiple errors detected." in atmel_nand_correct()
1121 dev_warn(host->dev, "atmel_nand : one bit error on ECC code." in atmel_nand_correct()
1126 dev_warn(host->dev, "atmel_nand : one bit error on data." in atmel_nand_correct()
1138 dev_warn(host->dev, "atmel_nand : error corrected\n"); in atmel_nand_correct()
[all …]
/openbmc/linux/drivers/net/ethernet/cavium/thunder/
H A Dnic_main.c224 dev_err(&nic->pdev->dev, "Receive queue software sync failed"); in nic_rcv_queue_sw_sync()
973 dev_dbg(&nic->pdev->dev, "%s: Mailbox msg 0x%02x from VF%d\n", in nic_handle_mbx_intr()
1132 dev_err(&nic->pdev->dev, in nic_handle_mbx_intr()
1162 dev_dbg(&nic->pdev->dev, "Intr from VF %d\n", in nic_mbx_intr_handler()
1193 dev_err(&nic->pdev->dev, in nic_register_interrupts()
1218 dev_err(&nic->pdev->dev, "Request irq failed\n"); in nic_register_interrupts()
1278 dev_err(&pdev->dev, "SRIOV enable failed, num VF is %d\n", in nic_sriov_init()
1293 struct device *dev = &pdev->dev; in nic_probe() local
1300 nic = devm_kzalloc(dev, sizeof(*nic), GFP_KERNEL); in nic_probe()
1320 dev_err(dev, "PCI request regions failed 0x%x\n", err); in nic_probe()
[all …]
/openbmc/linux/drivers/media/platform/ti/davinci/
H A Dvpif_display.c373 ch = dev->dev[channel_id]; in vpif_channel_isr()
1092 vpif_obj.dev[i] = in initialize_vpif()
1095 if (!vpif_obj.dev[i]) { in initialize_vpif()
1106 kfree(vpif_obj.dev[j]); in initialize_vpif()
1127 ch = vpif_obj.dev[j]; in vpif_probe_complete()
1173 q->dev = vpif_dev; in vpif_probe_complete()
1208 ch = vpif_obj.dev[k]; in vpif_probe_complete()
1231 vpif_dev = &pdev->dev; in vpif_probe()
1319 ch = vpif_obj.dev[i]; in vpif_remove()
1335 ch = vpif_obj.dev[i]; in vpif_suspend()
[all …]
/openbmc/linux/drivers/pinctrl/nuvoton/
H A Dpinctrl-wpcm450.c57 struct device *dev; member
1038 struct device *dev = &pdev->dev; in wpcm450_gpio_register() local
1047 device_for_each_child_node(dev, child) { in wpcm450_gpio_register()
1066 return dev_err_probe(dev, -EINVAL, in wpcm450_gpio_register()
1082 ret = bgpio_init(&gpio->gc, dev, 4, in wpcm450_gpio_register()
1116 ret = devm_gpiochip_add_data(dev, &gpio->gc, gpio); in wpcm450_gpio_register()
1126 struct device *dev = &pdev->dev; in wpcm450_pinctrl_probe() local
1134 pctrl->dev = &pdev->dev; in wpcm450_pinctrl_probe()
1136 dev_set_drvdata(dev, pctrl); in wpcm450_pinctrl_probe()
1144 pctrl->pctldev = devm_pinctrl_register(dev, in wpcm450_pinctrl_probe()
[all …]
/openbmc/linux/drivers/accel/habanalabs/common/
H A Dhabanalabs_ioctl.c128 dev_err(hdev->dev, "Events info not supported\n"); in hw_events_info()
239 dev_err(hdev->dev, in debug_coresight()
776 dev_err(hdev->dev, in engine_status_info()
927 struct device *dev) in _hl_info_ioctl() argument
935 dev_dbg(hdev->dev, "Padding bytes must be 0\n"); in _hl_info_ioctl()
1011 dev_dbg_ratelimited(dev, in _hl_info_ioctl()
1065 dev_err(dev, "Invalid request %d\n", args->op); in _hl_info_ioctl()
1092 dev_dbg_ratelimited(hdev->dev, in hl_debug_ioctl()
1107 dev_err_ratelimited(hdev->dev, in hl_debug_ioctl()
1160 dev_dbg(dev, "no function\n"); in _hl_ioctl()
[all …]
/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.c340 dma_buffers = dma_map_sg(instance->state->dev, in create_pagelist()
467 struct device *dev = &pdev->dev; in vchiq_platform_init() local
481 err = dma_set_mask_and_coherent(dev, DMA_BIT_MASK(32)); in vchiq_platform_init()
496 dev_err(dev, "could not allocate DMA memory\n"); in vchiq_platform_init()
521 err = vchiq_init_state(state, vchiq_slot_zero, dev); in vchiq_platform_init()
536 dev_err(dev, "failed to register irq=%d\n", irq); in vchiq_platform_init()
1780 pdevinfo.parent = &pdev->dev; in vchiq_register_child()
1787 dev_warn(&pdev->dev, "%s not registered\n", name); in vchiq_register_child()
1801 of_id = of_match_node(vchiq_of_match, pdev->dev.of_node); in vchiq_probe()
1809 dev_err(&pdev->dev, "Missing firmware node\n"); in vchiq_probe()
[all …]
/openbmc/linux/drivers/dma/dw/
H A Dcore.c46 return &chan->dev->device; in chan2dev()
518 dev_err(dw->dma.dev, in dw_dma_interrupt()
768 if (dws->dma_dev != chan->device->dev) in dw_dma_filter()
1154 pm_runtime_get_sync(chip->dev); in do_dma_probe()
1208 dw->desc_pool = dmam_pool_create(dw->name, chip->dev, in do_dma_probe()
1258 dev_dbg(chip->dev, "DWC_PARAMS[%d]: 0x%08x\n", i, in do_dma_probe()
1300 dw->dma.dev = chip->dev; in do_dma_probe()
1339 pm_runtime_put_sync_suspend(chip->dev); in do_dma_probe()
1346 pm_runtime_put_sync_suspend(chip->dev); in do_dma_probe()
1355 pm_runtime_get_sync(chip->dev); in do_dma_remove()
[all …]
/openbmc/linux/drivers/net/dsa/mv88e6xxx/
H A Dchip.c493 dev_err(chip->dev, in mv88e6xxx_port_ppu_updates()
1000 dev_err(ds->dev, in mv88e6xxx_mac_link_up()
1678 int dev, port; in mv88e6xxx_pvt_setup() local
1691 for (dev = 0; dev < MV88E6XXX_MAX_PVT_SWITCHES; ++dev) { in mv88e6xxx_pvt_setup()
2965 dev_err(ds->dev, in mv88e6xxx_port_bridge_leave()
2971 dev_err(ds->dev, in mv88e6xxx_port_bridge_leave()
6376 chip->dev = dev; in mv88e6xxx_alloc_chip()
6979 struct device *dev = chip->dev; in mv88e6xxx_register_switch() local
6986 ds->dev = dev; in mv88e6xxx_register_switch()
6989 ds->dev = dev; in mv88e6xxx_register_switch()
[all …]
/openbmc/linux/include/linux/rtc/
H A Dm48t59.h50 void (*write_byte)(struct device *dev, u32 ofs, u8 val);
51 unsigned char (*read_byte)(struct device *dev, u32 ofs);
/openbmc/linux/include/net/
H A Datmclip.h45 #define PRIV(dev) ((struct clip_priv *) netdev_priv(dev)) argument
/openbmc/linux/sound/soc/cirrus/
H A Dep93xx-pcm.c56 int devm_ep93xx_pcm_platform_register(struct device *dev) in devm_ep93xx_pcm_platform_register() argument
58 return devm_snd_dmaengine_pcm_register(dev, in devm_ep93xx_pcm_platform_register()
/openbmc/linux/sound/soc/mediatek/mt6797/
H A Dmt6797-afe-common.h50 unsigned int mt6797_general_rate_transform(struct device *dev,
52 unsigned int mt6797_rate_transform(struct device *dev,
/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/state/phosphor-state-manager/
H A Dhost-control13 gpioget power-button >/dev/null 2>&1
21 gpioget reset-button >/dev/null 2>&1
/openbmc/linux/sound/soc/codecs/
H A Dwm8804-spi.c24 return wm8804_probe(&spi->dev, regmap); in wm8804_spi_probe()
29 wm8804_remove(&spi->dev); in wm8804_spi_remove()
/openbmc/linux/Documentation/translations/zh_TW/dev-tools/
H A Dindex.rst3 :Original: Documentation/dev-tools/index.rst
15 Documentation/dev-tools/testing-overview.rst
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-mcp23s08.h41 struct device *dev; member
51 int mcp23s08_probe_one(struct mcp23s08 *mcp, struct device *dev,
/openbmc/qemu/include/hw/s390x/
H A Ds390-ccw.h34 bool (*realize)(S390CCWDevice *dev, char *sysfsdev, Error **errp);
35 void (*unrealize)(S390CCWDevice *dev);
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dmem.c88 dma_unmap_page(mem->mmu->subdev.device->dev, in nvkm_mem_dtor()
147 struct device *dev = mmu->subdev.device->dev; in nvkm_mem_new_host() local
209 mem->dma[mem->pages] = dma_map_page(mmu->subdev.device->dev, in nvkm_mem_new_host()
212 if (dma_mapping_error(dev, mem->dma[mem->pages])) { in nvkm_mem_new_host()
/openbmc/linux/arch/arm/mach-pxa/
H A Dam200epd.c113 dev_err(&am200_device->dev, "failed requesting " in am200_init_gpio_regs()
167 dev_dbg(&am200_device->dev, "ENTER %s\n", __func__); in am200_unshare_video_mem()
182 dev_dbg(&am200_device->dev, "ENTER %s\n", __func__); in am200_fb_notifier_callback()
216 dev_err(&am200_device->dev, "invalid panel_type selection," in am200_presetup_fb()
298 dev_err(&am200_device->dev, "request_irq failed: %d\n", ret); in am200_setup_irq()
/openbmc/linux/arch/mips/bcm63xx/
H A Ddev-enet.c102 .dev = {
136 .dev = {
164 .dev = {
246 dpd = pdev->dev.platform_data; in bcm63xx_enet_register()
310 memcpy(bcm63xx_enetsw_device.dev.platform_data, pd, sizeof(*pd)); in bcm63xx_enetsw_register()
/openbmc/linux/sound/firewire/tascam/
H A Dtascam-hwdep.c149 struct fw_device *dev = fw_parent_device(tscm->unit); in hwdep_get_info() local
154 info.card = dev->card->index; in hwdep_get_info()
155 *(__be32 *)&info.guid[0] = cpu_to_be32(dev->config_rom[3]); in hwdep_get_info()
156 *(__be32 *)&info.guid[4] = cpu_to_be32(dev->config_rom[4]); in hwdep_get_info()
157 strscpy(info.device_name, dev_name(&dev->device), in hwdep_get_info()
/openbmc/linux/include/net/nfc/
H A Dhci.h47 int (*discover_se)(struct nfc_hci_dev *dev);
48 int (*enable_se)(struct nfc_hci_dev *dev, u32 se_idx);
49 int (*disable_se)(struct nfc_hci_dev *dev, u32 se_idx);
50 int (*se_io)(struct nfc_hci_dev *dev, u32 se_idx,
180 void nfc_hci_reset_pipes(struct nfc_hci_dev *dev);

1...<<631632633634635636637638639640>>...1072