/linux-4.1.27/drivers/cpuidle/ |
D | driver.c | 46 static inline void __cpuidle_unset_driver(struct cpuidle_driver *drv) in __cpuidle_unset_driver() 68 static inline int __cpuidle_set_driver(struct cpuidle_driver *drv) in __cpuidle_set_driver() 107 static inline int __cpuidle_set_driver(struct cpuidle_driver *drv) in __cpuidle_set_driver() 124 static inline void __cpuidle_unset_driver(struct cpuidle_driver *drv) in __cpuidle_unset_driver() 153 static void __cpuidle_driver_init(struct cpuidle_driver *drv) in __cpuidle_driver_init() 182 struct cpuidle_driver *drv, int index) in poll_idle() 194 static void poll_idle_init(struct cpuidle_driver *drv) in poll_idle_init() 207 static void poll_idle_init(struct cpuidle_driver *drv) {} in poll_idle_init() 223 static int __cpuidle_register_driver(struct cpuidle_driver *drv) in __cpuidle_register_driver() 257 static void __cpuidle_unregister_driver(struct cpuidle_driver *drv) in __cpuidle_unregister_driver() [all …]
|
D | cpuidle.c | 47 bool cpuidle_not_available(struct cpuidle_driver *drv, in cpuidle_not_available() 61 struct cpuidle_driver *drv = cpuidle_get_cpu_driver(dev); in cpuidle_play_dead() local 75 static int find_deepest_state(struct cpuidle_driver *drv, in find_deepest_state() 100 int cpuidle_find_deepest_state(struct cpuidle_driver *drv, in cpuidle_find_deepest_state() 106 static void enter_freeze_proper(struct cpuidle_driver *drv, in enter_freeze_proper() 133 int cpuidle_enter_freeze(struct cpuidle_driver *drv, struct cpuidle_device *dev) in cpuidle_enter_freeze() 155 int cpuidle_enter_state(struct cpuidle_device *dev, struct cpuidle_driver *drv, in cpuidle_enter_state() 219 int cpuidle_select(struct cpuidle_driver *drv, struct cpuidle_device *dev) in cpuidle_select() 234 int cpuidle_enter(struct cpuidle_driver *drv, struct cpuidle_device *dev, in cpuidle_enter() 333 struct cpuidle_driver *drv; in cpuidle_enable_device() local [all …]
|
D | cpuidle-pseries.c | 57 struct cpuidle_driver *drv, in snooze_loop() 98 struct cpuidle_driver *drv, in dedicated_cede_loop() 117 struct cpuidle_driver *drv, in shared_cede_loop() 208 struct cpuidle_driver *drv = &pseries_idle_driver; in pseries_cpuidle_driver_init() local
|
D | cpuidle-powernv.c | 34 struct cpuidle_driver *drv, in snooze_loop() 54 struct cpuidle_driver *drv, in nap_loop() 66 struct cpuidle_driver *drv, in fastsleep_loop() 141 struct cpuidle_driver *drv = &powernv_idle_driver; in powernv_cpuidle_driver_init() local
|
D | cpuidle.h | 44 bool cpuidle_state_is_coupled(struct cpuidle_driver *drv, int state) in cpuidle_state_is_coupled() 50 struct cpuidle_driver *drv, int next_state) in cpuidle_enter_state_coupled()
|
D | cpuidle-arm.c | 37 struct cpuidle_driver *drv, int idx) in arm_enter_idle_state() 97 struct cpuidle_driver *drv = &arm_idle_driver; in arm_idle_init() local
|
D | cpuidle-exynos.c | 31 struct cpuidle_driver *drv, in exynos_enter_coupled_lowpower() 62 struct cpuidle_driver *drv, in exynos_enter_lowpower()
|
D | cpuidle-big_little.c | 133 struct cpuidle_driver *drv, int idx) in bl_enter_powerdown() 147 static int __init bl_idle_driver_init(struct cpuidle_driver *drv, int part_id) in bl_idle_driver_init()
|
D | sysfs.c | 55 struct cpuidle_driver *drv; in show_current_driver() local 401 struct cpuidle_driver *drv = cpuidle_get_cpu_driver(device); in cpuidle_add_state_sysfs() local 436 struct cpuidle_driver *drv = cpuidle_get_cpu_driver(device); in cpuidle_remove_state_sysfs() local 452 struct cpuidle_driver *drv; member 463 static ssize_t show_driver_name(struct cpuidle_driver *drv, char *buf) in show_driver_name() 532 struct cpuidle_driver *drv = cpuidle_get_cpu_driver(dev); in cpuidle_add_driver_sysfs() local
|
D | cpuidle-zynq.c | 37 struct cpuidle_driver *drv, int index) in zynq_enter_idle()
|
D | cpuidle-at91.c | 30 struct cpuidle_driver *drv, in at91_enter_idle()
|
D | cpuidle-ux500.c | 27 struct cpuidle_driver *drv, int index) in ux500_enter_idle()
|
D | cpuidle-clps711x.c | 23 struct cpuidle_driver *drv, int index) in clps711x_cpuidle_halt()
|
D | cpuidle-calxeda.c | 41 struct cpuidle_driver *drv, in calxeda_pwrdown_idle()
|
D | cpuidle-kirkwood.c | 32 struct cpuidle_driver *drv, in kirkwood_enter_idle()
|
D | cpuidle-mvebu-v7.c | 29 struct cpuidle_driver *drv, in mvebu_v7_enter_idle()
|
D | cpuidle-cps.c | 28 struct cpuidle_driver *drv, int index) in cps_nc_enter()
|
D | dt_idle_states.c | 151 int dt_init_idle_driver(struct cpuidle_driver *drv, in dt_init_idle_driver()
|
D | coupled.c | 184 bool cpuidle_state_is_coupled(struct cpuidle_driver *drv, int state) in cpuidle_state_is_coupled() 458 struct cpuidle_driver *drv, int next_state) in cpuidle_enter_state_coupled()
|
/linux-4.1.27/drivers/base/ |
D | driver.c | 43 int driver_for_each_device(struct device_driver *drv, struct device *start, in driver_for_each_device() 77 struct device *driver_find_device(struct device_driver *drv, in driver_find_device() 102 int driver_create_file(struct device_driver *drv, in driver_create_file() 120 void driver_remove_file(struct device_driver *drv, in driver_remove_file() 128 int driver_add_groups(struct device_driver *drv, in driver_add_groups() 134 void driver_remove_groups(struct device_driver *drv, in driver_remove_groups() 148 int driver_register(struct device_driver *drv) in driver_register() 188 void driver_unregister(struct device_driver *drv) in driver_unregister()
|
D | dd.c | 242 struct device_driver *drv = dev->driver; in driver_sysfs_remove() local 278 static int really_probe(struct device *dev, struct device_driver *drv) in really_probe() 403 int driver_probe_device(struct device_driver *drv, struct device *dev) in driver_probe_device() 420 static int __device_attach(struct device_driver *drv, void *data) in __device_attach() 473 struct device_driver *drv = data; in __driver_attach() local 509 int driver_attach(struct device_driver *drv) in driver_attach() 521 struct device_driver *drv; in __device_release_driver() local 579 void driver_detach(struct device_driver *drv) in driver_detach()
|
D | module.c | 14 static char *make_driver_name(struct device_driver *drv) in make_driver_name() 33 void module_add_driver(struct module *mod, struct device_driver *drv) in module_add_driver() 72 void module_remove_driver(struct device_driver *drv) in module_remove_driver()
|
D | platform.c | 507 struct platform_driver *drv = to_platform_driver(_dev->driver); in platform_drv_probe() local 537 struct platform_driver *drv = to_platform_driver(_dev->driver); in platform_drv_remove() local 549 struct platform_driver *drv = to_platform_driver(_dev->driver); in platform_drv_shutdown() local 561 int __platform_driver_register(struct platform_driver *drv, in __platform_driver_register() 581 void platform_driver_unregister(struct platform_driver *drv) in platform_driver_unregister() 607 int __init_or_module __platform_driver_probe(struct platform_driver *drv, in __platform_driver_probe() 820 static int platform_match(struct device *dev, struct device_driver *drv) in platform_match() 877 struct device_driver *drv = dev->driver; in platform_pm_suspend() local 895 struct device_driver *drv = dev->driver; in platform_pm_resume() local 917 struct device_driver *drv = dev->driver; in platform_pm_freeze() local [all …]
|
D | base.h | 114 static inline int driver_match_device(struct device_driver *drv, in driver_match_device() 142 struct device_driver *drv) { } in module_add_driver() 143 static inline void module_remove_driver(struct device_driver *drv) { } in module_remove_driver()
|
D | bus.c | 180 static ssize_t unbind_store(struct device_driver *drv, const char *buf, in unbind_store() 207 static ssize_t bind_store(struct device_driver *drv, const char *buf, in bind_store() 454 struct device_driver *drv; in bus_for_each_drv() local 607 static int __must_check add_bind_files(struct device_driver *drv) in add_bind_files() 620 static void remove_bind_files(struct device_driver *drv) in remove_bind_files() 651 static ssize_t uevent_store(struct device_driver *drv, const char *buf, in uevent_store() 666 int bus_add_driver(struct device_driver *drv) in bus_add_driver() 740 void bus_remove_driver(struct device_driver *drv) in bus_remove_driver()
|
/linux-4.1.27/drivers/watchdog/ |
D | mena21_wdt.c | 45 static unsigned int a21_wdt_get_bootstatus(struct a21_wdt_drv *drv) in a21_wdt_get_bootstatus() 58 struct a21_wdt_drv *drv = watchdog_get_drvdata(wdt); in a21_wdt_start() local 71 struct a21_wdt_drv *drv = watchdog_get_drvdata(wdt); in a21_wdt_stop() local 84 struct a21_wdt_drv *drv = watchdog_get_drvdata(wdt); in a21_wdt_ping() local 100 struct a21_wdt_drv *drv = watchdog_get_drvdata(wdt); in a21_wdt_set_timeout() local 150 struct a21_wdt_drv *drv; in a21_wdt_probe() local 231 struct a21_wdt_drv *drv = dev_get_drvdata(&pdev->dev); in a21_wdt_remove() local 245 struct a21_wdt_drv *drv = dev_get_drvdata(&pdev->dev); in a21_wdt_shutdown() local
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | ibmebus.c | 208 int ibmebus_register_driver(struct platform_driver *drv) in ibmebus_register_driver() 218 void ibmebus_unregister_driver(struct platform_driver *drv) in ibmebus_unregister_driver() 330 static int ibmebus_bus_bus_match(struct device *dev, struct device_driver *drv) in ibmebus_bus_bus_match() 343 struct platform_driver *drv; in ibmebus_bus_device_probe() local 365 struct platform_driver *drv = to_platform_driver(dev->driver); in ibmebus_bus_device_remove() local 375 struct platform_driver *drv = to_platform_driver(dev->driver); in ibmebus_bus_device_shutdown() local 422 struct platform_driver *drv = to_platform_driver(dev->driver); in ibmebus_bus_legacy_suspend() local 433 struct platform_driver *drv = to_platform_driver(dev->driver); in ibmebus_bus_legacy_resume() local 443 struct device_driver *drv = dev->driver; in ibmebus_bus_pm_prepare() local 454 struct device_driver *drv = dev->driver; in ibmebus_bus_pm_complete() local [all …]
|
/linux-4.1.27/drivers/staging/i2o/ |
D | driver.c | 46 static int i2o_bus_match(struct device *dev, struct device_driver *drv) in i2o_bus_match() 77 int i2o_driver_register(struct i2o_driver *drv) in i2o_driver_register() 147 void i2o_driver_unregister(struct i2o_driver *drv) in i2o_driver_unregister() 190 struct i2o_driver *drv; in i2o_driver_dispatch() local 264 struct i2o_driver *drv; in i2o_driver_notify_controller_add_all() local 284 struct i2o_driver *drv; in i2o_driver_notify_controller_remove_all() local 303 struct i2o_driver *drv; in i2o_driver_notify_device_add_all() local 322 struct i2o_driver *drv; in i2o_driver_notify_device_remove_all() local
|
/linux-4.1.27/sound/aoa/soundbus/ |
D | core.c | 40 struct soundbus_driver *drv; in soundbus_probe() local 111 struct soundbus_driver * drv = to_soundbus_driver(dev->driver); in soundbus_device_remove() local 123 struct soundbus_driver * drv = to_soundbus_driver(dev->driver); in soundbus_device_shutdown() local 134 struct soundbus_driver * drv = to_soundbus_driver(dev->driver); in soundbus_device_suspend() local 144 struct soundbus_driver * drv = to_soundbus_driver(dev->driver); in soundbus_device_resume() local 191 int soundbus_register_driver(struct soundbus_driver *drv) in soundbus_register_driver() 202 void soundbus_unregister_driver(struct soundbus_driver *drv) in soundbus_unregister_driver()
|
/linux-4.1.27/drivers/net/irda/ |
D | sir_dongle.c | 35 struct dongle_driver *drv; in irda_register_dongle() local 54 int irda_unregister_dongle(struct dongle_driver *drv) in irda_unregister_dongle() 66 const struct dongle_driver *drv = NULL; in sirdev_get_dongle() local 122 const struct dongle_driver *drv = dev->dongle_drv; in sirdev_put_dongle() local
|
D | sir_dev.c | 795 const struct sir_driver *drv = dev->drv; in sirdev_open() local 838 const struct sir_driver *drv; in sirdev_close() local 877 struct sir_dev * sirdev_get_instance(const struct sir_driver *drv, const char *name) in sirdev_get_instance()
|
/linux-4.1.27/drivers/pci/ |
D | pci-driver.c | 51 int pci_add_dynid(struct pci_driver *drv, in pci_add_dynid() 79 static void pci_free_dynids(struct pci_driver *drv) in pci_free_dynids() 254 static const struct pci_device_id *pci_match_device(struct pci_driver *drv, in pci_match_device() 285 struct pci_driver *drv; member 324 static int pci_call_probe(struct pci_driver *drv, struct pci_dev *dev, in pci_call_probe() 374 static int __pci_device_probe(struct pci_driver *drv, struct pci_dev *pci_dev) in __pci_device_probe() 394 struct pci_driver *drv; in pci_device_probe() local 410 struct pci_driver *drv = pci_dev->driver; in pci_device_remove() local 447 struct pci_driver *drv = pci_dev->driver; in pci_device_shutdown() local 539 struct pci_driver *drv = pci_dev->driver; in pci_legacy_suspend() local [all …]
|
/linux-4.1.27/drivers/video/fbdev/via/ |
D | via_aux_edid.c | 33 static void query_edid(struct via_aux_drv *drv) in query_edid() 62 static const struct fb_videomode *get_preferred_mode(struct via_aux_drv *drv) in get_preferred_mode() 79 static void cleanup(struct via_aux_drv *drv) in cleanup() 89 struct via_aux_drv drv = { in via_aux_edid_probe() local
|
D | via_aux.h | 58 static inline bool via_aux_add(struct via_aux_drv *drv) in via_aux_add() 70 static inline bool via_aux_read(struct via_aux_drv *drv, u8 start, u8 *buf, in via_aux_read()
|
D | via_aux_vt1621.c | 33 struct via_aux_drv drv = { in via_aux_vt1621_probe() local
|
D | via_aux_vt1631.c | 33 struct via_aux_drv drv = { in via_aux_vt1631_probe() local
|
D | via_aux_vt1636.c | 33 struct via_aux_drv drv = { in via_aux_vt1636_probe() local
|
D | via_aux_ch7301.c | 33 struct via_aux_drv drv = { in probe() local
|
D | via_aux_vt1622.c | 33 struct via_aux_drv drv = { in probe() local
|
D | via_aux_vt1625.c | 33 struct via_aux_drv drv = { in probe() local
|
D | via_aux_sii164.c | 33 struct via_aux_drv drv = { in probe() local
|
D | via_aux_vt1632.c | 33 struct via_aux_drv drv = { in probe() local
|
/linux-4.1.27/drivers/zorro/ |
D | zorro-driver.c | 46 struct zorro_driver *drv = to_zorro_driver(dev->driver); in zorro_device_probe() local 67 struct zorro_driver *drv = to_zorro_driver(dev->driver); in zorro_device_remove() local 86 int zorro_register_driver(struct zorro_driver *drv) in zorro_register_driver() 108 void zorro_unregister_driver(struct zorro_driver *drv) in zorro_unregister_driver() 126 static int zorro_bus_match(struct device *dev, struct device_driver *drv) in zorro_bus_match()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/ |
D | iwl-drv.c | 139 struct list_head drv; /* list of devices using this op_mode */ member 157 static void iwl_free_fw_desc(struct iwl_drv *drv, struct fw_desc *desc) in iwl_free_fw_desc() 164 static void iwl_free_fw_img(struct iwl_drv *drv, struct fw_img *img) in iwl_free_fw_img() 171 static void iwl_dealloc_ucode(struct iwl_drv *drv) in iwl_dealloc_ucode() 185 static int iwl_alloc_fw_desc(struct iwl_drv *drv, struct fw_desc *desc, in iwl_alloc_fw_desc() 213 static int iwl_request_firmware(struct iwl_drv *drv, bool first) in iwl_request_firmware() 403 static int iwl_set_default_calib(struct iwl_drv *drv, const u8 *data) in iwl_set_default_calib() 421 static int iwl_set_ucode_api_flags(struct iwl_drv *drv, const u8 *data, in iwl_set_ucode_api_flags() 437 static int iwl_set_ucode_capabilities(struct iwl_drv *drv, const u8 *data, in iwl_set_ucode_capabilities() 453 static int iwl_parse_v1_v2_firmware(struct iwl_drv *drv, in iwl_parse_v1_v2_firmware() [all …]
|
/linux-4.1.27/sound/soc/intel/atom/ |
D | sst-atom-controls.c | 31 static int sst_fill_byte_control(struct sst_data *drv, in sst_fill_byte_control() 55 static int sst_fill_and_send_cmd_unlocked(struct sst_data *drv, in sst_fill_and_send_cmd_unlocked() 73 static int sst_fill_and_send_cmd(struct sst_data *drv, in sst_fill_and_send_cmd() 113 static int sst_send_slot_map(struct sst_data *drv) in sst_send_slot_map() 164 struct sst_data *drv = snd_soc_component_get_drvdata(c); in sst_slot_get() local 191 static int sst_check_and_send_slot_map(struct sst_data *drv, struct snd_kcontrol *kcontrol) in sst_check_and_send_slot_map() 221 struct sst_data *drv = snd_soc_component_get_drvdata(c); in sst_slot_put() local 264 static int sst_send_algo_cmd(struct sst_data *drv, in sst_send_algo_cmd() 294 static int sst_find_and_send_pipe_algo(struct sst_data *drv, in sst_find_and_send_pipe_algo() 350 struct sst_data *drv = snd_soc_component_get_drvdata(cmpnt); in sst_algo_control_set() local [all …]
|
D | sst-mfld-platform-pcm.c | 670 struct sst_data *drv = dev_get_drvdata(platform->dev); in sst_soc_probe() local 690 struct sst_data *drv; in sst_platform_probe() local 739 struct sst_data *drv = dev_get_drvdata(dev); in sst_soc_prepare() local 761 struct sst_data *drv = dev_get_drvdata(dev); in sst_soc_complete() local
|
/linux-4.1.27/arch/arm/mach-tegra/ |
D | cpuidle-tegra30.c | 67 struct cpuidle_driver *drv, in tegra30_cpu_cluster_power_down() 89 struct cpuidle_driver *drv, in tegra30_cpu_core_power_down() 104 struct cpuidle_driver *drv, in tegra30_cpu_core_power_down() 112 struct cpuidle_driver *drv, in tegra30_idle_lp2()
|
D | cpuidle-tegra20.c | 128 struct cpuidle_driver *drv, in tegra20_cpu_cluster_power_down() 151 struct cpuidle_driver *drv, in tegra20_idle_enter_lp2_cpu_1() 166 struct cpuidle_driver *drv, in tegra20_idle_enter_lp2_cpu_1() 174 struct cpuidle_driver *drv, in tegra20_idle_lp2_coupled()
|
D | cpuidle-tegra114.c | 39 struct cpuidle_driver *drv, in tegra114_idle_power_down()
|
/linux-4.1.27/drivers/dio/ |
D | dio-driver.c | 50 struct dio_driver *drv = to_dio_driver(dev->driver); in dio_device_probe() local 76 int dio_register_driver(struct dio_driver *drv) in dio_register_driver() 97 void dio_unregister_driver(struct dio_driver *drv) in dio_unregister_driver() 113 static int dio_bus_match(struct device *dev, struct device_driver *drv) in dio_bus_match()
|
/linux-4.1.27/drivers/pnp/ |
D | card.c | 18 static const struct pnp_card_device_id *match_card(struct pnp_card_driver *drv, in match_card() 59 struct pnp_card_driver *drv = to_pnp_card_driver(dev->driver); in card_remove_first() local 70 static int card_probe(struct pnp_card *card, struct pnp_card_driver *drv) in card_probe() 263 struct pnp_card_driver *drv = in pnp_add_card() local 332 struct pnp_card_driver *drv; in pnp_request_card_device() local 378 struct pnp_card_driver *drv = dev->card_link->driver; in pnp_release_card_device() local 413 int pnp_register_card_driver(struct pnp_card_driver *drv) in pnp_register_card_driver() 446 void pnp_unregister_card_driver(struct pnp_card_driver *drv) in pnp_unregister_card_driver()
|
D | driver.c | 43 static const struct pnp_device_id *match_device(struct pnp_driver *drv, in match_device() 127 struct pnp_driver *drv = pnp_dev->driver; in pnp_device_remove() local 141 struct pnp_driver *drv = pnp_dev->driver; in pnp_device_shutdown() local 147 static int pnp_bus_match(struct device *dev, struct device_driver *drv) in pnp_bus_match() 262 int pnp_register_driver(struct pnp_driver *drv) in pnp_register_driver() 270 void pnp_unregister_driver(struct pnp_driver *drv) in pnp_unregister_driver()
|
/linux-4.1.27/drivers/phy/ |
D | phy-samsung-usb2.c | 25 struct samsung_usb2_phy_driver *drv = inst->drv; in samsung_usb2_phy_power_on() local 57 struct samsung_usb2_phy_driver *drv = inst->drv; in samsung_usb2_phy_power_off() local 83 struct samsung_usb2_phy_driver *drv; in samsung_usb2_phy_xlate() local 137 struct samsung_usb2_phy_driver *drv; in samsung_usb2_phy_probe() local
|
D | phy-rcar-gen2.c | 57 struct rcar_gen2_phy_driver *drv; member 75 struct rcar_gen2_phy_driver *drv = channel->drv; in rcar_gen2_phy_init() local 114 struct rcar_gen2_phy_driver *drv = phy->channel->drv; in rcar_gen2_phy_power_on() local 158 struct rcar_gen2_phy_driver *drv = phy->channel->drv; in rcar_gen2_phy_power_off() local 205 struct rcar_gen2_phy_driver *drv; in rcar_gen2_phy_xlate() local 242 struct rcar_gen2_phy_driver *drv; in rcar_gen2_phy_probe() local
|
D | phy-exynos4x12-usb2.c | 170 struct samsung_usb2_phy_driver *drv = inst->drv; in exynos4x12_isol() local 197 struct samsung_usb2_phy_driver *drv = inst->drv; in exynos4x12_setup_clk() local 213 struct samsung_usb2_phy_driver *drv = inst->drv; in exynos4x12_phy_pwr() local 275 struct samsung_usb2_phy_driver *drv = inst->drv; in exynos4x12_power_on() local 314 struct samsung_usb2_phy_driver *drv = inst->drv; in exynos4x12_power_off() local
|
D | phy-s5pv210-usb2.c | 94 struct samsung_usb2_phy_driver *drv = inst->drv; in s5pv210_isol() local 114 struct samsung_usb2_phy_driver *drv = inst->drv; in s5pv210_phy_pwr() local
|
D | phy-exynos5250-usb2.c | 180 struct samsung_usb2_phy_driver *drv = inst->drv; in exynos5250_isol() local 202 struct samsung_usb2_phy_driver *drv = inst->drv; in exynos5250_power_on() local 328 struct samsung_usb2_phy_driver *drv = inst->drv; in exynos5250_power_off() local
|
D | phy-exynos4210-usb2.c | 129 struct samsung_usb2_phy_driver *drv = inst->drv; in exynos4210_isol() local 151 struct samsung_usb2_phy_driver *drv = inst->drv; in exynos4210_phy_pwr() local
|
/linux-4.1.27/drivers/nfc/ |
D | nfcwilink.c | 124 static void nfcwilink_fw_download_receive(struct nfcwilink *drv, in nfcwilink_fw_download_receive() 141 static int nfcwilink_get_bts_file_name(struct nfcwilink *drv, char *file_name) in nfcwilink_get_bts_file_name() 198 static int nfcwilink_send_bts_cmd(struct nfcwilink *drv, __u8 *data, int len) in nfcwilink_send_bts_cmd() 245 static int nfcwilink_download_fw(struct nfcwilink *drv) in nfcwilink_download_fw() 325 struct nfcwilink *drv = priv_data; in nfcwilink_register_complete() local 337 struct nfcwilink *drv = priv_data; in nfcwilink_receive() local 384 struct nfcwilink *drv = nci_get_drvdata(ndev); in nfcwilink_open() local 446 struct nfcwilink *drv = nci_get_drvdata(ndev); in nfcwilink_close() local 463 struct nfcwilink *drv = nci_get_drvdata(ndev); in nfcwilink_send() local 500 static struct nfcwilink *drv; in nfcwilink_probe() local [all …]
|
/linux-4.1.27/sound/core/seq/ |
D | seq_midi_emul.c | 88 void *drv; in snd_midi_process_event() local 245 note_off(struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan, in note_off() 267 do_control(struct snd_midi_op *ops, void *drv, struct snd_midi_channel_set *chset, in do_control() 417 rpn(struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan, in rpn() 457 nrpn(struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan, in nrpn() 599 all_sounds_off(struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan) in all_sounds_off() 617 all_notes_off(struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan) in all_notes_off()
|
D | seq_device.c | 58 static int snd_seq_bus_match(struct device *dev, struct device_driver *drv) in snd_seq_bus_match() 253 int __snd_seq_driver_register(struct snd_seq_driver *drv, struct module *mod) in __snd_seq_driver_register() 263 void snd_seq_driver_unregister(struct snd_seq_driver *drv) in snd_seq_driver_unregister()
|
/linux-4.1.27/drivers/mtd/chips/ |
D | chipreg.c | 17 void register_mtd_chip_driver(struct mtd_chip_driver *drv) in register_mtd_chip_driver() 24 void unregister_mtd_chip_driver(struct mtd_chip_driver *drv) in unregister_mtd_chip_driver() 59 struct mtd_chip_driver *drv; in do_map_probe() local
|
/linux-4.1.27/drivers/mmc/core/ |
D | bus.c | 62 static int mmc_bus_match(struct device *dev, struct device_driver *drv) in mmc_bus_match() 112 struct mmc_driver *drv = to_mmc_driver(dev->driver); in mmc_bus_probe() local 120 struct mmc_driver *drv = to_mmc_driver(dev->driver); in mmc_bus_remove() local 130 struct mmc_driver *drv = to_mmc_driver(dev->driver); in mmc_bus_shutdown() local 225 int mmc_register_driver(struct mmc_driver *drv) in mmc_register_driver() 237 void mmc_unregister_driver(struct mmc_driver *drv) in mmc_unregister_driver()
|
D | sdio_bus.c | 97 static int sdio_bus_match(struct device *dev, struct device_driver *drv) in sdio_bus_match() 131 struct sdio_driver *drv = to_sdio_driver(dev->driver); in sdio_bus_probe() local 174 struct sdio_driver *drv = to_sdio_driver(dev->driver); in sdio_bus_remove() local 236 int sdio_register_driver(struct sdio_driver *drv) in sdio_register_driver() 248 void sdio_unregister_driver(struct sdio_driver *drv) in sdio_unregister_driver()
|
/linux-4.1.27/drivers/input/gameport/ |
D | gameport.c | 218 static int gameport_bind_driver(struct gameport *gameport, struct gameport_driver *drv) in gameport_bind_driver() 473 struct device_driver *drv; in drvctl_store() local 684 static ssize_t description_show(struct device_driver *drv, char *buf) in description_show() 700 struct gameport_driver *drv = to_gameport_driver(dev->driver); in gameport_driver_probe() local 709 struct gameport_driver *drv = to_gameport_driver(dev->driver); in gameport_driver_remove() local 715 static void gameport_attach_driver(struct gameport_driver *drv) in gameport_attach_driver() 725 int __gameport_register_driver(struct gameport_driver *drv, struct module *owner, in __gameport_register_driver() 761 void gameport_unregister_driver(struct gameport_driver *drv) in gameport_unregister_driver() 786 static int gameport_bus_match(struct device *dev, struct device_driver *drv) in gameport_bus_match() 802 static void gameport_set_drv(struct gameport *gameport, struct gameport_driver *drv) in gameport_set_drv() [all …]
|
/linux-4.1.27/drivers/misc/ |
D | tifm_core.c | 45 static int tifm_bus_match(struct device *dev, struct device_driver *drv) in tifm_bus_match() 75 struct tifm_driver *drv = container_of(dev->driver, struct tifm_driver, in tifm_device_probe() local 97 struct tifm_driver *drv = container_of(dev->driver, struct tifm_driver, in tifm_device_remove() local 116 struct tifm_driver *drv = container_of(dev->driver, struct tifm_driver, in tifm_device_suspend() local 127 struct tifm_driver *drv = container_of(dev->driver, struct tifm_driver, in tifm_device_resume() local 318 int tifm_register_driver(struct tifm_driver *drv) in tifm_register_driver() 326 void tifm_unregister_driver(struct tifm_driver *drv) in tifm_unregister_driver()
|
/linux-4.1.27/drivers/macintosh/ |
D | macio_asic.c | 42 static int macio_bus_match(struct device *dev, struct device_driver *drv) in macio_bus_match() 75 struct macio_driver *drv; in macio_device_probe() local 99 struct macio_driver * drv = to_macio_driver(dev->driver); in macio_device_remove() local 111 struct macio_driver * drv = to_macio_driver(dev->driver); in macio_device_shutdown() local 120 struct macio_driver * drv = to_macio_driver(dev->driver); in macio_device_suspend() local 130 struct macio_driver * drv = to_macio_driver(dev->driver); in macio_device_resume() local 527 int macio_register_driver(struct macio_driver *drv) in macio_register_driver() 540 void macio_unregister_driver(struct macio_driver *drv) in macio_unregister_driver()
|
/linux-4.1.27/drivers/input/serio/ |
D | serio.c | 60 static int serio_connect_driver(struct serio *serio, struct serio_driver *drv) in serio_connect_driver() 108 static int serio_bind_driver(struct serio *serio, struct serio_driver *drv) in serio_bind_driver() 403 struct device_driver *drv; in drvctl_store() local 753 static ssize_t description_show(struct device_driver *drv, char *buf) in description_show() 760 static ssize_t bind_mode_show(struct device_driver *drv, char *buf) in bind_mode_show() 766 static ssize_t bind_mode_store(struct device_driver *drv, const char *buf, size_t count) in bind_mode_store() 794 struct serio_driver *drv = to_serio_driver(dev->driver); in serio_driver_probe() local 822 static void serio_attach_driver(struct serio_driver *drv) in serio_attach_driver() 832 int __serio_register_driver(struct serio_driver *drv, struct module *owner, const char *mod_name) in __serio_register_driver() 871 void serio_unregister_driver(struct serio_driver *drv) in serio_unregister_driver() [all …]
|
D | serio_raw.c | 293 static int serio_raw_connect(struct serio *serio, struct serio_driver *drv) in serio_raw_connect() 362 struct serio_driver *drv = serio->drv; in serio_raw_reconnect() local
|
/linux-4.1.27/drivers/media/radio/ |
D | radio-isa.c | 179 struct radio_isa_driver *drv = pdev->platform_data; in radio_isa_match() local 185 static bool radio_isa_valid_io(const struct radio_isa_driver *drv, int io) in radio_isa_valid_io() 195 static struct radio_isa_card *radio_isa_alloc(struct radio_isa_driver *drv, in radio_isa_alloc() 215 const struct radio_isa_driver *drv = isa->drv; in radio_isa_common_probe() local 308 struct radio_isa_driver *drv = pdev->platform_data; in radio_isa_probe() local 368 struct radio_isa_driver *drv = container_of(pnp_drv, in radio_isa_pnp_probe() local
|
/linux-4.1.27/drivers/crypto/nx/ |
D | nx_debugfs.c | 45 int nx_debugfs_init(struct nx_crypto_driver *drv) in nx_debugfs_init() 98 nx_debugfs_fini(struct nx_crypto_driver *drv) in nx_debugfs_fini()
|
D | nx.h | 173 #define NX_DEBUGFS_INIT(drv) nx_debugfs_init(drv) argument 174 #define NX_DEBUGFS_FINI(drv) nx_debugfs_fini(drv) argument 179 #define NX_DEBUGFS_INIT(drv) (0) argument 180 #define NX_DEBUGFS_FINI(drv) (0) argument
|
/linux-4.1.27/include/linux/ |
D | cpuidle.h | 162 static inline bool cpuidle_not_available(struct cpuidle_driver *drv, in cpuidle_not_available() 165 static inline int cpuidle_select(struct cpuidle_driver *drv, in cpuidle_select() 168 static inline int cpuidle_enter(struct cpuidle_driver *drv, in cpuidle_enter() 172 static inline int cpuidle_register_driver(struct cpuidle_driver *drv) in cpuidle_register_driver() 177 static inline void cpuidle_unregister_driver(struct cpuidle_driver *drv) { } in cpuidle_unregister_driver() 181 static inline int cpuidle_register(struct cpuidle_driver *drv, in cpuidle_register() 184 static inline void cpuidle_unregister(struct cpuidle_driver *drv) { } in cpuidle_unregister() 193 static inline int cpuidle_find_deepest_state(struct cpuidle_driver *drv, in cpuidle_find_deepest_state() 196 static inline int cpuidle_enter_freeze(struct cpuidle_driver *drv, in cpuidle_enter_freeze()
|
D | of_device.h | 24 const struct device_driver *drv) in of_driver_match_device() 60 struct device_driver *drv) in of_driver_match_device()
|
D | superhyway.h | 54 struct device_driver drv; member 68 struct superhyway_driver *drv; member
|
D | platform_device.h | 185 #define to_platform_driver(drv) (container_of((drv), struct platform_driver, \ argument 191 #define platform_driver_register(drv) \ argument 200 #define platform_driver_probe(drv, probe) \ argument
|
D | serio.h | 45 …struct serio_driver *drv; /* accessed from interrupt, must be protected by serio->lock and serio->… member 90 #define serio_register_driver(drv) \ argument
|
D | pnp.h | 390 #define to_pnp_driver(drv) container_of(drv, struct pnp_driver, driver) argument 405 #define to_pnp_card_driver(drv) container_of(drv, struct pnp_card_driver, link) argument 491 static inline int pnp_register_card_driver(struct pnp_card_driver *drv) { return -ENODEV; } in pnp_register_card_driver() 492 static inline void pnp_unregister_card_driver(struct pnp_card_driver *drv) { } in pnp_unregister_card_driver() 508 static inline int pnp_register_driver(struct pnp_driver *drv) { return -ENODEV; } in pnp_register_driver() 509 static inline void pnp_unregister_driver(struct pnp_driver *drv) { } in pnp_unregister_driver()
|
D | gameport.h | 45 struct gameport_driver *drv; member 150 #define gameport_register_driver(drv) \ argument
|
D | mic_bus.h | 105 static inline struct mbus_driver *drv_to_mbus(struct device_driver *drv) in drv_to_mbus()
|
/linux-4.1.27/drivers/memstick/core/ |
D | memstick.c | 44 static int memstick_bus_match(struct device *dev, struct device_driver *drv) in memstick_bus_match() 84 struct memstick_driver *drv = container_of(dev->driver, in memstick_device_probe() local 101 struct memstick_driver *drv = container_of(dev->driver, in memstick_device_remove() local 120 struct memstick_driver *drv = container_of(dev->driver, in memstick_device_suspend() local 133 struct memstick_driver *drv = container_of(dev->driver, in memstick_device_resume() local 605 int memstick_register_driver(struct memstick_driver *drv) in memstick_register_driver() 613 void memstick_unregister_driver(struct memstick_driver *drv) in memstick_unregister_driver()
|
/linux-4.1.27/arch/arm/mach-integrator/ |
D | lm.c | 20 static int lm_match(struct device *dev, struct device_driver *drv) in lm_match() 59 int lm_driver_register(struct lm_driver *drv) in lm_driver_register() 65 void lm_driver_unregister(struct lm_driver *drv) in lm_driver_unregister()
|
D | lm.h | 10 struct device_driver drv; member
|
/linux-4.1.27/arch/x86/kernel/apic/ |
D | probe_32.c | 136 struct apic **drv; in parse_apic() local 193 struct apic **drv; in generic_apic_probe() local 211 struct apic **drv; in default_acpi_madt_oem_check() local
|
D | probe_64.c | 31 struct apic **drv; in default_setup_apic_routing() local 59 struct apic **drv; in default_acpi_madt_oem_check() local
|
/linux-4.1.27/drivers/virtio/ |
D | virtio.c | 112 struct virtio_driver *drv = drv_to_virtio(vdev->dev.driver); in virtio_check_driver_offered_feature() local 130 struct virtio_driver *drv = drv_to_virtio(dev->dev.driver); in __virtio_config_changed() local 190 struct virtio_driver *drv = drv_to_virtio(dev->dev.driver); in virtio_dev_probe() local 258 struct virtio_driver *drv = drv_to_virtio(dev->dev.driver); in virtio_dev_remove() local 345 struct virtio_driver *drv = drv_to_virtio(dev->dev.driver); in virtio_device_freeze() local 360 struct virtio_driver *drv = drv_to_virtio(dev->dev.driver); in virtio_device_restore() local
|
/linux-4.1.27/drivers/xen/xenbus/ |
D | xenbus_probe.c | 95 struct xenbus_driver *drv = to_xenbus_driver(_drv); in xenbus_match() local 124 struct xenbus_driver *drv = to_xenbus_driver(dev->dev.driver); in talk_to_otherend() local 178 struct xenbus_driver *drv = to_xenbus_driver(dev->dev.driver); in xenbus_otherend_changed() local 215 struct xenbus_driver *drv = to_xenbus_driver(_dev->driver); in xenbus_dev_probe() local 261 struct xenbus_driver *drv = to_xenbus_driver(_dev->driver); in xenbus_dev_remove() local 300 int xenbus_register_driver_common(struct xenbus_driver *drv, in xenbus_register_driver_common() 313 void xenbus_unregister_driver(struct xenbus_driver *drv) in xenbus_unregister_driver() 589 struct xenbus_driver *drv; in xenbus_dev_suspend() local 609 struct xenbus_driver *drv; in xenbus_dev_resume() local
|
D | xenbus_probe_frontend.c | 186 struct device_driver *drv = data; in is_device_connecting() local 226 static int exists_essential_connecting_device(struct device_driver *drv) in exists_essential_connecting_device() 231 static int exists_non_essential_connecting_device(struct device_driver *drv) in exists_non_essential_connecting_device() 240 struct device_driver *drv = data; in print_device_status() local 298 struct device_driver *drv = xendrv ? &xendrv->driver : NULL; in wait_for_devices() local 320 int __xenbus_register_frontend(struct xenbus_driver *drv, struct module *owner, in __xenbus_register_frontend()
|
D | xenbus_probe_backend.c | 100 struct xenbus_driver *drv; in xenbus_uevent_backend() local 237 int __xenbus_register_backend(struct xenbus_driver *drv, struct module *owner, in __xenbus_register_backend()
|
/linux-4.1.27/arch/mips/sgi-ip22/ |
D | ip22-gio.c | 113 static int gio_bus_match(struct device *dev, struct device_driver *drv) in gio_bus_match() 124 struct gio_driver *drv; in gio_device_probe() local 148 struct gio_driver *drv = to_gio_driver(dev->driver); in gio_device_remove() local 158 struct gio_driver *drv = to_gio_driver(dev->driver); in gio_device_shutdown() local 206 int gio_register_driver(struct gio_driver *drv) in gio_register_driver() 220 void gio_unregister_driver(struct gio_driver *drv) in gio_unregister_driver()
|
/linux-4.1.27/drivers/isdn/gigaset/ |
D | common.c | 405 static struct cardstate *alloc_cs(struct gigaset_driver *drv) in alloc_cs() 436 struct gigaset_driver *drv = cs->driver; in make_valid() local 445 struct gigaset_driver *drv = cs->driver; in make_invalid() local 669 struct cardstate *gigaset_initcs(struct gigaset_driver *drv, int channels, in gigaset_initcs() 986 struct gigaset_driver *drv; in gigaset_get_cs_by_id() local 1011 struct gigaset_driver *drv; in gigaset_get_cs_by_minor() local 1043 void gigaset_freedriver(struct gigaset_driver *drv) in gigaset_freedriver() 1076 struct gigaset_driver *drv; in gigaset_initdriver() local 1126 void gigaset_blockdriver(struct gigaset_driver *drv) in gigaset_blockdriver()
|
D | interface.c | 498 struct gigaset_driver *drv; in gigaset_if_init() local 521 struct gigaset_driver *drv; in gigaset_if_free() local 557 void gigaset_if_initdriver(struct gigaset_driver *drv, const char *procname, in gigaset_if_initdriver() 597 void gigaset_if_freedriver(struct gigaset_driver *drv) in gigaset_if_freedriver()
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | cpuidle34xx.c | 110 struct cpuidle_driver *drv, in omap3_enter_idle() 167 struct cpuidle_driver *drv, int index) in next_valid_state() 217 struct cpuidle_driver *drv, in omap3_enter_idle_bm()
|
D | cpuidle44xx.c | 73 struct cpuidle_driver *drv, in omap_enter_idle_simple() 81 struct cpuidle_driver *drv, in omap_enter_idle_coupled()
|
/linux-4.1.27/drivers/media/pci/cx88/ |
D | cx88-mpeg.c | 524 static int cx8802_request_acquire(struct cx8802_driver *drv) in cx8802_request_acquire() 563 static int cx8802_request_release(struct cx8802_driver *drv) in cx8802_request_release() 583 static int cx8802_check_driver(struct cx8802_driver *drv) in cx8802_check_driver() 605 int cx8802_register_driver(struct cx8802_driver *drv) in cx8802_register_driver() 664 int cx8802_unregister_driver(struct cx8802_driver *drv) in cx8802_unregister_driver() 778 struct cx8802_driver *drv, *tmp; in cx8802_remove() local
|
D | cx88-dvb.c | 173 struct cx8802_driver *drv = NULL; in cx88_dvb_bus_ctrl() local 1656 static int cx8802_dvb_advise_acquire(struct cx8802_driver *drv) in cx8802_dvb_advise_acquire() 1720 static int cx8802_dvb_advise_release(struct cx8802_driver *drv) in cx8802_dvb_advise_release() 1739 static int cx8802_dvb_probe(struct cx8802_driver *drv) in cx8802_dvb_probe() 1813 static int cx8802_dvb_remove(struct cx8802_driver *drv) in cx8802_dvb_remove()
|
D | cx88-blackbird.c | 685 struct cx8802_driver *drv; in start_streaming() local 734 struct cx8802_driver *drv = NULL; in stop_streaming() local 1058 static int cx8802_blackbird_advise_acquire(struct cx8802_driver *drv) in cx8802_blackbird_advise_acquire() 1088 static int cx8802_blackbird_advise_release(struct cx8802_driver *drv) in cx8802_blackbird_advise_release() 1130 static int cx8802_blackbird_probe(struct cx8802_driver *drv) in cx8802_blackbird_probe() 1196 static int cx8802_blackbird_remove(struct cx8802_driver *drv) in cx8802_blackbird_remove()
|
/linux-4.1.27/drivers/tty/serial/ |
D | suncore.c | 28 int sunserial_register_minors(struct uart_driver *drv, int count) in sunserial_register_minors() 45 void sunserial_unregister_minors(struct uart_driver *drv, int count) in sunserial_unregister_minors() 56 struct uart_driver *drv, int line, bool ignore_line) in sunserial_console_match()
|
D | serial_core.c | 1374 struct uart_driver *drv = tty->driver->driver_state; in uart_close() local 1593 struct uart_driver *drv = (struct uart_driver *)tty->driver->driver_state; in uart_open() local 1661 static void uart_line_info(struct seq_file *m, struct uart_driver *drv, int i) in uart_line_info() 1744 struct uart_driver *drv = ttydrv->driver_state; in uart_proc_show() local 2019 int uart_suspend_port(struct uart_driver *drv, struct uart_port *uport) in uart_suspend_port() 2083 int uart_resume_port(struct uart_driver *drv, struct uart_port *uport) in uart_resume_port() 2168 uart_report_port(struct uart_driver *drv, struct uart_port *port) in uart_report_port() 2202 uart_configure_port(struct uart_driver *drv, struct uart_state *state, in uart_configure_port() 2266 struct uart_driver *drv = driver->driver_state; in uart_poll_init() local 2308 struct uart_driver *drv = driver->driver_state; in uart_poll_get_char() local [all …]
|
/linux-4.1.27/drivers/sh/superhyway/ |
D | superhyway.c | 174 int superhyway_register_driver(struct superhyway_driver *drv) in superhyway_register_driver() 189 void superhyway_unregister_driver(struct superhyway_driver *drv) in superhyway_unregister_driver() 194 static int superhyway_bus_match(struct device *dev, struct device_driver *drv) in superhyway_bus_match()
|
/linux-4.1.27/include/scsi/ |
D | scsi_driver.h | 20 #define to_scsi_driver(drv) \ argument 24 #define scsi_unregister_driver(drv) \ argument
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_bind.c | 20 static int hda_codec_match(struct hdac_device *dev, struct hdac_driver *drv) in hda_codec_match() 134 int __hda_codec_driver_register(struct hda_codec_driver *drv, const char *name, in __hda_codec_driver_register() 151 void hda_codec_driver_unregister(struct hda_codec_driver *drv) in hda_codec_driver_unregister()
|
/linux-4.1.27/drivers/usb/host/ |
D | ohci-ps3.c | 229 static int __init ps3_ohci_driver_register(struct ps3_system_bus_driver *drv) in ps3_ohci_driver_register() 236 static void ps3_ohci_driver_unregister(struct ps3_system_bus_driver *drv) in ps3_ohci_driver_unregister()
|
D | ehci-ps3.c | 244 static int __init ps3_ehci_driver_register(struct ps3_system_bus_driver *drv) in ps3_ehci_driver_register() 251 static void ps3_ehci_driver_unregister(struct ps3_system_bus_driver *drv) in ps3_ehci_driver_unregister()
|
/linux-4.1.27/drivers/ide/ |
D | ide.c | 110 static int ide_bus_match(struct device *dev, struct device_driver *drv) in ide_bus_match() 128 struct ide_driver *drv = to_ide_driver(dev->driver); in generic_ide_probe() local 136 struct ide_driver *drv = to_ide_driver(dev->driver); in generic_ide_remove() local 147 struct ide_driver *drv = to_ide_driver(dev->driver); in generic_ide_shutdown() local
|
D | ide-pm.c | 72 struct ide_driver *drv = to_ide_driver(dev->driver); in generic_ide_resume() local
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_mipi_dsi.c | 48 static int mipi_dsi_device_match(struct device *dev, struct device_driver *drv) in mipi_dsi_device_match() 867 struct mipi_dsi_driver *drv = to_mipi_dsi_driver(dev->driver); in mipi_dsi_drv_probe() local 875 struct mipi_dsi_driver *drv = to_mipi_dsi_driver(dev->driver); in mipi_dsi_drv_remove() local 883 struct mipi_dsi_driver *drv = to_mipi_dsi_driver(dev->driver); in mipi_dsi_drv_shutdown() local 896 int mipi_dsi_driver_register_full(struct mipi_dsi_driver *drv, in mipi_dsi_driver_register_full() 919 void mipi_dsi_driver_unregister(struct mipi_dsi_driver *drv) in mipi_dsi_driver_unregister()
|
/linux-4.1.27/drivers/mfd/ |
D | mcp-core.c | 26 static int mcp_bus_match(struct device *dev, struct device_driver *drv) in mcp_bus_match() 34 struct mcp_driver *drv = to_mcp_driver(dev->driver); in mcp_bus_probe() local 42 struct mcp_driver *drv = to_mcp_driver(dev->driver); in mcp_bus_remove() local
|
D | ucb1x00-core.c | 393 static int ucb1x00_add_dev(struct ucb1x00 *ucb, struct ucb1x00_driver *drv) in ucb1x00_add_dev() 502 struct ucb1x00_driver *drv; in ucb1x00_probe() local 644 int ucb1x00_register_driver(struct ucb1x00_driver *drv) in ucb1x00_register_driver() 658 void ucb1x00_unregister_driver(struct ucb1x00_driver *drv) in ucb1x00_unregister_driver()
|
/linux-4.1.27/drivers/net/ethernet/emulex/benet/ |
D | be_roce.c | 165 int be_roce_register_driver(struct ocrdma_driver *drv) in be_roce_register_driver() 188 void be_roce_unregister_driver(struct ocrdma_driver *drv) in be_roce_unregister_driver()
|
/linux-4.1.27/drivers/xen/xen-pciback/ |
D | pci_stub.c | 1130 static ssize_t pcistub_slot_add(struct device_driver *drv, const char *buf, in pcistub_slot_add() 1149 static ssize_t pcistub_slot_remove(struct device_driver *drv, const char *buf, in pcistub_slot_remove() 1168 static ssize_t pcistub_slot_show(struct device_driver *drv, char *buf) in pcistub_slot_show() 1191 static ssize_t pcistub_irq_handler_show(struct device_driver *drv, char *buf) in pcistub_irq_handler_show() 1220 static ssize_t pcistub_irq_handler_switch(struct device_driver *drv, in pcistub_irq_handler_switch() 1262 static ssize_t pcistub_quirk_add(struct device_driver *drv, const char *buf, in pcistub_quirk_add() 1281 static ssize_t pcistub_quirk_show(struct device_driver *drv, char *buf) in pcistub_quirk_show() 1327 static ssize_t permissive_add(struct device_driver *drv, const char *buf, in permissive_add() 1367 static ssize_t permissive_show(struct device_driver *drv, char *buf) in permissive_show()
|
/linux-4.1.27/drivers/parport/ |
D | share.c | 107 struct parport_driver *drv; in attach_driver_chain() local 115 struct parport_driver *drv; in detach_driver_chain() local 154 int parport_register_driver (struct parport_driver *drv) in parport_register_driver() 187 void parport_unregister_driver (struct parport_driver *drv) in parport_unregister_driver()
|
/linux-4.1.27/drivers/block/ |
D | cpqarray.c | 234 drv_info_t *drv; in ida_proc_show() local 466 drv_info_t *drv = &hba[i]->drv[j]; in cpqarray_register_ctlr() local 825 drv_info_t *drv = get_drv(bdev->bd_disk); in ida_open() local 1125 drv_info_t *drv = get_drv(bdev->bd_disk); in ida_getgeo() local 1146 drv_info_t *drv = get_drv(bdev->bd_disk); in ida_locked_ioctl() local 1557 drv_info_t *drv = &host->drv[i]; in revalidate_allvol() local 1574 drv_info_t *drv = disk->private_data; in ida_revalidate() local 1652 drv_info_t *drv; in getgeometry() local
|
D | cciss.c | 439 drive_info_struct *drv = h->drv[*pos]; in cciss_seq_show() local 665 drive_info_struct *drv = to_drv(dev); in dev_show_unique_id() local 695 drive_info_struct *drv = to_drv(dev); in dev_show_vendor() local 719 drive_info_struct *drv = to_drv(dev); in dev_show_model() local 743 drive_info_struct *drv = to_drv(dev); in dev_show_rev() local 766 drive_info_struct *drv = to_drv(dev); in cciss_show_lunid() local 791 drive_info_struct *drv = to_drv(dev); in cciss_show_raid_level() local 814 drive_info_struct *drv = to_drv(dev); in cciss_show_usage_count() local 924 drive_info_struct *drv = to_drv(dev); in cciss_device_release() local 1081 drive_info_struct *drv = get_drv(bdev->bd_disk); in cciss_open() local [all …]
|
/linux-4.1.27/drivers/bcma/ |
D | main.c | 539 struct device_driver *drv = core->dev.driver; in bcma_bus_suspend() local 560 struct device_driver *drv = core->dev.driver; in bcma_bus_resume() local 572 int __bcma_driver_register(struct bcma_driver *drv, struct module *owner) in __bcma_driver_register() 582 void bcma_driver_unregister(struct bcma_driver *drv) in bcma_driver_unregister() 588 static int bcma_bus_match(struct device *dev, struct device_driver *drv) in bcma_bus_match()
|
/linux-4.1.27/include/xen/ |
D | xenbus.h | 108 static inline struct xenbus_driver *to_xenbus_driver(struct device_driver *drv) in to_xenbus_driver() 120 #define xenbus_register_frontend(drv) \ argument 122 #define xenbus_register_backend(drv) \ argument
|
/linux-4.1.27/arch/powerpc/platforms/ps3/ |
D | system-bus.c | 350 struct ps3_system_bus_driver *drv = ps3_drv_to_system_bus_drv(_drv); in ps3_system_bus_match() local 377 struct ps3_system_bus_driver *drv; in ps3_system_bus_probe() local 399 struct ps3_system_bus_driver *drv; in ps3_system_bus_remove() local 420 struct ps3_system_bus_driver *drv; in ps3_system_bus_shutdown() local 788 int ps3_system_bus_driver_register(struct ps3_system_bus_driver *drv) in ps3_system_bus_driver_register() 806 void ps3_system_bus_driver_unregister(struct ps3_system_bus_driver *drv) in ps3_system_bus_driver_unregister()
|
/linux-4.1.27/drivers/idle/ |
D | intel_idle.c | 660 struct cpuidle_driver *drv, int index) in intel_idle() 695 struct cpuidle_driver *drv, int index) in intel_idle_freeze() 959 struct cpuidle_driver *drv = &intel_idle_driver; in intel_idle_cpuidle_driver_init() local 1057 struct cpuidle_driver *drv = cpuidle_get_driver(); in intel_idle_init() local
|
/linux-4.1.27/drivers/cpuidle/governors/ |
D | menu.c | 284 static int menu_select(struct cpuidle_driver *drv, struct cpuidle_device *dev) in menu_select() 380 static void menu_update(struct cpuidle_driver *drv, struct cpuidle_device *dev) in menu_update() 449 static int menu_enable_device(struct cpuidle_driver *drv, in menu_enable_device()
|
D | ladder.c | 66 static int ladder_select_state(struct cpuidle_driver *drv, in ladder_select_state() 132 static int ladder_enable_device(struct cpuidle_driver *drv, in ladder_enable_device()
|
/linux-4.1.27/include/sound/ |
D | seq_device.h | 83 #define snd_seq_driver_register(drv) \ argument 87 #define module_snd_seq_driver(drv) \ argument
|
/linux-4.1.27/drivers/usb/serial/ |
D | bus.c | 20 struct device_driver *drv) in usb_serial_device_match() 154 static void free_dynids(struct usb_serial_driver *drv) in free_dynids()
|
D | usb-serial.c | 265 struct usb_serial_driver *drv = port->serial->type; in serial_port_shutdown() local 619 struct usb_serial_driver *drv) in match_dynamic_id() 634 static const struct usb_device_id *get_iface_id(struct usb_serial_driver *drv, in get_iface_id() 656 struct usb_serial_driver *drv; in search_serial_device() local 673 struct usb_serial_driver *drv = p->serial->type; in serial_port_carrier_raised() local 684 struct usb_serial_driver *drv = p->serial->type; in serial_port_dtr_rts() local
|
/linux-4.1.27/drivers/ipack/ |
D | ipack.c | 19 #define to_ipack_driver(drv) container_of(drv, struct ipack_driver, driver) argument 55 static int ipack_bus_match(struct device *dev, struct device_driver *drv) in ipack_bus_match() 68 struct ipack_driver *drv = to_ipack_driver(device->driver); in ipack_bus_probe() local 79 struct ipack_driver *drv = to_ipack_driver(device->driver); in ipack_bus_remove() local
|
/linux-4.1.27/net/dsa/ |
D | dsa.c | 34 void register_switch_driver(struct dsa_switch_driver *drv) in register_switch_driver() 42 void unregister_switch_driver(struct dsa_switch_driver *drv) in unregister_switch_driver() 62 struct dsa_switch_driver *drv; in dsa_switch_probe() local 156 struct dsa_switch_driver *drv = ds->drv; in dsa_hwmon_attrs_visible() local 181 struct dsa_switch_driver *drv = ds->drv; in dsa_switch_setup_one() local 339 struct dsa_switch_driver *drv; in dsa_switch_setup() local
|
/linux-4.1.27/drivers/mcb/ |
D | mcb-core.c | 34 static int mcb_match(struct device *dev, struct device_driver *drv) in mcb_match() 111 int __mcb_register_driver(struct mcb_driver *drv, struct module *owner, in __mcb_register_driver() 131 void mcb_unregister_driver(struct mcb_driver *drv) in mcb_unregister_driver()
|
/linux-4.1.27/arch/arm/mach-imx/ |
D | cpuidle-imx5.c | 14 struct cpuidle_driver *drv, int index) in imx5_cpuidle_enter()
|
D | cpuidle-imx6sl.c | 17 struct cpuidle_driver *drv, int index) in imx6sl_enter_wait()
|
D | cpuidle-imx6q.c | 21 struct cpuidle_driver *drv, int index) in imx6q_enter_wait()
|
D | cpuidle-imx6sx.c | 26 struct cpuidle_driver *drv, int index) in imx6sx_enter_wait()
|
/linux-4.1.27/drivers/amba/ |
D | bus.c | 42 static int amba_match(struct device *dev, struct device_driver *drv) in amba_match() 272 struct amba_driver *drv = to_amba_driver(dev->driver); in amba_remove() local 292 struct amba_driver *drv = to_amba_driver(dev->driver); in amba_shutdown() local 304 int amba_driver_register(struct amba_driver *drv) in amba_driver_register() 324 void amba_driver_unregister(struct amba_driver *drv) in amba_driver_unregister()
|
/linux-4.1.27/arch/arm/mach-s3c64xx/ |
D | cpuidle.c | 27 struct cpuidle_driver *drv, in s3c64xx_enter_idle()
|
/linux-4.1.27/arch/arm/mach-mmp/include/mach/ |
D | mfp.h | 31 #define MFP_CFG_DRV(pin, af, drv) \ argument
|
/linux-4.1.27/drivers/s390/cio/ |
D | css.c | 1042 static int css_settle(struct device_driver *drv, void *unused) in css_settle() 1131 static int css_bus_match(struct device *dev, struct device_driver *drv) in css_bus_match() 1193 struct css_driver *drv; in css_pm_prepare() local 1207 struct css_driver *drv; in css_pm_complete() local 1219 struct css_driver *drv; in css_pm_freeze() local 1230 struct css_driver *drv; in css_pm_thaw() local 1241 struct css_driver *drv; in css_pm_restore() local
|
/linux-4.1.27/drivers/iommu/ |
D | msm_iommu_dev.c | 248 struct msm_iommu_drvdata *drv = NULL; in msm_iommu_remove() local 337 struct msm_iommu_ctx_drvdata *drv = NULL; in msm_iommu_ctx_remove() local
|
/linux-4.1.27/sound/hda/ |
D | hda_bus_type.c | 13 static int hda_bus_match(struct device *dev, struct device_driver *drv) in hda_bus_match()
|
D | hdac_bus.c | 139 struct hdac_driver *drv; in process_unsol_events() local
|
/linux-4.1.27/drivers/pci/pcie/ |
D | portdrv_bus.c | 26 static int pcie_port_bus_match(struct device *dev, struct device_driver *drv) in pcie_port_bus_match()
|
/linux-4.1.27/arch/arm/common/ |
D | locomo.c | 824 struct locomo_driver *drv = LOCOMO_DRV(_drv); in locomo_match() local 832 struct locomo_driver *drv = LOCOMO_DRV(dev->driver); in locomo_bus_suspend() local 843 struct locomo_driver *drv = LOCOMO_DRV(dev->driver); in locomo_bus_resume() local 854 struct locomo_driver *drv = LOCOMO_DRV(dev->driver); in locomo_bus_probe() local 865 struct locomo_driver *drv = LOCOMO_DRV(dev->driver); in locomo_bus_remove() local
|
D | sa1111.c | 1293 struct sa1111_driver *drv = SA1111_DRV(_drv); in sa1111_match() local 1301 struct sa1111_driver *drv = SA1111_DRV(dev->driver); in sa1111_bus_suspend() local 1312 struct sa1111_driver *drv = SA1111_DRV(dev->driver); in sa1111_bus_resume() local 1322 struct sa1111_driver *drv = SA1111_DRV(dev->driver); in sa1111_bus_shutdown() local 1331 struct sa1111_driver *drv = SA1111_DRV(dev->driver); in sa1111_bus_probe() local 1342 struct sa1111_driver *drv = SA1111_DRV(dev->driver); in sa1111_bus_remove() local
|
/linux-4.1.27/arch/arm/mach-rpc/ |
D | ecard.c | 1034 struct ecard_driver *drv = ECARD_DRV(dev->driver); in ecard_drv_probe() local 1050 struct ecard_driver *drv = ECARD_DRV(dev->driver); in ecard_drv_remove() local 1075 struct ecard_driver *drv = ECARD_DRV(dev->driver); in ecard_drv_shutdown() local 1094 int ecard_register_driver(struct ecard_driver *drv) in ecard_register_driver() 1101 void ecard_remove_driver(struct ecard_driver *drv) in ecard_remove_driver() 1109 struct ecard_driver *drv = ECARD_DRV(_drv); in ecard_match() local
|
/linux-4.1.27/drivers/ps3/ |
D | ps3-vuart.c | 677 struct ps3_vuart_port_driver *drv = in ps3_vuart_work() local 997 struct ps3_vuart_port_driver *drv; in ps3_vuart_probe() local 1122 struct ps3_vuart_port_driver *drv; in ps3_vuart_remove() local 1173 struct ps3_vuart_port_driver *drv; in ps3_vuart_shutdown() local 1237 int ps3_vuart_port_driver_register(struct ps3_vuart_port_driver *drv) in ps3_vuart_port_driver_register() 1259 void ps3_vuart_port_driver_unregister(struct ps3_vuart_port_driver *drv) in ps3_vuart_port_driver_unregister()
|
/linux-4.1.27/drivers/misc/mic/bus/ |
D | mic_bus.c | 102 struct mbus_driver *drv = drv_to_mbus(dev->dev.driver); in mbus_dev_probe() local 114 struct mbus_driver *drv = drv_to_mbus(dev->dev.driver); in mbus_dev_remove() local
|
/linux-4.1.27/arch/sh/kernel/cpu/shmobile/ |
D | cpuidle.c | 28 struct cpuidle_driver *drv, in cpuidle_sleep_enter()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | vio.c | 48 static int vio_bus_match(struct device *dev, struct device_driver *drv) in vio_bus_match() 63 struct vio_driver *drv = to_vio_driver(dev->driver); in vio_device_probe() local 79 struct vio_driver *drv = to_vio_driver(dev->driver); in vio_device_remove() local
|
/linux-4.1.27/drivers/fmc/ |
D | fmc-core.c | 125 int fmc_driver_register(struct fmc_driver *drv) in fmc_driver_register() 134 void fmc_driver_unregister(struct fmc_driver *drv) in fmc_driver_unregister()
|
D | fmc-match.c | 22 int fmc_match(struct device *dev, struct device_driver *drv) in fmc_match()
|
D | fmc-fakedev.c | 96 static int ff_reprogram(struct fmc_device *fmc, struct fmc_driver *drv, in ff_reprogram() 220 static int ff_validate(struct fmc_device *fmc, struct fmc_driver *drv) in ff_validate()
|
/linux-4.1.27/sound/ |
D | ac97_bus.c | 25 static int ac97_bus_match(struct device *dev, struct device_driver *drv) in ac97_bus_match()
|
/linux-4.1.27/drivers/base/power/ |
D | generic_ops.c | 62 struct device_driver *drv = dev->driver; in pm_generic_prepare() local 295 struct device_driver *drv = dev->driver; in pm_generic_complete() local
|
/linux-4.1.27/drivers/tc/ |
D | tc-driver.c | 86 static int tc_bus_match(struct device *dev, struct device_driver *drv) in tc_bus_match()
|
/linux-4.1.27/sound/soc/intel/atom/sst/ |
D | sst.c | 59 struct intel_sst_drv *drv = (struct intel_sst_drv *) context; in intel_sst_interrupt_mrfld() local 123 struct intel_sst_drv *drv = (struct intel_sst_drv *) context; in intel_sst_irq_thread_mrfld() local
|
/linux-4.1.27/arch/arm/mach-davinci/ |
D | cpuidle.c | 51 struct cpuidle_driver *drv, int index) in davinci_enter_idle()
|
/linux-4.1.27/arch/arm/kernel/ |
D | cpuidle.c | 36 struct cpuidle_driver *drv, int index) in arm_cpuidle_simple_enter()
|
/linux-4.1.27/arch/arm/include/asm/ |
D | cpuidle.h | 11 struct cpuidle_driver *drv, int index) { return -ENODEV; } in arm_cpuidle_simple_enter()
|
/linux-4.1.27/drivers/input/joystick/iforce/ |
D | iforce-serio.c | 127 static int iforce_serio_connect(struct serio *serio, struct serio_driver *drv) in iforce_serio_connect()
|
/linux-4.1.27/drivers/acpi/ |
D | processor_idle.c | 791 struct cpuidle_driver *drv, int index) in acpi_idle_enter() 831 struct cpuidle_driver *drv, int index) in acpi_idle_enter_freeze() 914 struct cpuidle_driver *drv = &acpi_idle_driver; in acpi_processor_setup_cpuidle_states() local
|
/linux-4.1.27/drivers/input/joystick/ |
D | joydump.c | 49 static int joydump_connect(struct gameport *gameport, struct gameport_driver *drv) in joydump_connect()
|
D | stinger.c | 134 static int stinger_connect(struct serio *serio, struct serio_driver *drv) in stinger_connect()
|
D | zhenhua.c | 153 static int zhenhua_connect(struct serio *serio, struct serio_driver *drv) in zhenhua_connect()
|
D | warrior.c | 140 static int warrior_connect(struct serio *serio, struct serio_driver *drv) in warrior_connect()
|
D | spaceorb.c | 162 static int spaceorb_connect(struct serio *serio, struct serio_driver *drv) in spaceorb_connect()
|
D | magellan.c | 147 static int magellan_connect(struct serio *serio, struct serio_driver *drv) in magellan_connect()
|
D | spaceball.c | 202 static int spaceball_connect(struct serio *serio, struct serio_driver *drv) in spaceball_connect()
|
D | twidjoy.c | 181 static int twidjoy_connect(struct serio *serio, struct serio_driver *drv) in twidjoy_connect()
|
/linux-4.1.27/sound/soc/intel/boards/ |
D | byt-max98090.c | 88 struct byt_max98090_private *drv = snd_soc_card_get_drvdata(card); in byt_max98090_init() local
|
/linux-4.1.27/drivers/vme/ |
D | vme.c | 1384 static int __vme_register_driver_bus(struct vme_driver *drv, in __vme_register_driver_bus() 1431 static int __vme_register_driver(struct vme_driver *drv, unsigned int ndevs) in __vme_register_driver() 1453 int vme_register_driver(struct vme_driver *drv, unsigned int ndevs) in vme_register_driver() 1473 void vme_unregister_driver(struct vme_driver *drv) in vme_unregister_driver() 1491 static int vme_bus_match(struct device *dev, struct device_driver *drv) in vme_bus_match()
|
/linux-4.1.27/drivers/pps/clients/ |
D | pps-ldisc.c | 60 struct tty_driver *drv = tty->driver; in pps_tty_open() local
|
/linux-4.1.27/arch/mips/kernel/ |
D | idle.c | 250 struct cpuidle_driver *drv, int index) in mips_cpuidle_wait_enter()
|
/linux-4.1.27/drivers/input/keyboard/ |
D | newtonkbd.c | 83 static int nkbd_connect(struct serio *serio, struct serio_driver *drv) in nkbd_connect()
|
D | stowaway.c | 87 static int skbd_connect(struct serio *serio, struct serio_driver *drv) in skbd_connect()
|
D | xtkbd.c | 85 static int xtkbd_connect(struct serio *serio, struct serio_driver *drv) in xtkbd_connect()
|
/linux-4.1.27/kernel/sched/ |
D | idle.c | 82 struct cpuidle_driver *drv = cpuidle_get_cpu_driver(dev); in cpuidle_idle_call() local
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | fujitsu_ts.c | 100 static int fujitsu_connect(struct serio *serio, struct serio_driver *drv) in fujitsu_connect()
|
D | gunze.c | 113 static int gunze_connect(struct serio *serio, struct serio_driver *drv) in gunze_connect()
|
D | touchwin.c | 110 static int tw_connect(struct serio *serio, struct serio_driver *drv) in tw_connect()
|
D | tsc40.c | 80 static int tsc_connect(struct serio *serio, struct serio_driver *drv) in tsc_connect()
|
D | touchright.c | 103 static int tr_connect(struct serio *serio, struct serio_driver *drv) in tr_connect()
|
D | touchit213.c | 140 static int touchit213_connect(struct serio *serio, struct serio_driver *drv) in touchit213_connect()
|
D | hampshire.c | 111 static int hampshire_connect(struct serio *serio, struct serio_driver *drv) in hampshire_connect()
|
D | dynapro.c | 112 static int dynapro_connect(struct serio *serio, struct serio_driver *drv) in dynapro_connect()
|
D | inexio.c | 116 static int inexio_connect(struct serio *serio, struct serio_driver *drv) in inexio_connect()
|
/linux-4.1.27/drivers/pcmcia/ |
D | ds.c | 139 pcmcia_free_dynids(struct pcmcia_driver *drv) in pcmcia_free_dynids() 152 pcmcia_create_newid_file(struct pcmcia_driver *drv) in pcmcia_create_newid_file() 161 pcmcia_remove_newid_file(struct pcmcia_driver *drv) in pcmcia_remove_newid_file() 895 static int pcmcia_bus_match(struct device *dev, struct device_driver *drv) in pcmcia_bus_match()
|
/linux-4.1.27/drivers/vlynq/ |
D | vlynq.c | 323 struct device_driver *drv) in vlynq_device_match() 347 struct vlynq_driver *drv = to_vlynq_driver(dev->driver); in vlynq_device_probe() local 360 struct vlynq_driver *drv = to_vlynq_driver(dev->driver); in vlynq_device_remove() local
|
/linux-4.1.27/drivers/usb/core/ |
D | usb.h | 142 static inline int is_usb_device_driver(struct device_driver *drv) in is_usb_device_driver()
|
D | file.c | 63 struct usb_class_driver *drv; in usb_devnode() local
|
/linux-4.1.27/drivers/platform/olpc/ |
D | olpc-ec.c | 33 struct olpc_ec_driver *drv; member 59 void olpc_ec_driver_register(struct olpc_ec_driver *drv, void *arg) in olpc_ec_driver_register()
|
/linux-4.1.27/drivers/net/phy/ |
D | mdio_bus.c | 420 static int mdio_bus_match(struct device *dev, struct device_driver *drv) in mdio_bus_match() 439 struct device_driver *drv = phydev->dev.driver; in mdio_bus_phy_may_suspend() local
|
D | phy_device.c | 1243 struct device_driver *drv = phydev->dev.driver; in phy_probe() local 1338 void phy_driver_unregister(struct phy_driver *drv) in phy_driver_unregister() 1344 void phy_drivers_unregister(struct phy_driver *drv, int n) in phy_drivers_unregister()
|
/linux-4.1.27/arch/mips/include/asm/ |
D | cdmm.h | 43 struct device_driver drv; member
|
D | gio_device.h | 32 #define to_gio_driver(drv) container_of(drv, struct gio_driver, driver) argument
|
/linux-4.1.27/drivers/hv/ |
D | vmbus_drv.c | 498 struct hv_driver *drv = drv_to_hv_drv(driver); in vmbus_match() local 513 struct hv_driver *drv = in vmbus_probe() local 538 struct hv_driver *drv; in vmbus_remove() local 568 struct hv_driver *drv; in vmbus_shutdown() local
|
/linux-4.1.27/drivers/rapidio/ |
D | rio-driver.c | 183 static int rio_match_bus(struct device *dev, struct device_driver *drv) in rio_match_bus()
|
/linux-4.1.27/drivers/input/mouse/ |
D | sermouse.c | 244 static int sermouse_connect(struct serio *serio, struct serio_driver *drv) in sermouse_connect()
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
D | display.c | 136 struct omap_dss_driver *drv = dssdev->driver; in omapdss_register_display() local
|
/linux-4.1.27/include/linux/mfd/ |
D | mcp.h | 50 struct device_driver drv; member
|
/linux-4.1.27/drivers/media/pci/cx18/ |
D | cx18-alsa-main.c | 282 struct device_driver *drv; in cx18_alsa_exit() local
|
/linux-4.1.27/drivers/media/pci/ivtv/ |
D | ivtv-alsa-main.c | 290 struct device_driver *drv; in ivtv_alsa_exit() local
|
/linux-4.1.27/drivers/bus/ |
D | mips_cdmm.c | 60 static int mips_cdmm_match(struct device *dev, struct device_driver *drv) in mips_cdmm_match() 242 void mips_cdmm_driver_unregister(struct mips_cdmm_driver *drv) in mips_cdmm_driver_unregister()
|
/linux-4.1.27/drivers/pci/pcie/aer/ |
D | aerdrv_core.c | 385 struct pcie_port_service_driver *service_driver, **drv; in find_aer_service_iter() local 402 struct pcie_port_service_driver *drv = NULL; in find_aer_service() local
|