Home
last modified time | relevance | path

Searched refs:dev (Results 16976 – 17000 of 26794) sorted by relevance

1...<<671672673674675676677678679680>>...1072

/openbmc/linux/drivers/watchdog/
H A Die6xx_wdt.c235 dev_err(&pdev->dev, "Watchdog region 0x%llx already in use!\n", in ie6xx_wdt_probe()
241 dev_dbg(&pdev->dev, "WDT = 0x%X\n", ie6xx_wdt_data.sch_wdtba); in ie6xx_wdt_probe()
245 ie6xx_wdt_dev.parent = &pdev->dev; in ie6xx_wdt_probe()
251 dev_warn(&pdev->dev, in ie6xx_wdt_probe()
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_linecard.sh208 fixed_hw_revision=$(devlink dev info $nested_devlink_dev -j | \
212 running_ini_version=$(devlink dev info $nested_devlink_dev -j | \
260 fixed_device_fw_psid=$(devlink dev info $nested_devlink_dev -j | \
266 running_device_fw=$(devlink dev info $nested_devlink_dev -j | \
/openbmc/linux/drivers/ufs/core/
H A Dufshcd-crypto.c176 devm_kcalloc(hba->dev, hba->crypto_capabilities.num_crypto_cap, in ufshcd_hba_init_crypto_capabilities()
185 hba->dev, &hba->crypto_profile, in ufshcd_hba_init_crypto_capabilities()
193 hba->crypto_profile.dev = hba->dev; in ufshcd_hba_init_crypto_capabilities()
/openbmc/linux/sound/soc/codecs/
H A Djz4740.c313 jz4740_codec = devm_kzalloc(&pdev->dev, sizeof(*jz4740_codec), in jz4740_codec_probe()
322 jz4740_codec->regmap = devm_regmap_init_mmio(&pdev->dev, base, in jz4740_codec_probe()
329 ret = devm_snd_soc_register_component(&pdev->dev, in jz4740_codec_probe()
332 dev_err(&pdev->dev, "Failed to register codec\n"); in jz4740_codec_probe()
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dpcie.h183 struct pci_dev *dev; member
188 struct pci_dev *dev; member
243 switch (card->dev->device) { in mwifiex_pcie_txbd_empty()
269 switch (card->dev->device) { in mwifiex_pcie_txbd_not_full()
/openbmc/linux/drivers/nfc/microread/
H A Di2c.c148 nfc_err(&client->dev, "cannot read len byte\n"); in microread_i2c_read()
154 nfc_err(&client->dev, "invalid len byte\n"); in microread_i2c_read()
239 phy = devm_kzalloc(&client->dev, sizeof(struct microread_i2c_phy), in microread_i2c_probe()
251 nfc_err(&client->dev, "Unable to register IRQ handler\n"); in microread_i2c_probe()
/openbmc/linux/drivers/hv/
H A Dhyperv_vmbus.h463 int hv_debug_add_dev_dir(struct hv_device *dev);
464 void hv_debug_rm_dev_dir(struct hv_device *dev);
471 static inline void hv_debug_rm_dev_dir(struct hv_device *dev) {}; in hv_debug_rm_dev_dir() argument
480 static inline int hv_debug_add_dev_dir(struct hv_device *dev) in hv_debug_add_dev_dir() argument
/openbmc/linux/drivers/net/pcs/
H A Dpcs-mtk-lynxi.c251 struct phylink_pcs *mtk_pcs_lynxi_create(struct device *dev, in mtk_pcs_lynxi_create() argument
264 dev_err(dev, "unknown PCS device id %08x\n", id); in mtk_pcs_lynxi_create()
274 dev_err(dev, "unknown PCS device version %04x\n", ver); in mtk_pcs_lynxi_create()
278 dev_dbg(dev, "MediaTek LynxI SGMII PCS (id 0x%08x, ver 0x%04x)\n", id, in mtk_pcs_lynxi_create()
/openbmc/linux/arch/powerpc/platforms/82xx/
H A Dep8248e.c116 node = of_get_parent(ofdev->dev.of_node); in ep8248e_mdio_probe()
121 ret = of_address_to_resource(ofdev->dev.of_node, 0, &res); in ep8248e_mdio_probe()
130 bus->parent = &ofdev->dev; in ep8248e_mdio_probe()
133 ret = of_mdiobus_register(bus, ofdev->dev.of_node); in ep8248e_mdio_probe()
/openbmc/linux/drivers/soc/qcom/
H A Dramp_controller.c294 qrc = devm_kmalloc(&pdev->dev, sizeof(*qrc), GFP_KERNEL); in qcom_ramp_controller_probe()
298 qrc->desc = device_get_match_data(&pdev->dev); in qcom_ramp_controller_probe()
302 qrc->regmap = devm_regmap_init_mmio(&pdev->dev, base, &qrc_regmap_config); in qcom_ramp_controller_probe()
319 dev_err(&pdev->dev, "Failed to send disable sequence\n"); in qcom_ramp_controller_remove()
/openbmc/linux/drivers/bluetooth/
H A Dbcm203x.c66 struct usb_device *udev = urb->dev; in bcm203x_complete()
164 data = devm_kzalloc(&intf->dev, sizeof(*data), GFP_KERNEL); in bcm203x_probe()
175 if (request_firmware(&firmware, "BCM2033-MD.hex", &udev->dev) < 0) { in bcm203x_probe()
200 if (request_firmware(&firmware, "BCM2033-FW.bin", &udev->dev) < 0) { in bcm203x_probe()
/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_layer.c201 layer = devm_kzalloc(drm->dev, sizeof(*layer), GFP_KERNEL); in sun4i_layer_init_one()
220 dev_err(drm->dev, "Couldn't initialize layer\n"); in sun4i_layer_init_one()
242 planes = devm_kcalloc(drm->dev, SUN4I_BACKEND_NUM_LAYERS + 1, in sun4i_layers_init()
253 dev_err(drm->dev, "Couldn't initialize %s plane\n", in sun4i_layers_init()
/openbmc/linux/drivers/gpu/drm/msm/dp/
H A Ddp_drm.c88 drm_dbg_dp(connector->dev, "No sink connected\n"); in dp_bridge_get_modes()
275 struct drm_bridge *dp_bridge_init(struct msm_dp *dp_display, struct drm_device *dev, in dp_bridge_init() argument
282 dp_bridge = devm_kzalloc(dev->dev, sizeof(*dp_bridge), GFP_KERNEL); in dp_bridge_init()
/openbmc/linux/drivers/gpu/drm/imx/dcss/
H A Ddcss-dev.h63 struct device *dev; member
95 struct dcss_dev *dcss_drv_dev_to_dcss(struct device *dev);
96 struct drm_device *dcss_drv_dev_to_drm(struct device *dev);
97 struct dcss_dev *dcss_dev_create(struct device *dev, bool hdmi_output);
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_bridge_connector.c115 struct drm_device *dev = connector->dev; in drm_bridge_connector_hpd_cb() local
118 mutex_lock(&dev->mode_config.mutex); in drm_bridge_connector_hpd_cb()
121 mutex_unlock(&dev->mode_config.mutex); in drm_bridge_connector_hpd_cb()
/openbmc/linux/drivers/iio/imu/
H A Dadis_buffer.c143 dev_err(&adis->spi->dev, "Failed to change device page: %d\n", ret); in adis_trigger_handler()
156 dev_err(&adis->spi->dev, "Failed to read data: %d", ret); in adis_trigger_handler()
200 ret = devm_iio_triggered_buffer_setup(&adis->spi->dev, indio_dev, in devm_adis_setup_buffer_and_trigger()
212 return devm_add_action_or_reset(&adis->spi->dev, adis_buffer_cleanup, in devm_adis_setup_buffer_and_trigger()
/openbmc/linux/drivers/gpu/drm/v3d/
H A Dv3d_perfmon.c121 int v3d_perfmon_create_ioctl(struct drm_device *dev, void *data, in v3d_perfmon_create_ioctl() argument
170 int v3d_perfmon_destroy_ioctl(struct drm_device *dev, void *data, in v3d_perfmon_destroy_ioctl() argument
189 int v3d_perfmon_get_values_ioctl(struct drm_device *dev, void *data, in v3d_perfmon_get_values_ioctl() argument
192 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_perfmon_get_values_ioctl()
/openbmc/linux/arch/mips/lantiq/xway/
H A Ddma.c127 ch->desc_base = dma_alloc_coherent(ch->dev, in ltq_dma_alloc()
179 dma_free_coherent(ch->dev, LTQ_DESC_NUM * LTQ_DESC_SIZE, in ltq_dma_free()
250 clk = clk_get(&pdev->dev, NULL); in ltq_dma_init()
272 dev_info(&pdev->dev, in ltq_dma_init()
/openbmc/linux/drivers/iio/temperature/
H A Dmaxim_thermocouple.c236 indio_dev = devm_iio_device_alloc(&spi->dev, sizeof(*data)); in maxim_thermocouple_probe()
252 ret = devm_iio_triggered_buffer_setup(&spi->dev, in maxim_thermocouple_probe()
259 dev_warn(&spi->dev, "generic max31855 ID is deprecated\nplease use more specific part type"); in maxim_thermocouple_probe()
261 return devm_iio_device_register(&spi->dev, indio_dev); in maxim_thermocouple_probe()
/openbmc/linux/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_trigger.c234 st->trig = devm_iio_trigger_alloc(&indio_dev->dev, in inv_mpu6050_probe_trigger()
241 ret = devm_request_irq(&indio_dev->dev, st->irq, in inv_mpu6050_probe_trigger()
249 st->trig->dev.parent = regmap_get_device(st->map); in inv_mpu6050_probe_trigger()
253 ret = devm_iio_trigger_register(&indio_dev->dev, st->trig); in inv_mpu6050_probe_trigger()
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0027-corstone1000-set-kernel_addr-based-on-boot_idx.patch62 + struct udevice *dev, *bdev;
67 + ret = uclass_first_device_err(UCLASS_NVMXIP, &dev);
73 + plat = dev_get_plat(dev);
74 + device_find_first_child(dev, &bdev);
/openbmc/linux/drivers/clk/mediatek/
H A Dclk-mtk.h176 int mtk_clk_register_composites(struct device *dev,
205 int mtk_clk_register_dividers(struct device *dev,
213 struct clk_hw_onecell_data *mtk_devm_alloc_clk_data(struct device *dev,
238 int (*clk_notifier_func)(struct device *dev, struct clk *clk);
/openbmc/qemu/target/rx/
H A Dcpu.c114 static void rx_cpu_realize(DeviceState *dev, Error **errp) in rx_cpu_realize() argument
116 CPUState *cs = CPU(dev); in rx_cpu_realize()
117 RXCPUClass *rcc = RX_CPU_GET_CLASS(dev); in rx_cpu_realize()
129 rcc->parent_realize(dev, errp); in rx_cpu_realize()
/openbmc/qemu/hw/usb/
H A Dhcd-ehci.h247 USBDevice *dev; member
324 void usb_ehci_init(EHCIState *s, DeviceState *dev);
326 void usb_ehci_realize(EHCIState *s, DeviceState *dev, Error **errp);
327 void usb_ehci_unrealize(EHCIState *s, DeviceState *dev);
/openbmc/qemu/hw/timer/
H A Dcmsdk-apb-timer.c193 static void cmsdk_apb_timer_reset(DeviceState *dev) in cmsdk_apb_timer_reset() argument
195 CMSDKAPBTimer *s = CMSDK_APB_TIMER(dev); in cmsdk_apb_timer_reset()
229 static void cmsdk_apb_timer_realize(DeviceState *dev, Error **errp) in cmsdk_apb_timer_realize() argument
231 CMSDKAPBTimer *s = CMSDK_APB_TIMER(dev); in cmsdk_apb_timer_realize()

1...<<671672673674675676677678679680>>...1072