@@ -825,58 +825,58 @@ void agilent_82350b_detach(gpib_board_t *board)
825
825
agilent_82350b_free_private (board );
826
826
}
827
827
828
- gpib_interface_t agilent_82350b_unaccel_interface = {
829
- name : "agilent_82350b_unaccel" ,
830
- attach : agilent_82350b_unaccel_attach ,
831
- detach : agilent_82350b_detach ,
832
- read : agilent_82350b_read ,
833
- write : agilent_82350b_write ,
834
- command : agilent_82350b_command ,
835
- request_system_control : agilent_82350b_request_system_control ,
836
- take_control : agilent_82350b_take_control ,
837
- go_to_standby : agilent_82350b_go_to_standby ,
838
- interface_clear : agilent_82350b_interface_clear ,
839
- remote_enable : agilent_82350b_remote_enable ,
840
- enable_eos : agilent_82350b_enable_eos ,
841
- disable_eos : agilent_82350b_disable_eos ,
842
- parallel_poll : agilent_82350b_parallel_poll ,
843
- parallel_poll_configure : agilent_82350b_parallel_poll_configure ,
844
- parallel_poll_response : agilent_82350b_parallel_poll_response ,
845
- local_parallel_poll_mode : NULL , // XXX
846
- line_status : agilent_82350b_line_status ,
847
- update_status : agilent_82350b_update_status ,
848
- primary_address : agilent_82350b_primary_address ,
849
- secondary_address : agilent_82350b_secondary_address ,
850
- serial_poll_response : agilent_82350b_serial_poll_response ,
851
- t1_delay : agilent_82350b_t1_delay ,
852
- return_to_local : agilent_82350b_return_to_local ,
828
+ static gpib_interface_t agilent_82350b_unaccel_interface = {
829
+ . name = "agilent_82350b_unaccel" ,
830
+ . attach = agilent_82350b_unaccel_attach ,
831
+ . detach = agilent_82350b_detach ,
832
+ . read = agilent_82350b_read ,
833
+ . write = agilent_82350b_write ,
834
+ . command = agilent_82350b_command ,
835
+ . request_system_control = agilent_82350b_request_system_control ,
836
+ . take_control = agilent_82350b_take_control ,
837
+ . go_to_standby = agilent_82350b_go_to_standby ,
838
+ . interface_clear = agilent_82350b_interface_clear ,
839
+ . remote_enable = agilent_82350b_remote_enable ,
840
+ . enable_eos = agilent_82350b_enable_eos ,
841
+ . disable_eos = agilent_82350b_disable_eos ,
842
+ . parallel_poll = agilent_82350b_parallel_poll ,
843
+ . parallel_poll_configure = agilent_82350b_parallel_poll_configure ,
844
+ . parallel_poll_response = agilent_82350b_parallel_poll_response ,
845
+ . local_parallel_poll_mode = NULL , // XXX
846
+ . line_status = agilent_82350b_line_status ,
847
+ . update_status = agilent_82350b_update_status ,
848
+ . primary_address = agilent_82350b_primary_address ,
849
+ . secondary_address = agilent_82350b_secondary_address ,
850
+ . serial_poll_response = agilent_82350b_serial_poll_response ,
851
+ . t1_delay = agilent_82350b_t1_delay ,
852
+ . return_to_local = agilent_82350b_return_to_local ,
853
853
};
854
854
855
- gpib_interface_t agilent_82350b_interface = {
856
- name : "agilent_82350b" ,
857
- attach : agilent_82350b_accel_attach ,
858
- detach : agilent_82350b_detach ,
859
- read : agilent_82350b_accel_read ,
860
- write : agilent_82350b_accel_write ,
861
- command : agilent_82350b_command ,
862
- request_system_control : agilent_82350b_request_system_control ,
863
- take_control : agilent_82350b_take_control ,
864
- go_to_standby : agilent_82350b_go_to_standby ,
865
- interface_clear : agilent_82350b_interface_clear ,
866
- remote_enable : agilent_82350b_remote_enable ,
867
- enable_eos : agilent_82350b_enable_eos ,
868
- disable_eos : agilent_82350b_disable_eos ,
869
- parallel_poll : agilent_82350b_parallel_poll ,
870
- parallel_poll_configure : agilent_82350b_parallel_poll_configure ,
871
- parallel_poll_response : agilent_82350b_parallel_poll_response ,
872
- local_parallel_poll_mode : NULL , // XXX
873
- line_status : agilent_82350b_line_status ,
874
- update_status : agilent_82350b_update_status ,
875
- primary_address : agilent_82350b_primary_address ,
876
- secondary_address : agilent_82350b_secondary_address ,
877
- serial_poll_response : agilent_82350b_serial_poll_response ,
878
- t1_delay : agilent_82350b_t1_delay ,
879
- return_to_local : agilent_82350b_return_to_local ,
855
+ static gpib_interface_t agilent_82350b_interface = {
856
+ . name = "agilent_82350b" ,
857
+ . attach = agilent_82350b_accel_attach ,
858
+ . detach = agilent_82350b_detach ,
859
+ . read = agilent_82350b_accel_read ,
860
+ . write = agilent_82350b_accel_write ,
861
+ . command = agilent_82350b_command ,
862
+ . request_system_control = agilent_82350b_request_system_control ,
863
+ . take_control = agilent_82350b_take_control ,
864
+ . go_to_standby = agilent_82350b_go_to_standby ,
865
+ . interface_clear = agilent_82350b_interface_clear ,
866
+ . remote_enable = agilent_82350b_remote_enable ,
867
+ . enable_eos = agilent_82350b_enable_eos ,
868
+ . disable_eos = agilent_82350b_disable_eos ,
869
+ . parallel_poll = agilent_82350b_parallel_poll ,
870
+ . parallel_poll_configure = agilent_82350b_parallel_poll_configure ,
871
+ . parallel_poll_response = agilent_82350b_parallel_poll_response ,
872
+ . local_parallel_poll_mode = NULL , // XXX
873
+ . line_status = agilent_82350b_line_status ,
874
+ . update_status = agilent_82350b_update_status ,
875
+ . primary_address = agilent_82350b_primary_address ,
876
+ . secondary_address = agilent_82350b_secondary_address ,
877
+ . serial_poll_response = agilent_82350b_serial_poll_response ,
878
+ . t1_delay = agilent_82350b_t1_delay ,
879
+ . return_to_local = agilent_82350b_return_to_local ,
880
880
};
881
881
882
882
static int agilent_82350b_pci_probe (struct pci_dev * dev , const struct pci_device_id * id )
0 commit comments