Home
last modified time | relevance | path

Searched defs:device (Results 1 – 25 of 2994) sorted by relevance

12345678910>>...120

/kernel/linux/linux-6.6/drivers/s390/char/
Dtape_3590.c103 static int crypt_supported(struct tape_device *device) in crypt_supported()
108 static int crypt_enabled(struct tape_device *device) in crypt_enabled()
201 static int tape_3592_kekl_query(struct tape_device *device, in tape_3592_kekl_query()
242 static int tape_3592_ioctl_kekl_query(struct tape_device *device, in tape_3592_ioctl_kekl_query()
274 static int tape_3592_kekl_set(struct tape_device *device, in tape_3592_kekl_set()
305 static int tape_3592_ioctl_kekl_set(struct tape_device *device, in tape_3592_ioctl_kekl_set()
327 static struct tape_request *__tape_3592_enable_crypt(struct tape_device *device) in __tape_3592_enable_crypt()
355 static int tape_3592_enable_crypt(struct tape_device *device) in tape_3592_enable_crypt()
365 static void tape_3592_enable_crypt_async(struct tape_device *device) in tape_3592_enable_crypt_async()
377 static struct tape_request *__tape_3592_disable_crypt(struct tape_device *device) in __tape_3592_disable_crypt()
[all …]
Dtape_std.c39 struct tape_device * device = request->device; in tape_std_assign_timeout() local
53 tape_std_assign(struct tape_device *device) in tape_std_assign()
92 tape_std_unassign (struct tape_device *device) in tape_std_unassign()
124 tape_std_display(struct tape_device *device, struct display_struct *disp) in tape_std_display()
154 tape_std_read_block_id(struct tape_device *device, __u64 *id) in tape_std_read_block_id()
177 tape_std_terminate_write(struct tape_device *device) in tape_std_terminate_write()
201 tape_std_mtload(struct tape_device *device, int count) in tape_std_mtload()
211 tape_std_mtsetblk(struct tape_device *device, int count) in tape_std_mtsetblk()
254 tape_std_mtreset(struct tape_device *device, int count) in tape_std_mtreset()
266 tape_std_mtfsf(struct tape_device *device, int mt_count) in tape_std_mtfsf()
[all …]
Dtape_core.c187 tape_state_set(struct tape_device *device, enum tape_state newstate) in tape_state_set()
213 struct tape_device *device; member
225 struct tape_device *device = p->device; in tape_med_state_work_handler() local
249 tape_med_state_work(struct tape_device *device, enum tape_medium_state state) in tape_med_state_work()
263 tape_med_state_set(struct tape_device *device, enum tape_medium_state newstate) in tape_med_state_set()
292 __tape_cancel_io(struct tape_device *device, struct tape_request *request) in __tape_cancel_io()
332 tape_assign_minor(struct tape_device *device) in tape_assign_minor()
356 tape_remove_minor(struct tape_device *device) in tape_remove_minor()
373 tape_generic_online(struct tape_device *device, in tape_generic_online()
421 tape_cleanup_device(struct tape_device *device) in tape_cleanup_device()
[all …]
Dtape_34xx.c58 struct tape_device *device = request->device; in __tape_34xx_medium_sense() local
85 static int tape_34xx_medium_sense(struct tape_device *device) in tape_34xx_medium_sense()
103 static void tape_34xx_medium_sense_async(struct tape_device *device) in tape_34xx_medium_sense_async()
121 struct tape_device *device; member
141 struct tape_device *device = p->device; in tape_34xx_work_handler() local
155 tape_34xx_schedule_work(struct tape_device *device, enum tape_op op) in tape_34xx_schedule_work()
222 tape_34xx_unsolicited_irq(struct tape_device *device, struct irb *irb) in tape_34xx_unsolicited_irq()
241 tape_34xx_erp_read_opposite(struct tape_device *device, in tape_34xx_erp_read_opposite()
262 tape_34xx_erp_bug(struct tape_device *device, struct tape_request *request, in tape_34xx_erp_bug()
278 tape_34xx_erp_overrun(struct tape_device *device, struct tape_request *request, in tape_34xx_erp_overrun()
[all …]
/kernel/linux/linux-5.10/drivers/s390/char/
Dtape_3590.c103 static int crypt_supported(struct tape_device *device) in crypt_supported()
108 static int crypt_enabled(struct tape_device *device) in crypt_enabled()
201 static int tape_3592_kekl_query(struct tape_device *device, in tape_3592_kekl_query()
242 static int tape_3592_ioctl_kekl_query(struct tape_device *device, in tape_3592_ioctl_kekl_query()
274 static int tape_3592_kekl_set(struct tape_device *device, in tape_3592_kekl_set()
305 static int tape_3592_ioctl_kekl_set(struct tape_device *device, in tape_3592_ioctl_kekl_set()
327 static struct tape_request *__tape_3592_enable_crypt(struct tape_device *device) in __tape_3592_enable_crypt()
355 static int tape_3592_enable_crypt(struct tape_device *device) in tape_3592_enable_crypt()
365 static void tape_3592_enable_crypt_async(struct tape_device *device) in tape_3592_enable_crypt_async()
377 static struct tape_request *__tape_3592_disable_crypt(struct tape_device *device) in __tape_3592_disable_crypt()
[all …]
Dtape_std.c39 struct tape_device * device = request->device; in tape_std_assign_timeout() local
53 tape_std_assign(struct tape_device *device) in tape_std_assign()
92 tape_std_unassign (struct tape_device *device) in tape_std_unassign()
124 tape_std_display(struct tape_device *device, struct display_struct *disp) in tape_std_display()
154 tape_std_read_block_id(struct tape_device *device, __u64 *id) in tape_std_read_block_id()
177 tape_std_terminate_write(struct tape_device *device) in tape_std_terminate_write()
201 tape_std_mtload(struct tape_device *device, int count) in tape_std_mtload()
211 tape_std_mtsetblk(struct tape_device *device, int count) in tape_std_mtsetblk()
254 tape_std_mtreset(struct tape_device *device, int count) in tape_std_mtreset()
266 tape_std_mtfsf(struct tape_device *device, int mt_count) in tape_std_mtfsf()
[all …]
Dtape_core.c187 tape_state_set(struct tape_device *device, enum tape_state newstate) in tape_state_set()
213 struct tape_device *device; member
225 struct tape_device *device = p->device; in tape_med_state_work_handler() local
249 tape_med_state_work(struct tape_device *device, enum tape_medium_state state) in tape_med_state_work()
263 tape_med_state_set(struct tape_device *device, enum tape_medium_state newstate) in tape_med_state_set()
292 __tape_cancel_io(struct tape_device *device, struct tape_request *request) in __tape_cancel_io()
332 tape_assign_minor(struct tape_device *device) in tape_assign_minor()
356 tape_remove_minor(struct tape_device *device) in tape_remove_minor()
373 tape_generic_online(struct tape_device *device, in tape_generic_online()
421 tape_cleanup_device(struct tape_device *device) in tape_cleanup_device()
[all …]
Dtape_34xx.c58 struct tape_device *device = request->device; in __tape_34xx_medium_sense() local
85 static int tape_34xx_medium_sense(struct tape_device *device) in tape_34xx_medium_sense()
103 static void tape_34xx_medium_sense_async(struct tape_device *device) in tape_34xx_medium_sense_async()
121 struct tape_device *device; member
141 struct tape_device *device = p->device; in tape_34xx_work_handler() local
155 tape_34xx_schedule_work(struct tape_device *device, enum tape_op op) in tape_34xx_schedule_work()
222 tape_34xx_unsolicited_irq(struct tape_device *device, struct irb *irb) in tape_34xx_unsolicited_irq()
241 tape_34xx_erp_read_opposite(struct tape_device *device, in tape_34xx_erp_read_opposite()
262 tape_34xx_erp_bug(struct tape_device *device, struct tape_request *request, in tape_34xx_erp_bug()
278 tape_34xx_erp_overrun(struct tape_device *device, struct tape_request *request, in tape_34xx_erp_overrun()
[all …]
/kernel/linux/linux-5.10/drivers/s390/block/
Ddasd.c103 struct dasd_device *device; in dasd_alloc_device() local
154 void dasd_free_device(struct dasd_device *device) in dasd_free_device()
202 static int dasd_state_new_to_known(struct dasd_device *device) in dasd_state_new_to_known()
226 static int dasd_state_known_to_new(struct dasd_device *device) in dasd_state_known_to_new()
256 static int dasd_state_known_to_basic(struct dasd_device *device) in dasd_state_known_to_basic()
294 static int dasd_state_basic_to_known(struct dasd_device *device) in dasd_state_basic_to_known()
340 static int dasd_state_basic_to_ready(struct dasd_device *device) in dasd_state_basic_to_ready()
382 int _wait_for_empty_queues(struct dasd_device *device) in _wait_for_empty_queues()
396 static int dasd_state_ready_to_basic(struct dasd_device *device) in dasd_state_ready_to_basic()
419 static int dasd_state_unfmt_to_basic(struct dasd_device *device) in dasd_state_unfmt_to_basic()
[all …]
Ddasd_3990_erp.c74 struct dasd_device *device = erp->startdev; in dasd_3990_erp_block_queue() local
106 struct dasd_device *device = erp->startdev; in dasd_3990_erp_int_req() local
147 struct dasd_device *device = erp->startdev; in dasd_3990_erp_alternate_path() local
199 struct dasd_device *device = erp->startdev; in dasd_3990_erp_DCTL() local
305 struct dasd_device *device = erp->startdev; in dasd_3990_erp_action_4() local
398 struct dasd_device *device = erp->startdev; in dasd_3990_handle_env_data() local
1035 struct dasd_device *device = erp->startdev; in dasd_3990_erp_com_rej() local
1082 struct dasd_device *device = erp->startdev; in dasd_3990_erp_bus_out() local
1121 struct dasd_device *device = erp->startdev; in dasd_3990_erp_equip_check() local
1180 struct dasd_device *device = erp->startdev; in dasd_3990_erp_data_check() local
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dnv04.c445 nv04_gr_set_ctx1(struct nvkm_device *device, u32 inst, u32 mask, u32 value) in nv04_gr_set_ctx1()
460 nv04_gr_set_ctx_val(struct nvkm_device *device, u32 inst, u32 mask, u32 value) in nv04_gr_set_ctx_val()
508 nv04_gr_mthd_set_operation(struct nvkm_device *device, u32 inst, u32 data) in nv04_gr_mthd_set_operation()
523 nv04_gr_mthd_surf3d_clip_h(struct nvkm_device *device, u32 inst, u32 data) in nv04_gr_mthd_surf3d_clip_h()
541 nv04_gr_mthd_surf3d_clip_v(struct nvkm_device *device, u32 inst, u32 data) in nv04_gr_mthd_surf3d_clip_v()
559 nv04_gr_mthd_bind_class(struct nvkm_device *device, u32 inst) in nv04_gr_mthd_bind_class()
565 nv04_gr_mthd_bind_surf2d(struct nvkm_device *device, u32 inst, u32 data) in nv04_gr_mthd_bind_surf2d()
581 nv04_gr_mthd_bind_surf2d_swzsurf(struct nvkm_device *device, u32 inst, u32 data) in nv04_gr_mthd_bind_surf2d_swzsurf()
601 nv01_gr_mthd_bind_patt(struct nvkm_device *device, u32 inst, u32 data) in nv01_gr_mthd_bind_patt()
615 nv04_gr_mthd_bind_patt(struct nvkm_device *device, u32 inst, u32 data) in nv04_gr_mthd_bind_patt()
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dnv04.c445 nv04_gr_set_ctx1(struct nvkm_device *device, u32 inst, u32 mask, u32 value) in nv04_gr_set_ctx1()
460 nv04_gr_set_ctx_val(struct nvkm_device *device, u32 inst, u32 mask, u32 value) in nv04_gr_set_ctx_val()
508 nv04_gr_mthd_set_operation(struct nvkm_device *device, u32 inst, u32 data) in nv04_gr_mthd_set_operation()
523 nv04_gr_mthd_surf3d_clip_h(struct nvkm_device *device, u32 inst, u32 data) in nv04_gr_mthd_surf3d_clip_h()
541 nv04_gr_mthd_surf3d_clip_v(struct nvkm_device *device, u32 inst, u32 data) in nv04_gr_mthd_surf3d_clip_v()
559 nv04_gr_mthd_bind_class(struct nvkm_device *device, u32 inst) in nv04_gr_mthd_bind_class()
565 nv04_gr_mthd_bind_surf2d(struct nvkm_device *device, u32 inst, u32 data) in nv04_gr_mthd_bind_surf2d()
581 nv04_gr_mthd_bind_surf2d_swzsurf(struct nvkm_device *device, u32 inst, u32 data) in nv04_gr_mthd_bind_surf2d_swzsurf()
601 nv01_gr_mthd_bind_patt(struct nvkm_device *device, u32 inst, u32 data) in nv01_gr_mthd_bind_patt()
615 nv04_gr_mthd_bind_patt(struct nvkm_device *device, u32 inst, u32 data) in nv04_gr_mthd_bind_patt()
[all …]
/kernel/linux/linux-6.6/drivers/s390/block/
Ddasd.c88 struct dasd_device *device; in dasd_alloc_device() local
138 void dasd_free_device(struct dasd_device *device) in dasd_free_device()
186 static int dasd_state_new_to_known(struct dasd_device *device) in dasd_state_new_to_known()
200 static int dasd_state_known_to_new(struct dasd_device *device) in dasd_state_known_to_new()
227 static int dasd_state_known_to_basic(struct dasd_device *device) in dasd_state_known_to_basic()
265 static int dasd_state_basic_to_known(struct dasd_device *device) in dasd_state_basic_to_known()
311 static int dasd_state_basic_to_ready(struct dasd_device *device) in dasd_state_basic_to_ready()
353 int _wait_for_empty_queues(struct dasd_device *device) in _wait_for_empty_queues()
367 static int dasd_state_ready_to_basic(struct dasd_device *device) in dasd_state_ready_to_basic()
390 static int dasd_state_unfmt_to_basic(struct dasd_device *device) in dasd_state_unfmt_to_basic()
[all …]
Ddasd_3990_erp.c74 struct dasd_device *device = erp->startdev; in dasd_3990_erp_block_queue() local
106 struct dasd_device *device = erp->startdev; in dasd_3990_erp_int_req() local
147 struct dasd_device *device = erp->startdev; in dasd_3990_erp_alternate_path() local
199 struct dasd_device *device = erp->startdev; in dasd_3990_erp_DCTL() local
305 struct dasd_device *device = erp->startdev; in dasd_3990_erp_action_4() local
398 struct dasd_device *device = erp->startdev; in dasd_3990_handle_env_data() local
1035 struct dasd_device *device = erp->startdev; in dasd_3990_erp_com_rej() local
1087 struct dasd_device *device = erp->startdev; in dasd_3990_erp_bus_out() local
1126 struct dasd_device *device = erp->startdev; in dasd_3990_erp_equip_check() local
1185 struct dasd_device *device = erp->startdev; in dasd_3990_erp_data_check() local
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dgv100.c40 struct nvkm_device *device = ior->disp->engine.subdev.device; in gv100_sor_hda_device_entry() local
56 struct nvkm_device *device = sor->disp->engine.subdev.device; in gv100_sor_dp_watermark() local
65 struct nvkm_device *device = sor->disp->engine.subdev.device; in gv100_sor_dp_audio_sym() local
75 struct nvkm_device *device = sor->disp->engine.subdev.device; in gv100_sor_dp_audio() local
102 struct nvkm_device *device = ior->disp->engine.subdev.device; in gv100_sor_hdmi_infoframe_vsi() local
126 struct nvkm_device *device = ior->disp->engine.subdev.device; in gv100_sor_hdmi_infoframe_avi() local
148 struct nvkm_device *device = ior->disp->engine.subdev.device; in gv100_sor_hdmi_ctrl() local
186 struct nvkm_device *device = sor->disp->engine.subdev.device; in gv100_sor_state() local
223 struct nvkm_device *device = disp->engine.subdev.device; in gv100_sor_new() local
235 struct nvkm_device *device = disp->engine.subdev.device; in gv100_sor_cnt() local
[all …]
Dvga.c27 nvkm_rdport(struct nvkm_device *device, int head, u16 port) in nvkm_rdport()
49 nvkm_wrport(struct nvkm_device *device, int head, u16 port, u8 data) in nvkm_wrport()
69 nvkm_rdvgas(struct nvkm_device *device, int head, u8 index) in nvkm_rdvgas()
76 nvkm_wrvgas(struct nvkm_device *device, int head, u8 index, u8 value) in nvkm_wrvgas()
83 nvkm_rdvgag(struct nvkm_device *device, int head, u8 index) in nvkm_rdvgag()
90 nvkm_wrvgag(struct nvkm_device *device, int head, u8 index, u8 value) in nvkm_wrvgag()
97 nvkm_rdvgac(struct nvkm_device *device, int head, u8 index) in nvkm_rdvgac()
104 nvkm_wrvgac(struct nvkm_device *device, int head, u8 index, u8 value) in nvkm_wrvgac()
111 nvkm_rdvgai(struct nvkm_device *device, int head, u16 port, u8 index) in nvkm_rdvgai()
120 nvkm_wrvgai(struct nvkm_device *device, int head, u16 port, u8 index, u8 value) in nvkm_wrvgai()
[all …]
Dgf119.c39 struct nvkm_device *device = ior->disp->engine.subdev.device; in gf119_sor_hda_device_entry() local
48 struct nvkm_device *device = ior->disp->engine.subdev.device; in gf119_sor_hda_eld() local
62 struct nvkm_device *device = ior->disp->engine.subdev.device; in gf119_sor_hda_hpd() local
87 struct nvkm_device *device = sor->disp->engine.subdev.device; in gf119_sor_dp_watermark() local
96 struct nvkm_device *device = sor->disp->engine.subdev.device; in gf119_sor_dp_audio_sym() local
106 struct nvkm_device *device = sor->disp->engine.subdev.device; in gf119_sor_dp_audio() local
121 struct nvkm_device *device = sor->disp->engine.subdev.device; in gf119_sor_dp_vcpi() local
131 struct nvkm_device *device = sor->disp->engine.subdev.device; in gf119_sor_dp_drive() local
153 struct nvkm_device *device = sor->disp->engine.subdev.device; in gf119_sor_dp_pattern() local
173 struct nvkm_device *device = sor->disp->engine.subdev.device; in gf119_sor_dp_links() local
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dvga.c27 nvkm_rdport(struct nvkm_device *device, int head, u16 port) in nvkm_rdport()
49 nvkm_wrport(struct nvkm_device *device, int head, u16 port, u8 data) in nvkm_wrport()
69 nvkm_rdvgas(struct nvkm_device *device, int head, u8 index) in nvkm_rdvgas()
76 nvkm_wrvgas(struct nvkm_device *device, int head, u8 index, u8 value) in nvkm_wrvgas()
83 nvkm_rdvgag(struct nvkm_device *device, int head, u8 index) in nvkm_rdvgag()
90 nvkm_wrvgag(struct nvkm_device *device, int head, u8 index, u8 value) in nvkm_wrvgag()
97 nvkm_rdvgac(struct nvkm_device *device, int head, u8 index) in nvkm_rdvgac()
104 nvkm_wrvgac(struct nvkm_device *device, int head, u8 index, u8 value) in nvkm_wrvgac()
111 nvkm_rdvgai(struct nvkm_device *device, int head, u16 port, u8 index) in nvkm_rdvgai()
120 nvkm_wrvgai(struct nvkm_device *device, int head, u16 port, u8 index, u8 value) in nvkm_wrvgai()
[all …]
/kernel/linux/linux-6.6/drivers/vfio/
Dvfio_main.c60 int vfio_assign_device_set(struct vfio_device *device, void *set_id) in vfio_assign_device_set()
110 static void vfio_release_device_set(struct vfio_device *device) in vfio_release_device_set()
163 void vfio_device_put_registration(struct vfio_device *device) in vfio_device_put_registration()
169 bool vfio_device_try_get_registration(struct vfio_device *device) in vfio_device_try_get_registration()
180 struct vfio_device *device = in vfio_device_release() local
210 struct vfio_device *device; in _vfio_alloc_device() local
234 static int vfio_init_device(struct vfio_device *device, struct device *dev, in vfio_init_device()
268 static int __vfio_register_dev(struct vfio_device *device, in __vfio_register_dev()
321 int vfio_register_group_dev(struct vfio_device *device) in vfio_register_group_dev()
331 int vfio_register_emulated_iommu_dev(struct vfio_device *device) in vfio_register_emulated_iommu_dev()
[all …]
/kernel/linux/linux-5.10/drivers/block/drbd/
Ddrbd_worker.c52 struct drbd_device *device; in drbd_md_endio() local
85 struct drbd_device *device = peer_device->device; in drbd_endio_read_sec_final() local
106 struct drbd_device *device = peer_device->device; in drbd_endio_write_sec_final() local
174 struct drbd_device *device = peer_req->peer_device->device; in drbd_peer_request_endio() local
198 drbd_panic_after_delayed_completion_of_aborted_request(struct drbd_device *device) in drbd_panic_after_delayed_completion_of_aborted_request()
210 struct drbd_device *device = req->device; in drbd_request_endio() local
347 struct drbd_device *device = peer_device->device; in w_e_send_csum() local
394 struct drbd_device *device = peer_device->device; in read_for_csum() local
433 struct drbd_device *device = in w_resync_timer() local
450 struct drbd_device *device = from_timer(device, t, resync_timer); in resync_timer_fn() local
[all …]
Ddrbd_actlog.c82 void *drbd_md_get_buffer(struct drbd_device *device, const char *intent) in drbd_md_get_buffer()
99 void drbd_md_put_buffer(struct drbd_device *device) in drbd_md_put_buffer()
105 void wait_until_done_or_force_detached(struct drbd_device *device, struct drbd_backing_dev *bdev, in wait_until_done_or_force_detached()
125 static int _drbd_md_sync_page_io(struct drbd_device *device, in _drbd_md_sync_page_io()
177 int drbd_md_sync_page_io(struct drbd_device *device, struct drbd_backing_dev *bdev, in drbd_md_sync_page_io()
206 static struct bm_extent *find_active_resync_extent(struct drbd_device *device, unsigned int enr) in find_active_resync_extent()
218 static struct lc_element *_al_get(struct drbd_device *device, unsigned int enr, bool nonblock) in _al_get()
241 bool drbd_al_begin_io_fastpath(struct drbd_device *device, struct drbd_interval *i) in drbd_al_begin_io_fastpath()
258 bool drbd_al_begin_io_prepare(struct drbd_device *device, struct drbd_interval *i) in drbd_al_begin_io_prepare()
298 static sector_t al_tr_number_to_on_disk_sector(struct drbd_device *device) in al_tr_number_to_on_disk_sector()
[all …]
/kernel/linux/linux-6.6/drivers/block/drbd/
Ddrbd_worker.c52 struct drbd_device *device; in drbd_md_endio() local
85 struct drbd_device *device = peer_device->device; in drbd_endio_read_sec_final() local
106 struct drbd_device *device = peer_device->device; in drbd_endio_write_sec_final() local
174 struct drbd_device *device = peer_req->peer_device->device; in drbd_peer_request_endio() local
198 drbd_panic_after_delayed_completion_of_aborted_request(struct drbd_device *device) in drbd_panic_after_delayed_completion_of_aborted_request()
210 struct drbd_device *device = req->device; in drbd_request_endio() local
342 struct drbd_device *device = peer_device->device; in w_e_send_csum() local
389 struct drbd_device *device = peer_device->device; in read_for_csum() local
428 struct drbd_device *device = in w_resync_timer() local
445 struct drbd_device *device = from_timer(device, t, resync_timer); in resync_timer_fn() local
[all …]
Ddrbd_actlog.c82 void *drbd_md_get_buffer(struct drbd_device *device, const char *intent) in drbd_md_get_buffer()
99 void drbd_md_put_buffer(struct drbd_device *device) in drbd_md_put_buffer()
105 void wait_until_done_or_force_detached(struct drbd_device *device, struct drbd_backing_dev *bdev, in wait_until_done_or_force_detached()
125 static int _drbd_md_sync_page_io(struct drbd_device *device, in _drbd_md_sync_page_io()
177 int drbd_md_sync_page_io(struct drbd_device *device, struct drbd_backing_dev *bdev, in drbd_md_sync_page_io()
206 static struct bm_extent *find_active_resync_extent(struct drbd_device *device, unsigned int enr) in find_active_resync_extent()
218 static struct lc_element *_al_get(struct drbd_device *device, unsigned int enr, bool nonblock) in _al_get()
241 bool drbd_al_begin_io_fastpath(struct drbd_device *device, struct drbd_interval *i) in drbd_al_begin_io_fastpath()
258 bool drbd_al_begin_io_prepare(struct drbd_device *device, struct drbd_interval *i) in drbd_al_begin_io_prepare()
298 static sector_t al_tr_number_to_on_disk_sector(struct drbd_device *device) in al_tr_number_to_on_disk_sector()
[all …]
/kernel/linux/linux-5.10/include/linux/
Ddevice.h481 struct device { struct
483 struct device *parent; argument
485 struct device_private *p; argument
487 const char *init_name; /* initial name of the device */ argument
488 const struct device_type *type; argument
490 struct bus_type *bus; /* type of bus device is on */ argument
491 struct device_driver *driver; /* which driver has allocated this argument
493 void *platform_data; /* Platform specific data, device argument
495 void *driver_data; /* Driver data, set and get with
498 struct mutex lockdep_mutex;
[all …]
/kernel/linux/linux-6.6/include/linux/
Ddevice.h705 struct device { struct
707 struct device *parent; argument
709 struct device_private *p; argument
711 const char *init_name; /* initial name of the device */ argument
712 const struct device_type *type; argument
714 const struct bus_type *bus; /* type of bus device is on */ argument
715 struct device_driver *driver; /* which driver has allocated this argument
717 void *platform_data; /* Platform specific data, device argument
740 u64 *dma_mask; /* dma mask (if dma'able device) */ argument
749 struct device_dma_parameters *dma_parms; argument
[all …]

12345678910>>...120