Home
last modified time | relevance | path

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

12345678910>>...69

/Linux-v5.15/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()
93 tape_std_unassign (struct tape_device *device) in tape_std_unassign()
125 tape_std_display(struct tape_device *device, struct display_struct *disp) in tape_std_display()
155 tape_std_read_block_id(struct tape_device *device, __u64 *id) in tape_std_read_block_id()
178 tape_std_terminate_write(struct tape_device *device) in tape_std_terminate_write()
202 tape_std_mtload(struct tape_device *device, int count) in tape_std_mtload()
212 tape_std_mtsetblk(struct tape_device *device, int count) in tape_std_mtsetblk()
255 tape_std_mtreset(struct tape_device *device, int count) in tape_std_mtreset()
267 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 …]
/Linux-v5.15/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 …]
Dctxnv50.c256 nv50_grctx_fill(struct nvkm_device *device, struct nvkm_gpuobj *mem) in nv50_grctx_fill()
266 nv50_grctx_init(struct nvkm_device *device, u32 *size) in nv50_grctx_init()
299 struct nvkm_device *device = ctx->device; in nv50_gr_construct_mmio() local
797 struct nvkm_device *device = ctx->device; in nv50_gr_construct_mmio_ddata() local
1191 struct nvkm_device *device = ctx->device; in nv50_gr_construct_xfer1() local
1355 struct nvkm_device *device = ctx->device; in nv50_gr_construct_gene_dispatch() local
1411 struct nvkm_device *device = ctx->device; in nv50_gr_construct_gene_m2mf() local
1462 struct nvkm_device *device = ctx->device; in nv50_gr_construct_gene_ccache() local
1530 struct nvkm_device *device = ctx->device; in nv50_gr_construct_gene_unk10xx() local
1590 struct nvkm_device *device = ctx->device; in nv50_gr_construct_gene_unk34xx() local
[all …]
/Linux-v5.15/drivers/s390/block/
Ddasd.c101 struct dasd_device *device; in dasd_alloc_device() local
151 void dasd_free_device(struct dasd_device *device) in dasd_free_device()
199 static int dasd_state_new_to_known(struct dasd_device *device) in dasd_state_new_to_known()
223 static int dasd_state_known_to_new(struct dasd_device *device) in dasd_state_known_to_new()
253 static int dasd_state_known_to_basic(struct dasd_device *device) in dasd_state_known_to_basic()
291 static int dasd_state_basic_to_known(struct dasd_device *device) in dasd_state_basic_to_known()
337 static int dasd_state_basic_to_ready(struct dasd_device *device) in dasd_state_basic_to_ready()
379 int _wait_for_empty_queues(struct dasd_device *device) in _wait_for_empty_queues()
393 static int dasd_state_ready_to_basic(struct dasd_device *device) in dasd_state_ready_to_basic()
416 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 …]
/Linux-v5.15/include/linux/
Ddevice.h473 struct device { struct
475 struct device *parent; argument
477 struct device_private *p; argument
479 const char *init_name; /* initial name of the device */ argument
480 const struct device_type *type; argument
482 struct bus_type *bus; /* type of bus device is on */ argument
483 struct device_driver *driver; /* which driver has allocated this argument
485 void *platform_data; /* Platform specific data, device argument
487 void *driver_data; /* Driver data, set and get with
490 struct mutex lockdep_mutex;
[all …]
/Linux-v5.15/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 …]
Dsorg94.c31 struct nvkm_device *device = sor->disp->engine.subdev.device; in g94_sor_dp_watermark() local
40 struct nvkm_device *device = sor->disp->engine.subdev.device; in g94_sor_dp_activesym() local
51 struct nvkm_device *device = sor->disp->engine.subdev.device; in g94_sor_dp_audio_sym() local
60 struct nvkm_device *device = sor->disp->engine.subdev.device; in g94_sor_dp_drive() local
78 struct nvkm_device *device = sor->disp->engine.subdev.device; in g94_sor_dp_pattern() local
86 struct nvkm_device *device = sor->disp->engine.subdev.device; in g94_sor_dp_power() local
105 struct nvkm_device *device = sor->disp->engine.subdev.device; in g94_sor_dp_links() local
125 struct nvkm_device *device = sor->disp->engine.subdev.device; in g94_sor_war_needed() local
142 struct nvkm_device *device = disp->engine.subdev.device; in g94_sor_war_update_sppll1() local
171 struct nvkm_device *device = sor->disp->engine.subdev.device; in g94_sor_war_3() local
[all …]
Dgv100.c34 struct nvkm_device *device = disp->engine.subdev.device; in gv100_disp_wndw_cnt() local
45 struct nvkm_device *device = subdev->device; in gv100_disp_super() local
100 struct nvkm_device *device = subdev->device; in gv100_disp_exception() local
142 struct nvkm_device *device = subdev->device; in gv100_disp_intr_ctrl_disp() local
190 struct nvkm_device *device = subdev->device; in gv100_disp_intr_exc_other() local
219 struct nvkm_device *device = subdev->device; in gv100_disp_intr_exc_winim() local
239 struct nvkm_device *device = subdev->device; in gv100_disp_intr_exc_win() local
259 struct nvkm_device *device = subdev->device; in gv100_disp_intr_head_timing() local
284 struct nvkm_device *device = subdev->device; in gv100_disp_intr() local
323 struct nvkm_device *device = disp->base.engine.subdev.device; in gv100_disp_fini() local
[all …]
/Linux-v5.15/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 …]
Ddrbd_req.c24 static struct drbd_request *drbd_req_new(struct drbd_device *device, struct bio *bio_src) in drbd_req_new()
66 struct drbd_device *device = req->device; in drbd_remove_request_interval() local
79 struct drbd_device *device = req->device; in drbd_req_destroy() local
180 void complete_master_bio(struct drbd_device *device, in complete_master_bio()
199 struct drbd_device *device = req->device; in drbd_req_complete() local
297 struct drbd_device *device = req->device; in drbd_req_put_completion_ref() local
406 struct drbd_device *device = req->device; in mod_rq_state() local
511 static void drbd_report_io_error(struct drbd_device *device, struct drbd_request *req) in drbd_report_io_error()
553 struct drbd_device *const device = req->device; in __req_mod() local
885 static bool drbd_may_do_local_read(struct drbd_device *device, sector_t sector, int size) in drbd_may_do_local_read()
[all …]
Ddrbd_bitmap.c113 static void __bm_print_lock_info(struct drbd_device *device, const char *func) in __bm_print_lock_info()
124 void drbd_bm_lock(struct drbd_device *device, char *why, enum bm_flag flags) in drbd_bm_lock()
151 void drbd_bm_unlock(struct drbd_device *device) in drbd_bm_unlock()
211 static void bm_page_lock_io(struct drbd_device *device, int page_nr) in bm_page_lock_io()
218 static void bm_page_unlock_io(struct drbd_device *device, int page_nr) in bm_page_unlock_io()
240 void drbd_bm_reset_al_hints(struct drbd_device *device) in drbd_bm_reset_al_hints()
254 void drbd_bm_mark_for_writeout(struct drbd_device *device, int page_nr) in drbd_bm_mark_for_writeout()
433 int drbd_bm_init(struct drbd_device *device) in drbd_bm_init()
449 sector_t drbd_bm_capacity(struct drbd_device *device) in drbd_bm_capacity()
458 void drbd_bm_cleanup(struct drbd_device *device) in drbd_bm_cleanup()
[all …]
/Linux-v5.15/drivers/video/fbdev/core/
Dfbsysfs.c125 static ssize_t store_mode(struct device *device, struct device_attribute *attr, in store_mode()
156 static ssize_t show_mode(struct device *device, struct device_attribute *attr, in show_mode()
167 static ssize_t store_modes(struct device *device, in store_modes()
196 static ssize_t show_modes(struct device *device, struct device_attribute *attr, in show_modes()
214 static ssize_t store_bpp(struct device *device, struct device_attribute *attr, in store_bpp()
229 static ssize_t show_bpp(struct device *device, struct device_attribute *attr, in show_bpp()
236 static ssize_t store_rotate(struct device *device, in store_rotate()
255 static ssize_t show_rotate(struct device *device, in show_rotate()
263 static ssize_t store_virtual(struct device *device, in store_virtual()
284 static ssize_t show_virtual(struct device *device, in show_virtual()
[all …]
/Linux-v5.15/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
Dgf100.c33 struct nvkm_device *device = ltc->subdev.device; in gf100_ltc_cbc_clear() local
42 struct nvkm_device *device = ltc->subdev.device; in gf100_ltc_cbc_wait() local
58 struct nvkm_device *device = ltc->subdev.device; in gf100_ltc_zbc_clear_color() local
69 struct nvkm_device *device = ltc->subdev.device; in gf100_ltc_zbc_clear_depth() local
96 struct nvkm_device *device = subdev->device; in gf100_ltc_lts_intr() local
113 struct nvkm_device *device = ltc->subdev.device; in gf100_ltc_intr() local
128 struct nvkm_device *device = ltc->subdev.device; in gf100_ltc_invalidate() local
141 struct nvkm_device *device = ltc->subdev.device; in gf100_ltc_flush() local
156 struct nvkm_device *device = ltc->subdev.device; in gf100_ltc_oneinit_tag_ram() local
210 struct nvkm_device *device = ltc->subdev.device; in gf100_ltc_oneinit() local
[all …]
/Linux-v5.15/drivers/gpu/host1x/
Dbus.c38 static int host1x_subdev_add(struct host1x_device *device, in host1x_subdev_add()
89 static int host1x_device_parse_dt(struct host1x_device *device, in host1x_device_parse_dt()
109 static void host1x_subdev_register(struct host1x_device *device, in host1x_subdev_register()
138 static void __host1x_subdev_unregister(struct host1x_device *device, in __host1x_subdev_unregister()
174 static void host1x_subdev_unregister(struct host1x_device *device, in host1x_subdev_unregister()
192 int host1x_device_init(struct host1x_device *device) in host1x_device_init()
253 int host1x_device_exit(struct host1x_device *device) in host1x_device_exit()
294 struct host1x_device *device; in host1x_add_client() local
316 struct host1x_device *device, *dt; in host1x_del_client() local
392 static void __host1x_device_del(struct host1x_device *device) in __host1x_device_del()
[all …]
/Linux-v5.15/drivers/base/
Dattribute_container.c141 attribute_container_add_device(struct device *dev, in attribute_container_add_device()
206 attribute_container_remove_device(struct device *dev, in attribute_container_remove_device()
240 do_attribute_container_device_trigger_safe(struct device *dev, in do_attribute_container_device_trigger_safe()
243 struct device *, struct device *), in do_attribute_container_device_trigger_safe()
297 attribute_container_device_trigger_safe(struct device *dev, in attribute_container_device_trigger_safe()
300 struct device *), in attribute_container_device_trigger_safe()
353 attribute_container_device_trigger(struct device *dev, in attribute_container_device_trigger()
394 attribute_container_trigger(struct device *dev, in attribute_container_trigger()
/Linux-v5.15/drivers/platform/x86/dell/
Ddell-rbtn.c33 static enum rbtn_type rbtn_check(struct acpi_device *device) in rbtn_check()
54 static int rbtn_get(struct acpi_device *device) in rbtn_get()
66 static int rbtn_acquire(struct acpi_device *device, bool enable) in rbtn_acquire()
91 struct acpi_device *device = data; in rbtn_rfkill_query() local
112 static int rbtn_rfkill_init(struct acpi_device *device) in rbtn_rfkill_init()
140 static void rbtn_rfkill_exit(struct acpi_device *device) in rbtn_rfkill_exit()
152 static void rbtn_rfkill_event(struct acpi_device *device) in rbtn_rfkill_event()
254 struct acpi_device *device = to_acpi_device(dev); in rbtn_suspend() local
264 struct acpi_device *device = to_acpi_device(dev); in rbtn_resume() local
312 struct acpi_device *device = to_acpi_device(dev); in rbtn_inc_count() local
[all …]
/Linux-v5.15/drivers/platform/x86/
Dfujitsu-laptop.c141 static int call_fext_func(struct acpi_device *device, in call_fext_func()
169 static int set_lcd_level(struct acpi_device *device, int level) in set_lcd_level()
208 static int get_lcd_level(struct acpi_device *device) in get_lcd_level()
225 static int get_max_brightness(struct acpi_device *device) in get_max_brightness()
246 struct acpi_device *device = bl_get_data(b); in bl_get_brightness() local
253 struct acpi_device *device = bl_get_data(b); in bl_update_status() local
340 static int acpi_fujitsu_bl_input_setup(struct acpi_device *device) in acpi_fujitsu_bl_input_setup()
364 static int fujitsu_backlight_register(struct acpi_device *device) in fujitsu_backlight_register()
385 static int acpi_fujitsu_bl_add(struct acpi_device *device) in acpi_fujitsu_bl_add()
418 static void acpi_fujitsu_bl_notify(struct acpi_device *device, u32 event) in acpi_fujitsu_bl_notify()
[all …]
/Linux-v5.15/drivers/gpu/drm/nouveau/nvkm/subdev/mc/
Dbase.c30 nvkm_mc_unk260(struct nvkm_device *device, u32 data) in nvkm_mc_unk260()
38 nvkm_mc_intr_mask(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, bool en) in nvkm_mc_intr_mask()
53 nvkm_mc_intr_unarm(struct nvkm_device *device) in nvkm_mc_intr_unarm()
61 nvkm_mc_intr_rearm(struct nvkm_device *device) in nvkm_mc_intr_rearm()
78 nvkm_mc_intr(struct nvkm_device *device, bool *handled) in nvkm_mc_intr()
121 nvkm_mc_reset_mask(struct nvkm_device *device, bool isauto, enum nvkm_subdev_type type, int inst) in nvkm_mc_reset_mask()
142 nvkm_mc_reset(struct nvkm_device *device, enum nvkm_subdev_type type, int inst) in nvkm_mc_reset()
153 nvkm_mc_disable(struct nvkm_device *device, enum nvkm_subdev_type type, int inst) in nvkm_mc_disable()
161 nvkm_mc_enable(struct nvkm_device *device, enum nvkm_subdev_type type, int inst) in nvkm_mc_enable()
171 nvkm_mc_enabled(struct nvkm_device *device, enum nvkm_subdev_type type, int inst) in nvkm_mc_enabled()
[all …]
/Linux-v5.15/drivers/acpi/
Dprocessor_driver.c55 struct acpi_device *device = data; in acpi_processor_notify() local
99 struct acpi_device *device; in acpi_soft_cpu_online() local
128 struct acpi_device *device; in acpi_soft_cpu_dead() local
139 struct acpi_device *device) in acpi_pss_perf_init()
189 struct acpi_device *device) in acpi_pss_perf_exit()
200 struct acpi_device *device) in acpi_pss_perf_init()
206 struct acpi_device *device) {} in acpi_pss_perf_exit()
209 static int __acpi_processor_start(struct acpi_device *device) in __acpi_processor_start()
247 struct acpi_device *device = ACPI_COMPANION(dev); in acpi_processor_start() local
262 struct acpi_device *device = ACPI_COMPANION(dev); in acpi_processor_stop() local
/Linux-v5.15/drivers/misc/cxl/
Dsysfs.c17 static ssize_t caia_version_show(struct device *device, in caia_version_show()
27 static ssize_t psl_revision_show(struct device *device, in psl_revision_show()
36 static ssize_t base_image_show(struct device *device, in base_image_show()
45 static ssize_t image_loaded_show(struct device *device, in image_loaded_show()
56 static ssize_t psl_timebase_synced_show(struct device *device, in psl_timebase_synced_show()
77 static ssize_t tunneled_ops_supported_show(struct device *device, in tunneled_ops_supported_show()
86 static ssize_t reset_adapter_store(struct device *device, in reset_adapter_store()
122 static ssize_t load_image_on_perst_show(struct device *device, in load_image_on_perst_show()
136 static ssize_t load_image_on_perst_store(struct device *device, in load_image_on_perst_store()
160 static ssize_t perst_reloads_same_image_show(struct device *device, in perst_reloads_same_image_show()
[all …]

12345678910>>...69