/openbmc/linux/drivers/crypto/hisilicon/zip/ |
H A D | zip_main.c | 812 struct device *dev = &qm->pdev->dev; in hisi_zip_core_debug_init() local 888 struct device *dev = &qm->pdev->dev; in hisi_zip_debugfs_init() local 1044 struct device *dev = &qm->pdev->dev; in hisi_zip_log_hw_error() local
|
/openbmc/linux/drivers/net/dsa/qca/ |
H A D | ar9331.c | 239 struct device *dev; member 359 struct device *dev = priv->dev; in ar9331_sw_mbus_init() local 801 struct device *dev = priv->dev; in ar9331_sw_irq_init() local
|
/openbmc/linux/drivers/media/platform/qcom/camss/ |
H A D | camss-vfe-4-1.c | 847 static int vfe_camif_wait_for_stop(struct vfe_device *vfe, struct device *dev) in vfe_camif_wait_for_stop() 889 static irqreturn_t vfe_isr(int irq, void *dev) in vfe_isr() 990 static void vfe_subdev_init(struct device *dev, struct vfe_device *vfe) in vfe_subdev_init()
|
/openbmc/linux/drivers/iio/temperature/ |
H A D | mlx90632.c | 1293 static int mlx90632_pm_suspend(struct device *dev) in mlx90632_pm_suspend() 1310 static int mlx90632_pm_resume(struct device *dev) in mlx90632_pm_resume() 1322 static int mlx90632_pm_runtime_suspend(struct device *dev) in mlx90632_pm_runtime_suspend()
|
/openbmc/linux/sound/soc/mediatek/common/ |
H A D | mtk-btcvsd.c | 111 struct device *dev; member 481 static irqreturn_t mtk_btcvsd_snd_irq_handler(int irq_id, void *dev) in mtk_btcvsd_snd_irq_handler() 1279 struct device *dev = &pdev->dev; in mtk_btcvsd_snd_probe() local
|
/openbmc/linux/drivers/platform/mellanox/ |
H A D | mlxbf-tmfifo.c | 272 struct device *dev; in mlxbf_tmfifo_alloc_vrings() local 1188 static int mlxbf_tmfifo_create_vdev(struct device *dev, in mlxbf_tmfifo_create_vdev() 1334 struct device *dev = &pdev->dev; in mlxbf_tmfifo_probe() local
|
/openbmc/linux/include/linux/usb/ |
H A D | hcd.h | 520 #define usb_gettoggle(dev, ep, out) (((dev)->toggle[out] >> (ep)) & 1) argument 521 #define usb_dotoggle(dev, ep, out) ((dev)->toggle[out] ^= (1 << (ep))) argument 522 #define usb_settoggle(dev, ep, out, bit) \ argument
|
/openbmc/linux/sound/soc/codecs/ |
H A D | wm8996.c | 50 struct device *dev; member 1296 static bool wm8996_readable_register(struct device *dev, unsigned int reg) in wm8996_readable_register() 1503 static bool wm8996_volatile_register(struct device *dev, unsigned int reg) in wm8996_volatile_register()
|
H A D | rt5665.c | 460 static bool rt5665_volatile_register(struct device *dev, unsigned int reg) in rt5665_volatile_register() 485 static bool rt5665_readable_register(struct device *dev, unsigned int reg) in rt5665_readable_register() 4638 static int rt5665_parse_dt(struct rt5665_priv *rt5665, struct device *dev) in rt5665_parse_dt()
|
/openbmc/linux/include/linux/ |
H A D | phy.h | 407 struct device dev; member 456 #define devm_mdiobus_register(dev, bus) \ argument 462 static inline struct mii_bus *devm_mdiobus_alloc(struct device *dev) in devm_mdiobus_alloc() 769 static inline struct phy_device *to_phy_device(const struct device *dev) in to_phy_device() 1688 static inline struct phy_device *device_phy_find_device(struct device *dev) in device_phy_find_device()
|
/openbmc/linux/drivers/dma/ppc4xx/ |
H A D | adma.c | 4294 static ssize_t devices_show(struct device_driver *dev, char *buf) in devices_show() 4309 static ssize_t enable_show(struct device_driver *dev, char *buf) in enable_show() 4315 static ssize_t enable_store(struct device_driver *dev, const char *buf, in enable_store() 4349 static ssize_t poly_show(struct device_driver *dev, char *buf) in poly_show() 4368 static ssize_t poly_store(struct device_driver *dev, const char *buf, in poly_store()
|
/openbmc/linux/net/xfrm/ |
H A D | xfrm_state.c | 692 struct net_device *dev = READ_ONCE(xso->dev); in xfrm_dev_state_delete() local 706 struct net_device *dev = READ_ONCE(xso->dev); in xfrm_dev_state_free() local 808 xfrm_dev_state_flush_secctx_check(struct net *net, struct net_device *dev, bool task_valid) in xfrm_dev_state_flush_secctx_check() 837 xfrm_dev_state_flush_secctx_check(struct net *net, struct net_device *dev, bool task_valid) in xfrm_dev_state_flush_secctx_check() 886 int xfrm_dev_state_flush(struct net *net, struct net_device *dev, bool task_valid) in xfrm_dev_state_flush()
|
/openbmc/linux/drivers/net/dsa/ |
H A D | lantiq_gswip.c | 283 struct device *dev; member 1899 struct device *dev = priv->dev; in gswip_gphy_fw_load() local 1957 struct device *dev = priv->dev; in gswip_gphy_fw_probe() local 2020 struct device *dev = priv->dev; in gswip_gphy_fw_list() local 2100 struct device *dev = &pdev->dev; in gswip_probe() local
|
/openbmc/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot.c | 818 struct device *dev = ocelot->dev; in ocelot_port_configure_serdes() local 1148 struct net_device *dev; in ocelot_xtr_poll_frame() local 1257 struct net_device *dev = skb->dev; in ocelot_ifh_set_basic() local 2785 struct net_device *dev = ocelot->ops->port_to_netdev(ocelot, port); in ocelot_port_reset_mqprio() local 2794 struct net_device *dev = ocelot->ops->port_to_netdev(ocelot, port); in ocelot_port_mqprio() local
|
/openbmc/linux/drivers/md/ |
H A D | raid5-cache.c | 292 r5c_return_dev_pending_writes(struct r5conf *conf, struct r5dev *dev) in r5c_return_dev_pending_writes() 2206 struct r5dev *dev; in r5c_recovery_load_one_stripe() local 2376 struct r5dev *dev = &sh->dev[i]; in r5c_recovery_rewrite_data_only_stripes() local 2639 struct r5dev *dev; in r5c_try_caching_write() local 2786 struct r5dev *dev; in r5c_use_extra_page() local
|
/openbmc/linux/drivers/net/ethernet/mediatek/ |
H A D | mtk_wed_mcu.c | 205 int mtk_wed_mcu_msg_update(struct mtk_wed_device *dev, int id, void *data, in mtk_wed_mcu_msg_update()
|
/openbmc/linux/drivers/iio/chemical/ |
H A D | vz89x.c | 354 struct device *dev = &client->dev; in vz89x_probe() local
|
/openbmc/linux/drivers/char/tpm/ |
H A D | tpm_nsc.c | 258 static void tpm_nsc_remove(struct device *dev) in tpm_nsc_remove()
|
/openbmc/linux/drivers/media/pci/ttpci/ |
H A D | budget.h | 44 struct saa7146_dev *dev; member
|
/openbmc/qemu/subprojects/libvhost-user/include/ |
H A D | compiler.h | 64 #define DO_UPCAST(type, field, dev) ( __extension__ ( { \ argument
|
/openbmc/linux/drivers/media/radio/ |
H A D | radio-keene.c | 297 struct usb_device *dev = interface_to_usbdev(intf); in usb_keene_probe() local
|
/openbmc/linux/sound/isa/ |
H A D | cmi8328.c | 399 static void snd_cmi8328_remove(struct device *pdev, unsigned int dev) in snd_cmi8328_remove()
|
/openbmc/linux/drivers/hid/ |
H A D | hid-roccat.c | 45 struct device *dev; member
|
/openbmc/qemu/hw/char/ |
H A D | sclpconsole-lm.c | 326 static void console_reset(DeviceState *dev) in console_reset()
|
/openbmc/qemu/subprojects/libvduse/include/ |
H A D | compiler.h | 64 #define DO_UPCAST(type, field, dev) ( __extension__ ( { \ argument
|