Home
last modified time | relevance | path

Searched defs:device (Results 176 – 200 of 2052) sorted by relevance

12345678910>>...83

/OK3568_Linux_fs/kernel/drivers/block/drbd/
H A Ddrbd_debugfs.c130 struct drbd_device *device; in seq_print_resource_pending_meta_io() local
158 struct drbd_device *device; in seq_print_waiting_for_AL() local
191 static void seq_print_device_bitmap_io(struct seq_file *m, struct drbd_device *device, unsigned lon… in seq_print_device_bitmap_io()
218 struct drbd_device *device; in seq_print_resource_pending_bitmap_io() local
247 struct drbd_device *device, struct list_head *lh, in seq_print_peer_request()
272 struct drbd_device *device, unsigned long now) in seq_print_device_peer_requests()
290 struct drbd_device *device; in seq_print_resource_pending_peer_requests() local
662 struct drbd_device *device = m->private; in device_resync_extents_show() local
677 struct drbd_device *device = m->private; in device_act_log_extents_show() local
692 struct drbd_device *device = m->private; in device_oldest_requests_show() local
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
H A Dgp100.c29 struct nvkm_device *device = ltc->subdev.device; in gp100_ltc_intr() local
44 struct nvkm_device *device = ltc->subdev.device; in gp100_ltc_oneinit() local
72 gp100_ltc_new(struct nvkm_device *device, int index, struct nvkm_ltc **pltc) in gp100_ltc_new()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/volt/
H A Dgk104.c42 struct nvkm_device *device = base->subdev.device; in gk104_volt_get() local
55 struct nvkm_device *device = base->subdev.device; in gk104_volt_set() local
71 struct nvkm_device *device = volt->subdev.device; in gk104_volt_speedo_read() local
98 gk104_volt_new(struct nvkm_device *device, int index, struct nvkm_volt **pvolt) in gk104_volt_new()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv40.c97 struct nvkm_device *device = subdev->device; in nv40_gr_chan_fini() local
176 struct nvkm_device *device = gr->base.engine.subdev.device; in nv40_gr_tile() local
237 struct nvkm_device *device = subdev->device; in nv40_gr_intr() local
290 struct nvkm_device *device = gr->base.engine.subdev.device; in nv40_gr_init() local
431 nv40_gr_new_(const struct nvkm_gr_func *func, struct nvkm_device *device, in nv40_gr_new_()
473 nv40_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in nv40_gr_new()
H A Dnv50.c243 struct nvkm_device *device = subdev->device; in nv50_gr_prop_trap() local
285 struct nvkm_device *device = subdev->device; in nv50_gr_mp_trap() local
329 struct nvkm_device *device = subdev->device; in nv50_gr_tp_trap() local
399 struct nvkm_device *device = subdev->device; in nv50_gr_trap_handler() local
624 struct nvkm_device *device = subdev->device; in nv50_gr_intr() local
682 struct nvkm_device *device = gr->base.engine.subdev.device; in nv50_gr_init() local
763 nv50_gr_new_(const struct nvkm_gr_func *func, struct nvkm_device *device, in nv50_gr_new_()
793 nv50_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in nv50_gr_new()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_chan.c147 nouveau_channel_prep(struct nouveau_drm *drm, struct nvif_device *device, in nouveau_channel_prep()
259 nouveau_channel_ind(struct nouveau_drm *drm, struct nvif_device *device, in nouveau_channel_ind()
350 nouveau_channel_dma(struct nouveau_drm *drm, struct nvif_device *device, in nouveau_channel_dma()
391 struct nvif_device *device = chan->device; in nouveau_channel_init() local
510 nouveau_channel_new(struct nouveau_drm *drm, struct nvif_device *device, in nouveau_channel_new()
561 struct nvif_object *device = &drm->client.device.object; in nouveau_channels_init() local
/OK3568_Linux_fs/kernel/sound/core/
H A Dhwdep.c32 static struct snd_hwdep *snd_hwdep_search(struct snd_card *card, int device) in snd_hwdep_search()
270 int device; in snd_hwdep_control_ioctl() local
298 int device, err; in snd_hwdep_control_ioctl() local
358 int snd_hwdep_new(struct snd_card *card, char *id, int device, in snd_hwdep_new()
403 static int snd_hwdep_dev_free(struct snd_device *device) in snd_hwdep_dev_free()
414 static int snd_hwdep_dev_register(struct snd_device *device) in snd_hwdep_dev_register()
456 static int snd_hwdep_dev_disconnect(struct snd_device *device) in snd_hwdep_dev_disconnect()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Ddevice_pm.c49 static int acpi_dev_pm_explicit_get(struct acpi_device *device, int *state) in acpi_dev_pm_explicit_get()
76 int acpi_device_get_power(struct acpi_device *device, int *state) in acpi_device_get_power()
161 int acpi_device_set_power(struct acpi_device *device, int state) in acpi_device_set_power()
292 struct acpi_device *device; in acpi_bus_set_power() local
303 int acpi_bus_init_power(struct acpi_device *device) in acpi_bus_init_power()
361 int acpi_device_fix_up_power(struct acpi_device *device) in acpi_device_fix_up_power()
374 int acpi_device_update_power(struct acpi_device *device, int *state_p) in acpi_device_update_power()
417 struct acpi_device *device; in acpi_bus_update_power() local
427 struct acpi_device *device; in acpi_bus_power_manageable() local
550 struct acpi_device *device; in acpi_bus_can_wakeup() local
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Xinput.c1145 xf86PostMotionEvent(DeviceIntPtr device, in xf86PostMotionEvent()
1165 xf86PostMotionEventP(DeviceIntPtr device, in xf86PostMotionEventP()
1179 xf86CheckMotionEvent4DGA(DeviceIntPtr device, int is_absolute, in xf86CheckMotionEvent4DGA()
1266 xf86PostMotionEventM(DeviceIntPtr device, in xf86PostMotionEventM()
1285 xf86PostProximityEvent(DeviceIntPtr device, in xf86PostProximityEvent()
1305 xf86PostProximityEventP(DeviceIntPtr device, in xf86PostProximityEventP()
1319 xf86PostProximityEventM(DeviceIntPtr device, in xf86PostProximityEventM()
1326 xf86PostButtonEvent(DeviceIntPtr device, in xf86PostButtonEvent()
1349 xf86PostButtonEventP(DeviceIntPtr device, in xf86PostButtonEventP()
1365 xf86PostButtonEventM(DeviceIntPtr device, in xf86PostButtonEventM()
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c204 static inline bool pqi_is_logical_device(struct pqi_scsi_dev *device) in pqi_is_logical_device()
308 static inline bool pqi_device_offline(struct pqi_scsi_dev *device) in pqi_device_offline()
313 static inline void pqi_device_reset_start(struct pqi_scsi_dev *device) in pqi_device_reset_start()
318 static inline void pqi_device_reset_done(struct pqi_scsi_dev *device) in pqi_device_reset_done()
323 static inline bool pqi_device_in_reset(struct pqi_scsi_dev *device) in pqi_device_in_reset()
343 static inline void pqi_device_remove_start(struct pqi_scsi_dev *device) in pqi_device_remove_start()
349 struct pqi_scsi_dev *device) in pqi_device_in_remove()
665 struct pqi_scsi_dev *device, in pqi_identify_physical_device()
1050 static inline void pqi_set_bus_target_lun(struct pqi_scsi_dev *device, in pqi_set_bus_target_lun()
1058 static void pqi_assign_bus_target_lun(struct pqi_scsi_dev *device) in pqi_assign_bus_target_lun()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dchangf119.c30 struct nvkm_device *device = disp->base.engine.subdev.device; in gf119_disp_chan_uevent_fini() local
39 struct nvkm_device *device = disp->base.engine.subdev.device; in gf119_disp_chan_uevent_init() local
54 struct nvkm_device *device = chan->disp->base.engine.subdev.device; in gf119_disp_chan_intr() local
H A Ddacgf119.c27 struct nvkm_device *device = dac->disp->engine.subdev.device; in gf119_dac_clock() local
35 struct nvkm_device *device = dac->disp->engine.subdev.device; in gf119_dac_state() local
67 struct nvkm_device *device = disp->engine.subdev.device; in gf119_dac_cnt() local
H A Ddmacgv100.c30 struct nvkm_device *device = chan->disp->base.engine.subdev.device; in gv100_disp_dmac_idle() local
52 struct nvkm_device *device = chan->disp->base.engine.subdev.device; in gv100_disp_dmac_fini() local
65 struct nvkm_device *device = subdev->device; in gv100_disp_dmac_init() local
H A Dhdagf119.c29 struct nvkm_device *device = ior->disp->engine.subdev.device; in gf119_hda_device_entry() local
37 struct nvkm_device *device = ior->disp->engine.subdev.device; in gf119_hda_eld() local
51 struct nvkm_device *device = ior->disp->engine.subdev.device; in gf119_hda_hpd() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/bus/
H A Dnv31.c34 struct nvkm_device *device = subdev->device; in nv31_bus_intr() local
73 struct nvkm_device *device = bus->subdev.device; in nv31_bus_init() local
85 nv31_bus_new(struct nvkm_device *device, int index, struct nvkm_bus **pbus) in nv31_bus_new()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dtu102.c35 struct nvkm_device *device = fifo->base.engine.subdev.device; in tu102_fifo_runlist_commit() local
85 struct nvkm_device *device = fifo->base.engine.subdev.device; in tu102_fifo_pbdma_init() local
113 tu102_fifo_new(struct nvkm_device *device, int index, struct nvkm_fifo **pfifo) in tu102_fifo_new()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/ce/
H A Dgp100.c52 struct nvkm_device *device = subdev->device; in gp100_ce_intr_launcherr() local
64 struct nvkm_device *device = subdev->device; in gp100_ce_intr() local
98 gp100_ce_new(struct nvkm_device *device, int index, in gp100_ce_new()
H A Dgk104.c50 struct nvkm_device *device = subdev->device; in gk104_ce_intr_launcherr() local
63 struct nvkm_device *device = subdev->device; in gk104_ce_intr() local
97 gk104_ce_new(struct nvkm_device *device, int index, in gk104_ce_new()
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Dcore_priv.h167 static inline void ib_device_register_rdmacg(struct ib_device *device) in ib_device_register_rdmacg()
171 static inline void ib_device_unregister_rdmacg(struct ib_device *device) in ib_device_unregister_rdmacg()
176 struct ib_device *device, in ib_rdmacg_try_charge()
183 struct ib_device *device, in ib_rdmacg_uncharge()
245 static inline void ib_security_release_port_pkey_list(struct ib_device *device) in ib_security_release_port_pkey_list()
249 static inline void ib_security_cache_change(struct ib_device *device, in ib_security_cache_change()
/OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/
H A Dtdc_batch.py48 device = args.device variable
73 def format_add_filter(device, prio, handle, skip, src_mac, dst_mac, argument
80 def format_rep_filter(device, prio, handle, skip, src_mac, dst_mac, argument
87 def format_del_filter(device, prio, handle, skip, src_mac, dst_mac, argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dnv44.c42 struct nvkm_device *device = fb->subdev.device; in nv44_fb_tile_prog() local
52 struct nvkm_device *device = fb->subdev.device; in nv44_fb_init() local
68 nv44_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv44_fb_new()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Dforward.hpp43 #define BOOST_IOSTREAMS_FORWARD(class, impl, device, params, args) \ argument
106 # define BOOST_IOSTREAMS_DISABLE_IF_SAME(device, param) \ argument
110 # define BOOST_IOSTREAMS_DISABLE_IF_SAME(device, param) argument
/OK3568_Linux_fs/kernel/drivers/w1/slaves/
H A Dw1_therm.c1526 static ssize_t w1_slave_show(struct device *device, in w1_slave_show()
1578 static ssize_t w1_slave_store(struct device *device, in w1_slave_store()
1618 static ssize_t temperature_show(struct device *device, in temperature_show()
1656 static ssize_t ext_power_show(struct device *device, in ext_power_show()
1678 static ssize_t resolution_show(struct device *device, in resolution_show()
1700 static ssize_t resolution_store(struct device *device, in resolution_store()
1739 static ssize_t eeprom_store(struct device *device, in eeprom_store()
1759 static ssize_t alarms_show(struct device *device, in alarms_show()
1781 static ssize_t alarms_store(struct device *device, in alarms_store()
1881 static ssize_t therm_bulk_read_store(struct device *device, in therm_bulk_read_store()
[all …]
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dtopstar-laptop.c28 struct acpi_device *device; member
221 static int topstar_acpi_fncx_switch(struct acpi_device *device, bool state) in topstar_acpi_fncx_switch()
235 static void topstar_acpi_notify(struct acpi_device *device, u32 event) in topstar_acpi_notify()
288 static int topstar_acpi_add(struct acpi_device *device) in topstar_acpi_add()
335 static int topstar_acpi_remove(struct acpi_device *device) in topstar_acpi_remove()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
H A Dnv04.c49 struct nvkm_device *device = iobj->imem->base.subdev.device; in nv04_instobj_wr32() local
57 struct nvkm_device *device = iobj->imem->base.subdev.device; in nv04_instobj_rd32() local
76 struct nvkm_device *device = iobj->imem->base.subdev.device; in nv04_instobj_acquire() local
162 struct nvkm_device *device = imem->base.subdev.device; in nv04_instmem_oneinit() local
221 nv04_instmem_new(struct nvkm_device *device, int index, in nv04_instmem_new()

12345678910>>...83