/kernel/linux/linux-5.10/drivers/video/fbdev/vermilion/ |
H A D | vermilion.c | 380 * Free up allocated resources for a device. 438 * We initialize one vml_par struct per device and one vml_info 463 switch (id->device) { in vml_pci_probe() 501 info->device = &dev->dev; in vml_pci_probe()
|
/kernel/linux/linux-5.10/net/rose/ |
H A D | rose_route.c | 475 * A device has been removed. Remove its routes and neighbours. 528 * A device has been removed. Remove its links. 587 * Check that the device given is a valid AX.25 interface that is "up". 604 * Find the first active ROSE device, usually "rose0". 624 * Find the ROSE device for the given address. 735 if ((dev = rose_ax25_dev_find(rose_route.device)) == NULL) in rose_rt_ioctl() 749 if ((dev = rose_ax25_dev_find(rose_route.device)) == NULL) in rose_rt_ioctl() 834 * A device has been "downed" remove its link status. Blow away all 835 * through routes and connections that use this device. 895 printk("rose_route : unknown neighbour or device in rose_route_frame() [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | rtsx_pci.h | 1096 * @dev_flags: device flags 1243 #define CHK_PCI_PID(pcr, pid) ((pcr)->pci->device == (pid)) 1245 #define PCI_PID(pcr) ((pcr)->pci->device)
|
/kernel/linux/linux-5.10/sound/isa/sb/ |
H A D | emu8000.c | 1064 static int snd_emu8000_dev_free(struct snd_device *device) in snd_emu8000_dev_free() argument 1066 struct snd_emu8000 *hw = device->device_data; in snd_emu8000_dev_free() 1071 * initialize and register emu8000 synth device.
|
/kernel/linux/linux-5.10/sound/pci/ctxfi/ |
H A D | ctmixer.c | 8 * This file contains the implementation of alsa mixer device functions. 716 kctl->id.device = IEC958; in ct_mixer_kcontrol_new() 1211 enum CTALSADEVS device, in ct_alsa_mix_create() 1217 /* vol_ctl.device = swh_ctl.device = device; */ /* better w/ device 0 */ in ct_alsa_mix_create() 1210 ct_alsa_mix_create(struct ct_atc *atc, enum CTALSADEVS device, const char *device_name) ct_alsa_mix_create() argument
|
/kernel/linux/linux-5.10/sound/ppc/ |
H A D | pmac.c | 855 * free the device 857 static int snd_pmac_dev_free(struct snd_device *device) in snd_pmac_dev_free() argument 859 struct snd_pmac *chip = device->device_data; in snd_pmac_dev_free() 935 * if we didn't find a davbus device, try 'i2s-a' since in snd_pmac_detect() 969 "in the device-tree, use snd-aoa.\n"); in snd_pmac_detect() 1012 prop = of_get_property(sound, "device-id", NULL); in snd_pmac_detect() 1019 /* We need the PCI device for DMA allocations, let's use a crude method in snd_pmac_detect() 1038 " device !\n"); in snd_pmac_detect()
|
/kernel/linux/linux-5.10/sound/isa/cs423x/ |
H A D | cs4236_lib.c | 365 int snd_cs4236_pcm(struct snd_wss *chip, int device) in snd_cs4236_pcm() argument 369 err = snd_wss_pcm(chip, device); in snd_cs4236_pcm()
|
/kernel/linux/linux-5.10/sound/pci/ |
H A D | sis7019.c | 1175 static int sis_suspend(struct device *dev) in sis_suspend() 1207 static int sis_resume(struct device *dev) in sis_resume()
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | msm8916-wcd-analog.c | 1133 static int pm8916_wcd_analog_parse_dt(struct device *dev, in pm8916_wcd_analog_parse_dt() 1190 struct device *dev = &pdev->dev; in pm8916_wcd_analog_spmi_probe()
|
H A D | rt1305.c | 253 static bool rt1305_volatile_register(struct device *dev, unsigned int reg) in rt1305_volatile_register() 305 static bool rt1305_readable_register(struct device *dev, unsigned int reg) in rt1305_readable_register()
|
H A D | rt274.c | 216 static bool rt274_volatile_register(struct device *dev, unsigned int reg) in rt274_volatile_register() 260 static bool rt274_readable_register(struct device *dev, unsigned int reg) in rt274_readable_register()
|
H A D | rt5631.c | 96 static bool rt5631_volatile_register(struct device *dev, unsigned int reg) in rt5631_volatile_register() 110 static bool rt5631_readable_register(struct device *dev, unsigned int reg) in rt5631_readable_register()
|
H A 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()
|
H A D | sgtl5000.c | 1193 static bool sgtl5000_volatile(struct device *dev, unsigned int reg) in sgtl5000_volatile() 1205 static bool sgtl5000_readable(struct device *dev, unsigned int reg) in sgtl5000_readable()
|
H A D | sta350.c | 826 * @component: the component device 925 dev_err(component->dev, "Failed to startup device\n"); in sta350_probe() 1092 static int sta350_probe_dt(struct device *dev, struct sta350_priv *sta350) in sta350_probe_dt() 1193 struct device *dev = &i2c->dev; in sta350_i2c_probe()
|
H A D | wm5100-tables.c | 12 bool wm5100_volatile_register(struct device *dev, unsigned int reg) in wm5100_volatile_register() 46 bool wm5100_readable_register(struct device *dev, unsigned int reg) in wm5100_readable_register()
|
/kernel/linux/linux-5.10/sound/soc/intel/skylake/ |
H A D | skl-sst-ipc.c | 7 #include <linux/device.h> 599 int skl_ipc_init(struct device *dev, struct skl_dev *skl) in skl_ipc_init()
|
/kernel/linux/linux-5.10/sound/soc/mediatek/common/ |
H A D | mtk-btcvsd.c | 111 struct device *dev; 1286 struct device *dev = &pdev->dev; in mtk_btcvsd_snd_probe()
|
/kernel/linux/linux-5.10/sound/sparc/ |
H A D | amd7930.c | 749 /* device */ 0, in snd_amd7930_pcm() 908 static int snd_amd7930_dev_free(struct snd_device *device) in snd_amd7930_dev_free() argument 910 struct snd_amd7930 *amd = device->device_data; in snd_amd7930_dev_free()
|
/kernel/linux/linux-5.10/sound/soc/mediatek/mt8173/ |
H A D | mt8173-afe-pcm.c | 950 static int mt8173_afe_runtime_suspend(struct device *dev) in mt8173_afe_runtime_suspend() 972 static int mt8173_afe_runtime_resume(struct device *dev) in mt8173_afe_runtime_resume()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | compression.c | 173 if (btrfs_io_bio(bio)->device) in check_compressed_csum() 175 btrfs_io_bio(bio)->device, in check_compressed_csum()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_crtc.c | 491 struct device *dev = &mdp5_kms->pdev->dev; in mdp5_crtc_atomic_disable() 537 struct device *dev = &mdp5_kms->pdev->dev; in mdp5_crtc_atomic_enable()
|
H A D | mdp5_plane.c | 665 struct device *dev = mdp5_kms->dev->dev; in calc_scalex_steps() 688 struct device *dev = mdp5_kms->dev->dev; in calc_scaley_steps()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/ |
H A D | msm_gem.c | 46 * the toplevel drm device (mdss), or to the mdp sub-node, meaning 54 struct device *dev = msm_obj->base.dev->dev; in sync_for_device() 61 struct device *dev = msm_obj->base.dev->dev; in sync_for_cpu()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dsi/pll/ |
H A D | dsi_pll_14nm.c | 913 struct device *dev = &pll_14nm->pdev->dev; in pll_14nm_postdiv_register() 952 struct device *dev = &pll_14nm->pdev->dev; in pll_14nm_register()
|