/linux/arch/sparc/kernel/ |
H A D | viohs.c | 18 int vio_ldc_send(struct vio_driver_state *vio, void *data, int len) in vio_ldc_send() 34 static int send_ctrl(struct vio_driver_state *vio, in send_ctrl() 48 static int send_version(struct vio_driver_state *vio, u16 major, u16 minor) in send_version() 66 static int start_handshake(struct vio_driver_state *vio) in start_handshake() 83 static void flush_rx_dring(struct vio_driver_state *vio) in flush_rx_dring() 101 void vio_link_state_change(struct vio_driver_state *vio, int event) in vio_link_state_change() 135 static int handshake_failure(struct vio_driver_state *vio) in handshake_failure() 161 static int process_unknown(struct vio_driver_state *vio, void *arg) in process_unknown() 176 static int send_dreg(struct vio_driver_state *vio) in send_dreg() 218 static int send_rdx(struct vio_driver_state *vio) in send_rdx() [all …]
|
/linux/drivers/md/dm-vdo/ |
H A D | vio.h | 26 struct vio vio; member 54 static inline thread_id_t __must_check get_vio_bio_zone_thread_id(struct vio *vio) in get_vio_bio_zone_thread_id() 65 static inline void assert_vio_in_bio_zone(struct vio *vio) in assert_vio_in_bio_zone() 107 static inline void initialize_vio(struct vio *vio, struct bio *bio, in initialize_vio() 134 static inline bool is_data_vio(struct vio *vio) in is_data_vio() 145 static inline enum vdo_completion_priority get_metadata_priority(struct vio *vio) in get_metadata_priority() 158 static inline void continue_vio(struct vio *vio, int result) in continue_vio() 172 static inline void continue_vio_after_io(struct vio *vio, vdo_action_fn callback, in continue_vio_after_io() 184 static inline struct pooled_vio *vio_as_pooled_vio(struct vio *vio) in vio_as_pooled_vio()
|
H A D | types.h | 363 struct vio { struct 370 /* The queueing priority of the vio operation */ argument 371 enum vio_priority priority; argument 374 enum vio_type type; argument 382 /* The VDO-owned bio to use for all IO for this vio */ argument 387 * the first-enqueued vio. The other vios are found via their bio entries in this list, and argument 390 struct bio_list bios_merged;
|
H A D | io-submitter.h | 31 static inline void vdo_submit_metadata_vio(struct vio *vio, physical_block_number_t physical, in vdo_submit_metadata_vio() 39 static inline void vdo_submit_flush_vio(struct vio *vio, bio_end_io_t callback, in vdo_submit_flush_vio()
|
H A D | slab-depot.h | 295 struct vio vio; member 356 struct vio vio; member
|
H A D | recovery-journal.h | 126 struct vio vio; member
|
H A D | block-map.h | 135 struct vio *vio; member
|
H A D | vdo.h | 149 struct vio vio; member
|
H A D | repair.c | 1683 struct vio *vio = bio->bi_private; in read_journal_endio() local
|
H A D | dedupe.c | 1194 struct vio *vio = &agent->vio; in start_verifying() local
|
/linux/drivers/net/ethernet/sun/ |
H A D | sunvnet_common.c | 69 int sunvnet_send_attr_common(struct vio_driver_state *vio) in sunvnet_send_attr_common() 132 static int handle_attr_info(struct vio_driver_state *vio, in handle_attr_info() 225 static int handle_attr_ack(struct vio_driver_state *vio, in handle_attr_ack() 233 static int handle_attr_nack(struct vio_driver_state *vio, in handle_attr_nack() 241 int sunvnet_handle_attr_common(struct vio_driver_state *vio, void *arg) in sunvnet_handle_attr_common() 261 void sunvnet_handshake_complete_common(struct vio_driver_state *vio) in sunvnet_handshake_complete_common() 556 struct vio_driver_state *vio = &port->vio; in vnet_walk_rx_one() local 590 struct vio_driver_state *vio = &port->vio; in vnet_walk_rx() local 649 struct vio_driver_state *vio = &port->vio; in vnet_rx() local 774 struct vio_driver_state *vio = &vnet->vio; in sunvnet_port_is_up_common() local [all …]
|
H A D | sunvnet_common.h | 59 struct vio_driver_state vio; member 93 static inline struct vnet_port *to_vnet_port(struct vio_driver_state *vio) in to_vnet_port()
|
H A D | ldmvsw.c | 130 struct vio_driver_state *vio = &port->vio; in ldmvsw_open() local
|
/linux/drivers/block/ |
H A D | sunvdc.c | 57 struct vio_driver_state vio; member 95 static inline struct vdc_port *to_vdc_port(struct vio_driver_state *vio) in to_vdc_port() 191 static void vdc_finish(struct vio_driver_state *vio, int err, int waiting_for) in vdc_finish() 202 static void vdc_handshake_complete(struct vio_driver_state *vio) in vdc_handshake_complete() 224 static int vdc_send_attr(struct vio_driver_state *vio) in vdc_send_attr() 246 static int vdc_handle_attr(struct vio_driver_state *vio, void *arg) in vdc_handle_attr() 358 struct vio_driver_state *vio = &port->vio; in vdc_event() local 1137 struct vio_driver_state *vio; in vdc_ldc_reset_timer_work() local 1155 struct vio_driver_state *vio; in vdc_ldc_reset_work() local
|
/linux/drivers/tty/ |
H A D | vcc.c | 23 struct vio_driver_state vio; member 256 struct vio_driver_state *vio = &port->vio; in vcc_kick_rx() local 308 struct vio_driver_state *vio = &port->vio; in vcc_ldc_read() local 360 struct vio_driver_state *vio; in vcc_rx_timer() local 434 struct vio_driver_state *vio; in vcc_event() local
|
/linux/include/linux/mfd/ |
H A D | stmpe.h | 124 struct regulator *vio; member
|
/linux/arch/sparc/include/asm/ |
H A D | vio.h | 444 static inline bool vio_version_before(struct vio_driver_state *vio, in vio_version_before() 453 static inline bool vio_version_after(struct vio_driver_state *vio, in vio_version_after() 462 static inline bool vio_version_after_eq(struct vio_driver_state *vio, in vio_version_after_eq()
|
/linux/drivers/media/radio/si4713/ |
H A D | si4713.h | 240 struct regulator *vio; member
|
/linux/drivers/net/wireless/ti/wl1251/ |
H A D | wl1251.h | 268 struct regulator *vio; member
|