/linux-6.8/net/sched/ |
D | cls_api.c | 748 struct net_device *dev, struct Qdisc *sch, in tcf_block_offload_init() 771 struct net_device *dev = block_cb->indr.dev; in tc_block_indr_cleanup() local 795 struct net_device *dev, struct Qdisc *sch, in tcf_block_offload_cmd() 830 struct net_device *dev = q->dev_queue->dev; in tcf_block_offload_bind() local 869 struct net_device *dev = q->dev_queue->dev; in tcf_block_offload_unbind() local 1156 struct net_device *dev; in __tcf_qdisc_find() local 1439 struct net_device *dev = qdisc_dev(q); in tcf_block_get_ext() local 1523 struct net_device *dev = qdisc_dev(q); in tcf_block_put_ext() local 2813 struct net_device *dev; in tc_dump_tfilter() local 3197 struct net_device *dev; in tc_dump_chain() local
|
/linux-6.8/sound/aoa/soundbus/i2sbus/ |
D | pcm.c | 868 i2sbus_attach_codec(struct soundbus_dev *dev, struct snd_card *card, in i2sbus_attach_codec() 1032 void i2sbus_detach_codec(struct soundbus_dev *dev, void *data) in i2sbus_detach_codec()
|
/linux-6.8/drivers/leds/flash/ |
D | leds-aat1290.c | 219 struct device *dev = &led->pdev->dev; in aat1290_led_parse_dt() local 461 struct device *dev = &pdev->dev; in aat1290_led_probe() local
|
/linux-6.8/drivers/leds/ |
D | leds-pca9532.c | 222 static int pca9532_event(struct input_dev *dev, unsigned int type, in pca9532_event() 461 pca9532_of_populate_pdata(struct device *dev, struct device_node *np) in pca9532_of_populate_pdata()
|
/linux-6.8/drivers/iio/adc/ |
D | rockchip_saradc.c | 552 static int rockchip_saradc_suspend(struct device *dev) in rockchip_saradc_suspend() 564 static int rockchip_saradc_resume(struct device *dev) in rockchip_saradc_resume()
|
/linux-6.8/drivers/gpu/drm/panel/ |
D | panel-abt-y030xx067a.c | 165 struct device *dev = &priv->spi->dev; in y030xx067a_prepare() local 278 struct device *dev = &spi->dev; in y030xx067a_probe() local
|
/linux-6.8/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_device.c | 530 static void kfd_smi_init(struct kfd_node *dev) in kfd_smi_init() 1405 int kfd_debugfs_hang_hws(struct kfd_node *dev) in kfd_debugfs_hang_hws()
|
/linux-6.8/drivers/clk/ |
D | clk-ast2600.c | 424 static struct clk_hw *aspeed_g6_clk_hw_register_gate(struct device *dev, in aspeed_g6_clk_hw_register_gate() 483 struct device *dev = &pdev->dev; in aspeed_g6_clk_probe() local
|
/linux-6.8/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_sgmac.c | 439 struct device *dev = &p->pdev->dev; in xgene_enet_reset() local 526 struct device *dev = &p->pdev->dev; in xgene_enet_shutdown() local
|
/linux-6.8/drivers/gpu/ipu-v3/ |
D | ipu-dc.c | 102 struct device *dev; member 343 int ipu_dc_init(struct ipu_soc *ipu, struct device *dev, in ipu_dc_init()
|
/linux-6.8/sound/soc/codecs/ |
D | rt5616.c | 159 static bool rt5616_volatile_register(struct device *dev, unsigned int reg) in rt5616_volatile_register() 186 static bool rt5616_readable_register(struct device *dev, unsigned int reg) in rt5616_readable_register()
|
/linux-6.8/drivers/gpu/drm/msm/dsi/phy/ |
D | dsi_phy_28nm_8960.c | 179 struct device *dev = &pll_28nm->phy->pdev->dev; in dsi_pll_28nm_vco_prepare() local 395 struct device *dev = &pll_28nm->phy->pdev->dev; in pll_28nm_register() local
|
/linux-6.8/include/linux/usb/ |
D | typec.h | 363 static inline void typec_attach(struct typec_connector *con, struct device *dev) in typec_attach() 369 static inline void typec_deattach(struct typec_connector *con, struct device *dev) in typec_deattach()
|
/linux-6.8/drivers/pmdomain/mediatek/ |
D | mtk-pm-domains.c | 55 struct device *dev; member 664 struct device *dev = &pdev->dev; in scpsys_probe() local
|
/linux-6.8/arch/powerpc/kernel/ |
D | eeh_driver.c | 462 struct pci_dev *dev = eeh_dev_to_pci_dev(edev); in eeh_add_virt_device() local 487 struct pci_dev *dev = eeh_dev_to_pci_dev(edev); in eeh_rmv_device() local
|
/linux-6.8/drivers/net/can/sja1000/ |
D | plx_pci.c | 570 struct net_device *dev; in plx_pci_del_card() local 615 struct net_device *dev; in plx_pci_add_card() local
|
/linux-6.8/tools/include/nolibc/ |
D | types.h | 203 #define major(dev) ((unsigned int)(((dev) >> 8) & 0xfff)) argument 204 #define minor(dev) ((unsigned int)(((dev) & 0xff)) argument
|
/linux-6.8/drivers/iio/accel/ |
D | stk8312.c | 613 static int stk8312_suspend(struct device *dev) in stk8312_suspend() 622 static int stk8312_resume(struct device *dev) in stk8312_resume()
|
/linux-6.8/drivers/media/platform/qcom/camss/ |
D | camss-vfe-480.c | 204 static irqreturn_t vfe_isr(int irq, void *dev) in vfe_isr() 491 static void vfe_subdev_init(struct device *dev, struct vfe_device *vfe) in vfe_subdev_init()
|
/linux-6.8/drivers/regulator/ |
D | fan53555.c | 125 struct device *dev; member 608 static struct fan53555_platform_data *fan53555_parse_dt(struct device *dev, in fan53555_parse_dt()
|
/linux-6.8/drivers/target/ |
D | target_core_xcopy.c | 876 struct se_device *dev = se_cmd->se_dev; in target_do_xcopy() local 1011 struct se_device *dev = se_cmd->se_dev; in target_do_receive_copy_results() local
|
/linux-6.8/drivers/ata/ |
D | ahci_dwc.c | 431 static int ahci_dwc_suspend(struct device *dev) in ahci_dwc_suspend() 446 static int ahci_dwc_resume(struct device *dev) in ahci_dwc_resume()
|
/linux-6.8/drivers/staging/sm750fb/ |
D | sm750.c | 411 static int __maybe_unused lynxfb_suspend(struct device *dev) in lynxfb_suspend() 432 static int __maybe_unused lynxfb_resume(struct device *dev) in lynxfb_resume()
|
/linux-6.8/drivers/video/console/ |
D | newport_con.c | 696 static int newport_probe(struct gio_device *dev, in newport_probe() 724 static void newport_remove(struct gio_device *dev) in newport_remove()
|
/linux-6.8/drivers/iio/frequency/ |
D | admv4420.c | 190 struct device *dev = &st->spi->dev; in admv4420_fw_parse() local 257 struct device *dev = indio_dev->dev.parent; in admv4420_setup() local
|