/linux-4.1.27/arch/ia64/hp/common/ |
D | aml_nfw.c | 182 static int aml_nfw_add(struct acpi_device *device) in aml_nfw_add() 193 static int aml_nfw_remove(struct acpi_device *device) in aml_nfw_remove()
|
/linux-4.1.27/include/linux/ |
D | pci.h | 269 unsigned short device; member 1373 unsigned int device, in pci_get_device() 1378 unsigned int device, in pci_get_subsys() 1527 u16 device; /* You can use PCI_ANY_ID here of course */ member 1545 #define DECLARE_PCI_FIXUP_SECTION(section, name, vendor, device, class, \ argument 1551 #define DECLARE_PCI_FIXUP_CLASS_EARLY(vendor, device, class, \ argument 1555 #define DECLARE_PCI_FIXUP_CLASS_HEADER(vendor, device, class, \ argument 1559 #define DECLARE_PCI_FIXUP_CLASS_FINAL(vendor, device, class, \ argument 1563 #define DECLARE_PCI_FIXUP_CLASS_ENABLE(vendor, device, class, \ argument 1567 #define DECLARE_PCI_FIXUP_CLASS_RESUME(vendor, device, class, \ argument [all …]
|
D | phonet.h | 30 uint8_t device; member
|
D | of_address.h | 120 static inline void __iomem *of_iomap(struct device_node *device, int index) in of_iomap() 125 static inline void __iomem *of_io_request_and_map(struct device_node *device, in of_io_request_and_map()
|
D | isapnp.h | 105 static inline int isapnp_cfg_begin(int csn, int device) { return -ENODEV; } in isapnp_cfg_begin() 111 unsigned short device, in pnp_find_card()
|
D | devpts_fs.h | 40 dev_t device, int index, void *priv) in devpts_pty_new()
|
D | bsg.h | 24 void (*release)(struct device *)) in bsg_register_queue()
|
D | of_irq.h | 27 static inline int of_irq_parse_oldworld(struct device_node *device, int index, in of_irq_parse_oldworld()
|
D | node.h | 82 #define to_node(device) container_of(device, struct node, dev) argument
|
D | mic_bus.h | 33 __u32 device; member
|
D | pcieport_if.h | 30 struct device device; /* Generic Device Interface */ member
|
/linux-4.1.27/drivers/nfc/ |
D | mei_phy.h | 11 struct mei_cl_device *device; member
|
/linux-4.1.27/sound/firewire/ |
D | lib.c | 36 struct fw_device *device = fw_parent_device(unit); in snd_fw_transaction() local
|
/linux-4.1.27/tools/lguest/ |
D | lguest.c | 159 struct virtio_pci_cap device; member 164 struct device { struct 168 /* Any queues attached to this device */ argument 169 struct virtqueue *vq; 172 bool running; 197 /* The virtqueue structure describes a queue attached to a device. */ argument
|
/linux-4.1.27/drivers/media/firewire/ |
D | firedtv-fw.c | 39 struct fw_device *device = device_of(fdtv); in node_req() local 134 struct fw_device *device = device_of(fdtv); in fdtv_start_iso() local 200 struct fw_device *device; in handle_fcp() local
|
/linux-4.1.27/sound/synth/emux/ |
D | emux_proc.c | 107 void snd_emux_proc_init(struct snd_emux *emu, struct snd_card *card, int device) in snd_emux_proc_init()
|
/linux-4.1.27/drivers/tty/serial/ |
D | earlycon-arm-semihost.c | 56 int __init early_smh_setup(struct earlycon_device *device, const char *opt) in early_smh_setup()
|
D | earlycon.c | 64 static int __init parse_options(struct earlycon_device *device, char *options) in parse_options()
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | usb.c | 679 struct ath6kl_usb *device = ath6kl_usb_priv(ar); in hif_start() local 695 struct ath6kl_usb *device = ath6kl_usb_priv(ar); in ath6kl_usb_send() local 770 struct ath6kl_usb *device = ath6kl_usb_priv(ar); in hif_stop() local 839 struct ath6kl_usb *device = ath6kl_usb_priv(ar); in ath6kl_usb_get_free_queue_number() local 846 struct ath6kl_usb *device = ath6kl_usb_priv(ar); in hif_detach_htc() local 1176 struct ath6kl_usb *device; in ath6kl_usb_pm_suspend() local 1185 struct ath6kl_usb *device; in ath6kl_usb_pm_resume() local
|
/linux-4.1.27/crypto/async_tx/ |
D | async_xor.c | 179 struct dma_device *device = chan ? chan->device : NULL; in async_xor() local 274 struct dma_device *device = chan ? chan->device : NULL; in async_xor_val() local
|
D | async_memcpy.c | 51 struct dma_device *device = chan ? chan->device : NULL; in async_memcpy() local
|
D | async_pq.c | 185 struct dma_device *device = chan ? chan->device : NULL; in async_gen_syndrome() local 301 struct dma_device *device = chan ? chan->device : NULL; in async_syndrome_val() local
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/ |
D | base.c | 82 struct nvkm_device *device = nv_device(mxm); in mxm_shadow_dsm() local 229 struct nvkm_device *device = nv_device(parent); in nvkm_mxm_create_() local
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | vga.c | 31 struct nvkm_device *device = nv_device(obj); in nv_rdport() local 56 struct nvkm_device *device = nv_device(obj); in nv_wrport() local
|
/linux-4.1.27/drivers/cpuidle/ |
D | sysfs.c | 384 static inline void cpuidle_free_state_kobj(struct cpuidle_device *device, int i) in cpuidle_free_state_kobj() 396 static int cpuidle_add_state_sysfs(struct cpuidle_device *device) in cpuidle_add_state_sysfs() 434 static void cpuidle_remove_state_sysfs(struct cpuidle_device *device) in cpuidle_remove_state_sysfs() 582 int cpuidle_add_device_sysfs(struct cpuidle_device *device) in cpuidle_add_device_sysfs() 600 void cpuidle_remove_device_sysfs(struct cpuidle_device *device) in cpuidle_remove_device_sysfs()
|
D | cpuidle.c | 524 struct cpuidle_device *device; in cpuidle_unregister() local 550 struct cpuidle_device *device; in cpuidle_register() local
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/ |
D | printk.c | 61 struct nvkm_object *device; in nv_printk_() local
|
D | engine.c | 53 struct nvkm_device *device = nv_device(parent); in nvkm_engine_create_() local
|
D | subdev.c | 114 struct nvkm_device *device = nv_device(parent); in nvkm_subdev_create_() local
|
/linux-4.1.27/tools/power/cpupower/utils/helpers/ |
D | pci.c | 29 struct pci_dev *device; in pci_acc_init() local
|
D | amd.c | 115 struct pci_dev *device; in amd_pci_get_num_boost_states() local
|
/linux-4.1.27/drivers/infiniband/core/ |
D | mad.c | 93 __ib_get_mad_port(struct ib_device *device, int port_num) in __ib_get_mad_port() 109 ib_get_mad_port(struct ib_device *device, int port_num) in ib_get_mad_port() 194 struct ib_mad_agent *ib_register_mad_agent(struct ib_device *device, in ib_register_mad_agent() 490 struct ib_mad_agent *ib_register_mad_snoop(struct ib_device *device, in ib_register_mad_snoop() 735 struct ib_device *device = mad_agent_priv->agent.device; in handle_outgoing_dr_smp() local 1764 struct ib_device *device = mad_agent_priv->agent.device; in rcv_has_same_gid() local 2917 static int ib_mad_port_open(struct ib_device *device, in ib_mad_port_open() 3026 static int ib_mad_port_close(struct ib_device *device, int port_num) in ib_mad_port_close() 3056 static void ib_mad_init_device(struct ib_device *device) in ib_mad_init_device() 3101 static void ib_mad_remove_device(struct ib_device *device) in ib_mad_remove_device()
|
D | uverbs_main.c | 834 static ssize_t show_ibdev(struct device *device, struct device_attribute *attr, in show_ibdev() 846 static ssize_t show_dev_abi_version(struct device *device, in show_dev_abi_version() 889 static void ib_uverbs_add_one(struct ib_device *device) in ib_uverbs_add_one() 971 static void ib_uverbs_remove_one(struct ib_device *device) in ib_uverbs_remove_one()
|
D | user_mad.c | 1125 static int find_overflow_devnum(struct ib_device *device) in find_overflow_devnum() 1146 static int ib_umad_init_port(struct ib_device *device, int port_num, in ib_umad_init_port() 1272 static void ib_umad_add_one(struct ib_device *device) in ib_umad_add_one() 1317 static void ib_umad_remove_one(struct ib_device *device) in ib_umad_remove_one()
|
/linux-4.1.27/drivers/dma/ioat/ |
D | dma_v2.c | 367 int ioat2_enumerate_channels(struct ioatdma_device *device) in ioat2_enumerate_channels() 736 struct ioatdma_device *device = chan->device; in ioat2_check_space_lock() local 799 struct ioatdma_device *device = chan->device; in ioat2_free_chan_resources() local 876 int ioat2_dma_probe(struct ioatdma_device *device, int dca) in ioat2_dma_probe()
|
/linux-4.1.27/drivers/misc/altera-stapl/ |
D | altera-lpt.c | 44 int netup_jtag_io_lpt(void *device, int tms, int tdi, int read_tdo) in netup_jtag_io_lpt()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/ |
D | overlay.c | 260 nv10_overlay_init(struct drm_device *device) in nv10_overlay_init() 453 nv04_overlay_init(struct drm_device *device) in nv04_overlay_init() 495 nouveau_overlay_init(struct drm_device *device) in nouveau_overlay_init()
|
D | dac.c | 68 struct nvif_device *device = &nouveau_drm(dev)->device; in sample_load_twice() local 131 struct nvif_device *device = &nouveau_drm(dev)->device; in nv04_dac_detect() local 234 struct nvif_device *device = &nouveau_drm(dev)->device; in nv17_dac_sample_load() local
|
D | tvnv17.h | 133 struct nvif_device *device = &nouveau_drm(dev)->device; in nv_write_ptv() local 139 struct nvif_device *device = &nouveau_drm(dev)->device; in nv_read_ptv() local
|
D | dfp.c | 284 struct nvif_device *device = &nouveau_drm(dev)->device; in nv04_dfp_mode_set() local 488 struct nvif_device *device = &nouveau_drm(dev)->device; in nv04_dfp_update_backlight() local
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | videobuf-dvb.c | 139 struct device *device, in videobuf_dvb_register_adapter() 255 struct device *device, in videobuf_dvb_register_bus()
|
/linux-4.1.27/arch/x86/pci/ |
D | amd_bus.c | 24 u32 device; member 86 u16 device; in early_root_info_init() local
|
D | broadcom_bus.c | 93 u16 vendor, device; in broadcom_postcore_init() local
|
D | acpi.c | 362 struct acpi_device *device, in probe_pci_root_info() 392 struct acpi_device *device = root->device; in pci_acpi_scan_root() local
|
D | mmconfig-shared.c | 268 u16 vendor, device; in pci_mmcfg_nvidia_mcp55() local 305 u32 device; member 345 u16 vendor, device; in pci_mmcfg_check_hostbridge() local
|
/linux-4.1.27/drivers/acpi/ |
D | battery.c | 122 struct acpi_device *device; member 1023 static int acpi_battery_add_fs(struct acpi_device *device) in acpi_battery_add_fs() 1049 static void acpi_battery_remove_fs(struct acpi_device *device) in acpi_battery_remove_fs() 1068 static void acpi_battery_notify(struct acpi_device *device, u32 event) in acpi_battery_notify() 1182 static int acpi_battery_add(struct acpi_device *device) in acpi_battery_add() 1238 static int acpi_battery_remove(struct acpi_device *device) in acpi_battery_remove()
|
D | pci_irq.c | 104 unsigned int device; member 166 int device = PCI_SLOT(dev->devfn); in acpi_pci_irq_check_entry() local
|
D | thermal.c | 181 struct acpi_device * device; member 775 struct acpi_device *device = cdev->devdata; in acpi_thermal_cooling_device_cb() local 954 static void acpi_thermal_notify(struct acpi_device *device, u32 event) in acpi_thermal_notify() 1077 static int acpi_thermal_add(struct acpi_device *device) in acpi_thermal_add() 1118 static int acpi_thermal_remove(struct acpi_device *device) in acpi_thermal_remove()
|
D | sbshc.c | 280 static int acpi_smbus_hc_add(struct acpi_device *device) in acpi_smbus_hc_add() 320 static int acpi_smbus_hc_remove(struct acpi_device *device) in acpi_smbus_hc_remove()
|
D | sbs.c | 109 struct acpi_device *device; member 656 static int acpi_sbs_add(struct acpi_device *device) in acpi_sbs_add() 704 static int acpi_sbs_remove(struct acpi_device *device) in acpi_sbs_remove()
|
/linux-4.1.27/drivers/s390/crypto/ |
D | zcrypt_debug.h | 40 #define ZCRYPT_DBF_DEV(level, device, text...) \ argument
|
/linux-4.1.27/samples/hidraw/ |
D | hid-example.c | 49 char *device = "/dev/hidraw0"; in main() local
|
/linux-4.1.27/drivers/iio/imu/ |
D | kmx61.c | 331 static int kmx61_set_mode(struct kmx61_data *data, u8 mode, u8 device, in kmx61_set_mode() 379 static int kmx61_get_mode(struct kmx61_data *data, u8 *mode, u8 device) in kmx61_get_mode() 422 static int kmx61_set_odr(struct kmx61_data *data, int val, int val2, u8 device) in kmx61_set_odr() 465 u8 device) in kmx61_get_odr() 592 bool status, u8 device) in kmx61_setup_new_data_interrupt() 736 static int kmx61_set_power_state(struct kmx61_data *data, bool on, u8 device) in kmx61_set_power_state() 1032 u8 device; in kmx61_data_rdy_trigger_set_state() local
|
/linux-4.1.27/drivers/acpi/acpica/ |
D | evxfregn.c | 77 acpi_install_address_space_handler(acpi_handle device, in acpi_install_address_space_handler()
|
D | hwpci.c | 59 acpi_handle device; member
|
/linux-4.1.27/sound/i2c/ |
D | tea6330t.c | 49 struct snd_i2c_device *device; member 285 static void snd_tea6330_free(struct snd_i2c_device *device) in snd_tea6330_free() 294 struct snd_i2c_device *device; in snd_tea6330t_update_mixer() local
|
/linux-4.1.27/arch/x86/kernel/ |
D | early-quirks.c | 201 u16 device; in intel_remapping_check() local 556 u16 device, subvendor, subdevice; in intel_graphics_stolen() local 597 u32 device; member 653 u16 device; in check_dev_quirk() local
|
D | reboot_fixups_32.c | 58 unsigned int device; member
|
D | amd_nb.c | 128 bool __init early_is_amd_nb(u32 device) in early_is_amd_nb()
|
/linux-4.1.27/arch/um/drivers/ |
D | net_kern.c | 359 struct uml_net *device = dev_get_drvdata(dev); in net_device_release() local 393 struct uml_net *device; in eth_configure() local 514 struct uml_net *device; in find_device() local 716 struct uml_net *device; in net_remove() local
|
D | null.c | 15 static void *null_init(char *str, int device, const struct chan_opts *opts) in null_init()
|
D | tty.c | 19 static void *tty_chan_init(char *str, int device, const struct chan_opts *opts) in tty_chan_init()
|
D | chan_kern.c | 14 static void *not_configged_init(char *str, int device, in not_configged_init() 447 static struct chan *parse_chan(struct line *line, char *str, int device, in parse_chan() 497 int parse_chan_pair(char *str, struct line *line, int device, in parse_chan_pair()
|
D | fd.c | 22 static void *fd_init(char *str, int device, const struct chan_opts *opts) in fd_init()
|
D | pty.c | 26 static void *pty_chan_init(char *str, int device, const struct chan_opts *opts) in pty_chan_init()
|
D | port_user.c | 24 static void *port_init(char *str, int device, const struct chan_opts *opts) in port_init()
|
/linux-4.1.27/drivers/pci/hotplug/ |
D | cpqphp_core.c | 449 u8 device; in set_attention_status() local 476 u8 device; in process_SI() local 508 u8 device; in process_SS() local 818 u8 device; in cpqhpc_probe() local
|
D | acpiphp_ibm.c | 92 struct acpi_device *device; member 421 struct acpi_device *device; in ibm_acpiphp_init() local
|
D | cpqphp_nvram.c | 80 u8 device; member 440 u8 bus, device, function; in compaq_nvram_load() local
|
/linux-4.1.27/drivers/infiniband/hw/ehca/ |
D | ehca_pd.c | 48 struct ib_pd *ehca_alloc_pd(struct ib_device *device, in ehca_alloc_pd()
|
D | ehca_uverbs.c | 51 struct ib_ucontext *ehca_alloc_ucontext(struct ib_device *device, in ehca_alloc_ucontext()
|
/linux-4.1.27/drivers/pci/ |
D | pci-stub.c | 57 unsigned int vendor, device, subvendor = PCI_ANY_ID, in pci_stub_init() local
|
/linux-4.1.27/drivers/clk/sunxi/ |
D | clk-sun6i-apb0-gates.c | 42 const struct of_device_id *device; in sun6i_a31_apb0_gates_clk_probe() local
|
/linux-4.1.27/sound/pci/emu10k1/ |
D | timer.c | 78 int snd_emu10k1_timer(struct snd_emu10k1 *emu, int device) in snd_emu10k1_timer()
|
/linux-4.1.27/fs/cifs/ |
D | cifsproto.h | 324 dev_t device; member
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_runtime_pm.c | 1358 struct device *device = &dev->pdev->dev; in intel_runtime_pm_disable() local 1501 struct device *device = &dev->pdev->dev; in intel_runtime_pm_get() local 1530 struct device *device = &dev->pdev->dev; in intel_runtime_pm_get_noresume() local 1550 struct device *device = &dev->pdev->dev; in intel_runtime_pm_put() local 1572 struct device *device = &dev->pdev->dev; in intel_runtime_pm_enable() local
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | nv04.c | 409 nv04_fifo_cache_error(struct nvkm_device *device, in nv04_fifo_cache_error() 455 nv04_fifo_dma_pusher(struct nvkm_device *device, in nv04_fifo_dma_pusher() 503 struct nvkm_device *device = nv_device(subdev); in nv04_fifo_intr() local
|
/linux-4.1.27/include/acpi/ |
D | video.h | 30 static inline int acpi_video_get_edid(struct acpi_device *device, int type, in acpi_video_get_edid()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/ |
D | nv40.c | 52 struct nvkm_device *device = nv_device(parent); in nv40_instmem_ctor() local
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
D | base.c | 81 struct nvkm_device *device = nv_device(parent); in nvkm_devinit_create_() local
|
/linux-4.1.27/drivers/i2c/busses/ |
D | i2c-qup.c | 708 static int qup_i2c_pm_suspend_runtime(struct device *device) in qup_i2c_pm_suspend_runtime() 717 static int qup_i2c_pm_resume_runtime(struct device *device) in qup_i2c_pm_resume_runtime() 728 static int qup_i2c_suspend(struct device *device) in qup_i2c_suspend() 734 static int qup_i2c_resume(struct device *device) in qup_i2c_resume()
|
D | i2c-scmi.c | 358 static int acpi_smbus_cmi_add(struct acpi_device *device) in acpi_smbus_cmi_add() 408 static int acpi_smbus_cmi_remove(struct acpi_device *device) in acpi_smbus_cmi_remove()
|
/linux-4.1.27/include/uapi/linux/ |
D | edd.h | 115 __u8 device; member 122 __u8 device; member 157 __u8 device; member 173 __u8 device; member
|
D | netrom.h | 27 char device[16]; member
|
D | x25.h | 74 char device[200-sizeof(unsigned long)]; member 96 char device[200]; member
|
/linux-4.1.27/drivers/infiniband/hw/mthca/ |
D | mthca_provider.c | 1151 static ssize_t show_rev(struct device *device, struct device_attribute *attr, in show_rev() 1159 static ssize_t show_fw_ver(struct device *device, struct device_attribute *attr, in show_fw_ver() 1169 static ssize_t show_hca(struct device *device, struct device_attribute *attr, in show_hca() 1189 static ssize_t show_board(struct device *device, struct device_attribute *attr, in show_board()
|
/linux-4.1.27/include/sound/ |
D | compress_driver.h | 80 struct snd_compr *device; member 154 int device; member
|
D | seq_device.h | 31 int device; /* device number */ member
|
D | seq_virmidi.h | 58 int device; /* sequencer device */ member
|
D | hwdep.h | 57 int device; member
|
/linux-4.1.27/drivers/pcmcia/ |
D | electra_cf.c | 188 struct device *device = &ofdev->dev; in electra_cf_probe() local 331 struct device *device = &ofdev->dev; in electra_cf_remove() local
|
/linux-4.1.27/sound/firewire/dice/ |
D | dice-transaction.c | 235 struct fw_device *device = fw_parent_device(dice->unit); in register_notification_address() local 289 struct fw_device *device = fw_parent_device(dice->unit); in unregister_notification_address() local
|
/linux-4.1.27/drivers/s390/cio/ |
D | qdio_debug.h | 59 #define DBF_DEV_EVENT(level, device, text...) \ argument
|
D | chp.c | 29 #define to_channelpath(device) container_of(device, struct channel_path, dev) argument 138 struct device *device; in chp_measurement_chars_read() local 186 struct device *device; in chp_measurement_read() local
|
/linux-4.1.27/drivers/media/dvb-core/ |
D | dvb_net.h | 39 struct net_device *device[DVB_NET_DEVICES_MAX]; member
|
/linux-4.1.27/sound/usb/6fire/ |
D | chip.c | 91 struct usb_device *device = interface_to_usbdev(intf); in usb6fire_chip_probe() local
|
/linux-4.1.27/drivers/net/arcnet/ |
D | com20020-isa.c | 123 static char device[9]; /* use eg. device="arc1" to change name */ variable
|
D | com20020-pci.c | 51 static char device[9]; /* use eg. device="arc1" to change name */ variable
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_vga.c | 15 struct nvif_device *device = &nouveau_drm(priv)->device; in nouveau_vga_set_decode() local
|
D | nouveau_platform.h | 60 struct nvkm_device device; member
|
D | nv04_fbcon.c | 139 struct nvif_device *device = &drm->device; in nv04_fbcon_accel_init() local
|
D | nouveau_bo.c | 152 struct nvif_device *device = &drm->device; in nouveau_bo_fixup_align() local 462 struct nvkm_device *device = nvxx_device(&drm->device); in nouveau_bo_sync_for_device() local 482 struct nvkm_device *device = nvxx_device(&drm->device); in nouveau_bo_sync_for_cpu() local 1424 struct nvif_device *device = &drm->device; in nouveau_ttm_fault_reserve_notify() local 1470 struct nvkm_device *device; in nouveau_ttm_tt_populate() local 1544 struct nvkm_device *device; in nouveau_ttm_tt_unpopulate() local
|
D | nouveau_nvif.c | 110 nvkm_client_driver_init(const char *name, u64 device, const char *cfg, in nvkm_client_driver_init()
|
D | nouveau_chan.h | 8 struct nvif_device *device; member
|
/linux-4.1.27/drivers/tty/ |
D | tty_port.c | 69 struct device *device) in tty_port_register_device() 91 struct device *device, void *drvdata, in tty_port_register_device_attr()
|
/linux-4.1.27/drivers/w1/slaves/ |
D | w1_ds2423.c | 43 static ssize_t w1_slave_show(struct device *device, in w1_slave_show()
|
/linux-4.1.27/sound/core/ |
D | misc.c | 118 snd_pci_quirk_lookup_id(u16 vendor, u16 device, in snd_pci_quirk_lookup_id()
|
D | sgbuf.c | 66 void *snd_malloc_sgbuf_pages(struct device *device, in snd_malloc_sgbuf_pages()
|
/linux-4.1.27/drivers/net/wireless/prism54/ |
D | isl_38xx.c | 44 isl38xx_disable_interrupts(void __iomem *device) in isl38xx_disable_interrupts()
|
/linux-4.1.27/sound/usb/usx2y/ |
D | us122l.c | 538 static int usx2y_create_card(struct usb_device *device, in usx2y_create_card() 579 struct usb_device *device = interface_to_usbdev(intf); in us122l_usb_probe() local 607 struct usb_device *device = interface_to_usbdev(intf); in snd_us122l_probe() local
|
D | usX2Yhwdep.c | 247 int usX2Y_hwdep_new(struct snd_card *card, struct usb_device* device) in usX2Y_hwdep_new()
|
/linux-4.1.27/drivers/platform/x86/ |
D | acer-wmi.c | 1024 static acpi_status wmid3_get_device_status(u32 *value, u16 device) in wmid3_get_device_status() 1074 u16 device; in wmid_v2_get_u32() local 1092 static acpi_status wmid3_set_device_status(u32 value, u16 device) in wmid3_set_device_status() 1181 u16 device; in wmid_v2_set_u32() local 2015 static int acer_platform_probe(struct platform_device *device) in acer_platform_probe() 2047 static int acer_platform_remove(struct platform_device *device) in acer_platform_remove() 2106 static void acer_platform_shutdown(struct platform_device *device) in acer_platform_shutdown() 2129 static int remove_sysfs(struct platform_device *device) in remove_sysfs()
|
D | eeepc-laptop.c | 167 struct acpi_device *device; /* the device we are in */ member 915 static int eeepc_hotk_thaw(struct device *device) in eeepc_hotk_thaw() 935 static int eeepc_hotk_restore(struct device *device) in eeepc_hotk_restore() 1240 static void eeepc_acpi_notify(struct acpi_device *device, u32 event) in eeepc_acpi_notify() 1396 static int eeepc_acpi_add(struct acpi_device *device) in eeepc_acpi_add() 1478 static int eeepc_acpi_remove(struct acpi_device *device) in eeepc_acpi_remove()
|
D | wmi.c | 875 static void acpi_wmi_notify(struct acpi_device *device, u32 event) in acpi_wmi_notify() 903 static int acpi_wmi_remove(struct acpi_device *device) in acpi_wmi_remove() 912 static int acpi_wmi_add(struct acpi_device *device) in acpi_wmi_add()
|
D | acerhdf.c | 578 static int acerhdf_probe(struct platform_device *device) in acerhdf_probe() 583 static int acerhdf_remove(struct platform_device *device) in acerhdf_remove()
|
D | sony-laptop.c | 1202 static void sony_nc_notify(struct acpi_device *device, u32 event) in sony_nc_notify() 1312 static void sony_nc_function_setup(struct acpi_device *device, in sony_nc_function_setup() 1620 static int sony_nc_setup_rfkill(struct acpi_device *device, in sony_nc_setup_rfkill() 1710 static int sony_nc_rfkill_setup(struct acpi_device *device, in sony_nc_rfkill_setup() 3146 static int sony_nc_add(struct acpi_device *device) in sony_nc_add() 3267 static int sony_nc_remove(struct acpi_device *device) in sony_nc_remove() 4409 static int sony_pic_possible_resources(struct acpi_device *device) in sony_pic_possible_resources() 4448 static int sony_pic_disable(struct acpi_device *device) in sony_pic_disable() 4466 static int sony_pic_enable(struct acpi_device *device, in sony_pic_enable() 4637 static int sony_pic_remove(struct acpi_device *device) in sony_pic_remove() [all …]
|
/linux-4.1.27/drivers/ata/ |
D | pata_ninja32.c | 69 static void ninja32_dev_select(struct ata_port *ap, unsigned int device) in ninja32_dev_select()
|
/linux-4.1.27/drivers/media/rc/ |
D | ir-sony-decoder.c | 47 u8 device, subdevice, function; in ir_sony_decode() local
|
/linux-4.1.27/sound/ppc/ |
D | powermac.c | 48 static struct platform_device *device; variable
|
/linux-4.1.27/drivers/w1/ |
D | w1_int.c | 43 struct device *device) in w1_alloc_dev()
|
/linux-4.1.27/sound/drivers/opl3/ |
D | opl3_lib.c | 340 static int snd_opl3_dev_free(struct snd_device *device) in snd_opl3_dev_free() 485 int device, int seq_device, in snd_opl3_hwdep_new()
|
/linux-4.1.27/sound/firewire/fireworks/ |
D | fireworks_transaction.c | 170 struct fw_device *device; in handle_resp_for_user() local 202 struct fw_device *device; in handle_resp_for_kernel() local
|
/linux-4.1.27/arch/powerpc/platforms/cell/ |
D | axon_msi.c | 323 static void axon_msi_shutdown(struct platform_device *device) in axon_msi_shutdown() 335 static int axon_msi_probe(struct platform_device *device) in axon_msi_probe()
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_req.h | 300 struct drbd_device *device = req->device; in _req_mod() local 320 struct drbd_device *device = req->device; in req_mod() local
|
/linux-4.1.27/drivers/s390/char/ |
D | tape_proc.c | 40 struct tape_device *device; in tape_proc_show() local
|
D | tape.h | 124 struct tape_device *device; /* tape device of this request */ member 242 tape_do_io_free(struct tape_device *device, struct tape_request *request) in tape_do_io_free() 252 tape_do_io_async_free(struct tape_device *device, struct tape_request *request) in tape_do_io_async_free()
|
/linux-4.1.27/drivers/scsi/sym53c8xx_2/ |
D | sym_glue.c | 1209 static void sym_iounmap_device(struct sym_device *device) in sym_iounmap_device() 1418 static int sym_check_supported(struct sym_device *device) in sym_check_supported() 1455 static int sym_check_raid(struct sym_device *device) in sym_check_raid() 1476 static int sym_set_workarounds(struct sym_device *device) in sym_set_workarounds() 1526 static int sym_iomap_device(struct sym_device *device) in sym_iomap_device()
|
/linux-4.1.27/Documentation/laptops/ |
D | freefall.c | 30 static int set_unload_heads_path(char *device) in set_unload_heads_path()
|
/linux-4.1.27/drivers/parisc/ |
D | iommu-helpers.h | 100 iommu_coalesce_chunks(struct ioc *ioc, struct device *dev, in iommu_coalesce_chunks()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
D | fanpwm.c | 89 struct nvkm_device *device = nv_device(therm); in nvkm_fanpwm_create() local
|
D | nv40.c | 38 struct nvkm_device *device = nv_device(therm); in nv40_sensor_style() local
|
/linux-4.1.27/arch/ia64/sn/kernel/ |
D | io_common.c | 125 static s64 sn_device_fixup_war(u64 nasid, u64 widget, int device, in sn_device_fixup_war() 162 int widget, device, size; in sn_common_hubdev_init() local
|
/linux-4.1.27/sound/sh/ |
D | sh_dac_audio.c | 264 static int snd_sh_dac_pcm(struct snd_sh_dac *chip, int device) in snd_sh_dac_pcm() 306 static int snd_sh_dac_dev_free(struct snd_device *device) in snd_sh_dac_dev_free()
|
/linux-4.1.27/drivers/char/tpm/ |
D | tpm_crb.c | 206 static int crb_acpi_add(struct acpi_device *device) in crb_acpi_add() 307 static int crb_acpi_remove(struct acpi_device *device) in crb_acpi_remove()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
D | nv41.c | 89 struct nvkm_device *device = nv_device(parent); in nv41_mmu_ctor() local
|
D | nv44.c | 160 struct nvkm_device *device = nv_device(parent); in nv44_mmu_ctor() local
|
/linux-4.1.27/arch/mips/pci/ |
D | ops-loongson3.c | 22 int device = PCI_SLOT(devfn); in loongson3_pci_config_access() local
|
D | ops-bonito64.c | 45 int device = PCI_SLOT(devfn); in bonito64_pcibios_config_access() local
|
D | ops-loongson2.c | 44 int device = PCI_SLOT(devfn); in loongson_pcibios_config_access() local
|
/linux-4.1.27/drivers/dma/ |
D | iop-adma.c | 843 static int iop_adma_memcpy_self_test(struct iop_adma_device *device) in iop_adma_memcpy_self_test() 918 iop_adma_xor_val_self_test(struct iop_adma_device *device) in iop_adma_xor_val_self_test() 1092 iop_adma_pq_zero_sum_self_test(struct iop_adma_device *device) in iop_adma_pq_zero_sum_self_test() 1256 struct iop_adma_device *device = platform_get_drvdata(dev); in iop_adma_remove() local
|
/linux-4.1.27/sound/pci/au88x0/ |
D | au88x0.c | 121 static int snd_vortex_dev_free(struct snd_device *device) in snd_vortex_dev_free()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | client.h | 8 struct nvkm_object *device; member
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/dmaobj/ |
D | base.c | 67 struct nvkm_device *device = nv_device(parent); in nvkm_dmaobj_create_() local
|
/linux-4.1.27/sound/drivers/ |
D | virmidi.c | 168 struct platform_device *device; in alsa_card_virmidi_init() local
|
D | serial-u16550.c | 778 static int snd_uart16550_dev_free(struct snd_device *device) in snd_uart16550_dev_free() 872 static int snd_uart16550_rmidi(struct snd_uart16550 *uart, int device, in snd_uart16550_rmidi() 1015 struct platform_device *device; in alsa_card_serial_init() local
|
/linux-4.1.27/drivers/scsi/ |
D | zalon.c | 95 struct ncr_device device; in zalon_probe() local
|
D | sr.h | 36 struct scsi_device *device; member
|
/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_topology.c | 45 struct kfd_dev *device = NULL; in kfd_device_by_id() local 63 struct kfd_dev *device = NULL; in kfd_device_by_pci_dev() local 1236 struct kfd_dev *device = NULL; in kfd_topology_enum_kfd_devices() local
|
/linux-4.1.27/include/linux/hsi/ |
D | hsi.h | 143 struct device device; member 238 struct device device; member 286 struct device device; member
|
/linux-4.1.27/drivers/mtd/devices/ |
D | mtd_dataflash.c | 591 static char *otp_setup(struct mtd_info *device, char revision) in otp_setup() 609 static char *otp_setup(struct mtd_info *device, char revision) in otp_setup() 625 struct mtd_info *device; in add_dataflash_otp() local
|
/linux-4.1.27/sound/usb/caiaq/ |
D | midi.c | 128 int snd_usb_caiaq_midi_init(struct snd_usb_caiaqdev *device) in snd_usb_caiaq_midi_init()
|
/linux-4.1.27/drivers/net/wireless/p54/ |
D | p54pci.c | 667 static int p54p_suspend(struct device *device) in p54p_suspend() 677 static int p54p_resume(struct device *device) in p54p_resume()
|
/linux-4.1.27/drivers/hv/ |
D | vmbus_drv.c | 456 static int vmbus_uevent(struct device *device, struct kobj_uevent_env *env) in vmbus_uevent() 496 static int vmbus_match(struct device *device, struct device_driver *driver) in vmbus_match() 588 static void vmbus_device_release(struct device *device) in vmbus_device_release() 1005 static int vmbus_acpi_add(struct acpi_device *device) in vmbus_acpi_add()
|
/linux-4.1.27/drivers/spi/ |
D | spi-qup.c | 930 static int spi_qup_pm_suspend_runtime(struct device *device) in spi_qup_pm_suspend_runtime() 943 static int spi_qup_pm_resume_runtime(struct device *device) in spi_qup_pm_resume_runtime() 958 static int spi_qup_suspend(struct device *device) in spi_qup_suspend() 977 static int spi_qup_resume(struct device *device) in spi_qup_resume()
|
/linux-4.1.27/drivers/misc/mei/ |
D | init.c | 384 struct device *device, in mei_device_init()
|
/linux-4.1.27/sound/pcmcia/pdaudiocf/ |
D | pdaudiocf.c | 84 static int snd_pdacf_dev_free(struct snd_device *device) in snd_pdacf_dev_free()
|
/linux-4.1.27/drivers/usb/storage/ |
D | cypress_atacb.c | 250 struct usb_device *device; in cypress_probe() local
|
/linux-4.1.27/drivers/xen/ |
D | pci.c | 155 struct physdev_pci_device device = { in xen_remove_device() local
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
D | firmware.c | 130 int lbs_get_firmware_async(struct lbs_private *priv, struct device *device, in lbs_get_firmware_async()
|
/linux-4.1.27/drivers/powercap/ |
D | powercap_sys.c | 198 ssize_t (*show)(struct device *, in create_constraint_attribute() 200 ssize_t (*store)(struct device *, in create_constraint_attribute()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | pci_common.c | 262 unsigned int device = PCI_SLOT(devfn); in sun4v_read_pci_cfg() local 295 unsigned int device = PCI_SLOT(devfn); in sun4v_write_pci_cfg() local
|
/linux-4.1.27/drivers/firewire/ |
D | core.h | 138 static inline struct fw_device *fw_device_get(struct fw_device *device) in fw_device_get() 145 static inline void fw_device_put(struct fw_device *device) in fw_device_put()
|
/linux-4.1.27/sound/isa/sb/ |
D | sb_common.c | 204 static int snd_sbdsp_dev_free(struct snd_device *device) in snd_sbdsp_dev_free()
|
D | sb8_midi.c | 264 int snd_sb8dsp_midi(struct snd_sb *chip, int device) in snd_sb8dsp_midi()
|
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
D | rt2x00leds.c | 106 struct device *device = wiphy_dev(rt2x00dev->hw->wiphy); in rt2x00leds_register_led() local
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/ |
D | falcon.c | 73 struct nvkm_device *device = nv_device(object); in _nvkm_falcon_init() local
|
D | xtensa.c | 97 struct nvkm_device *device = nv_device(object); in _nvkm_xtensa_init() local
|
/linux-4.1.27/fs/btrfs/ |
D | reada.c | 85 struct btrfs_device *device; member 757 struct btrfs_device *device; in __reada_start_machine() local 807 struct btrfs_device *device; in dump_devs() local
|
/linux-4.1.27/drivers/iommu/ |
D | iommu.c | 321 struct iommu_device *device; in iommu_group_add_device() local 389 struct iommu_device *tmp_device, *device = NULL; in iommu_group_remove_device() local 432 int (*fn)(struct device *, void *)) in iommu_group_for_each_dev() 434 struct iommu_device *device; in iommu_group_for_each_dev() local
|
/linux-4.1.27/sound/pci/ |
D | cs5530.c | 85 static int snd_cs5530_dev_free(struct snd_device *device) in snd_cs5530_dev_free()
|
/linux-4.1.27/sound/isa/msnd/ |
D | msnd_midi.c | 157 int snd_msndmidi_new(struct snd_card *card, int device) in snd_msndmidi_new()
|
/linux-4.1.27/drivers/media/platform/davinci/ |
D | dm355_ccdc.c | 206 static int ccdc_open(struct device *device) in ccdc_open() 211 static int ccdc_close(struct device *device) in ccdc_close()
|
D | isif.c | 276 static int isif_open(struct device *device) in isif_open() 1000 static int isif_close(struct device *device) in isif_close()
|
/linux-4.1.27/drivers/base/ |
D | component.c | 88 int (*compare)(struct device *, void *), void *compare_data) in component_master_add_child() 262 int (*compare)(struct device *, void *), void *compare_data) in component_match_add()
|
D | class.c | 366 void *data, int (*fn)(struct device *, void *)) in class_for_each_device() 414 int (*match)(struct device *, const void *)) in class_find_device()
|
D | driver.c | 44 void *data, int (*fn)(struct device *, void *)) in driver_for_each_device()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | carminefb.c | 541 int smem_offset, struct device *device, in alloc_carmine_fb() 612 struct device *device = &dev->dev; in carminefb_probe() local
|
/linux-4.1.27/arch/tile/kernel/ |
D | pci_gx.c | 549 static int tile_map_irq(const struct pci_dev *dev, u8 device, u8 pin) in tile_map_irq() 1215 int device = PCI_SLOT(devfn); in tile_cfg_read() local 1338 int device = PCI_SLOT(devfn); in tile_cfg_write() local
|
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_platform.c | 131 const struct of_device_id *device; in stmmac_probe_config_dt() local
|
/linux-4.1.27/drivers/infiniband/ulp/iser/ |
D | iscsi_iser.c | 183 struct iser_device *device = iser_conn->ib_conn.device; in iser_initialize_task_headers() local 366 struct iser_device *device = iser_conn->ib_conn.device; in iscsi_iser_cleanup_task() local
|
/linux-4.1.27/sound/pci/ice1712/ |
D | delta.c | 137 static int ap_cs8427_sendbytes(struct snd_i2c_device *device, unsigned char *bytes, int count) in ap_cs8427_sendbytes() 154 static int ap_cs8427_readbytes(struct snd_i2c_device *device, unsigned char *bytes, int count) in ap_cs8427_readbytes()
|
/linux-4.1.27/drivers/gpu/drm/omapdrm/ |
D | omap_drv.c | 679 static int pdev_probe(struct platform_device *device) in pdev_probe() 698 static int pdev_remove(struct platform_device *device) in pdev_remove()
|
/linux-4.1.27/sound/pci/vx222/ |
D | vx222.c | 130 static int snd_vx222_dev_free(struct snd_device *device) in snd_vx222_dev_free()
|
/linux-4.1.27/fs/efs/ |
D | inode.c | 50 dev_t device; in efs_iget() local
|
/linux-4.1.27/sound/isa/gus/ |
D | gus_uart.c | 244 int snd_gf1_rawmidi_new(struct snd_gus_card *gus, int device) in snd_gf1_rawmidi_new()
|
/linux-4.1.27/sound/pcmcia/vx/ |
D | vxpocket.c | 72 static int snd_vxpocket_dev_free(struct snd_device *device) in snd_vxpocket_dev_free()
|
/linux-4.1.27/drivers/gpu/drm/bochs/ |
D | bochs_fbdev.c | 63 struct device *device = &dev->pdev->dev; in bochsfb_create() local
|
/linux-4.1.27/arch/ia64/sn/pci/pcibr/ |
D | pcibr_reg.c | 220 u64 pcireg_wrb_flush_get(struct pcibus_info *pcibus_info, int device) in pcireg_wrb_flush_get()
|
/linux-4.1.27/arch/arm/mach-w90x900/ |
D | dev.c | 533 void __init nuc900_board_init(struct platform_device **device, int size) in nuc900_board_init()
|
/linux-4.1.27/drivers/pps/generators/ |
D | pps_gen_parport.c | 61 static struct pps_generator_pp device = { variable
|
/linux-4.1.27/drivers/char/agp/ |
D | sis-agp.c | 77 struct pci_dev *device = NULL; in sis_delayed_enable() local
|
/linux-4.1.27/Documentation/spi/ |
D | spidev_test.c | 33 static const char *device = "/dev/spidev1.1"; variable
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bar/ |
D | base.c | 41 struct nvkm_device *device = nv_device(parent); in nvkm_barobj_ctor() local
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | dcb.c | 32 struct nvkm_device *device = nv_device(bios); in dcb_table() local
|
/linux-4.1.27/drivers/of/ |
D | base.c | 444 static int __of_device_is_compatible(const struct device_node *device, in __of_device_is_compatible() 485 int of_device_is_compatible(const struct device_node *device, in of_device_is_compatible() 527 static bool __of_device_is_available(const struct device_node *device) in __of_device_is_available() 555 bool of_device_is_available(const struct device_node *device) in of_device_is_available() 580 bool of_device_is_big_endian(const struct device_node *device) in of_device_is_big_endian()
|
/linux-4.1.27/net/bluetooth/bnep/ |
D | bnep.h | 123 char device[16]; /* Name of the Ethernet device */ member 136 char device[16]; member
|
/linux-4.1.27/drivers/base/power/ |
D | runtime.c | 265 static int __rpm_callback(int (*cb)(struct device *), struct device *dev) in __rpm_callback() 363 static int rpm_callback(int (*cb)(struct device *), struct device *dev) in rpm_callback()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/timer/ |
D | nv04.c | 142 struct nvkm_device *device = nv_device(object); in nv04_timer_init() local
|
/linux-4.1.27/drivers/staging/rtl8188eu/hal/ |
D | fw.c | 187 struct device *device = dvobj_to_dev(dvobj); in rtl88eu_download_fw() local
|
/linux-4.1.27/drivers/media/pci/cx23885/ |
D | cx23885-cards.c | 1821 static int netup_jtag_io(void *device, int tms, int tdi, int read_tdo) in netup_jtag_io()
|