Searched refs:ppa_struct (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/scsi/
H A Dppa.c43 } ppa_struct; typedef in typeref:struct:__anon9438
47 static inline ppa_struct *ppa_dev(struct Scsi_Host *host) ppa_dev()
49 return *(ppa_struct **)&host->hostdata; ppa_dev()
54 static void got_it(ppa_struct *dev) got_it()
65 ppa_struct *dev = (ppa_struct *) ref; ppa_wakeup()
78 static int ppa_pb_claim(ppa_struct *dev) ppa_pb_claim()
92 static void ppa_pb_dismiss(ppa_struct *dev) ppa_pb_dismiss()
104 static inline void ppa_pb_release(ppa_struct *dev) ppa_pb_release()
123 ppa_struct *dev = ppa_dev(host); ppa_write_info()
143 ppa_struct *dev = ppa_dev(host); ppa_show_info()
154 static int device_check(ppa_struct *dev);
159 static inline void ppa_fail_func(ppa_struct *dev, int error_code) ppa_fail_func()
161 static inline void ppa_fail(ppa_struct *dev, int error_code) ppa_fail_func()
178 static unsigned char ppa_wait(ppa_struct *dev) ppa_wait()
222 static inline void ecp_sync(ppa_struct *dev) ecp_sync()
276 static int ppa_out(ppa_struct *dev, char *buffer, int len) ppa_out()
321 static int ppa_in(ppa_struct *dev, char *buffer, int len) ppa_in()
386 static void ppa_disconnect(ppa_struct *dev) ppa_disconnect()
405 static inline void ppa_connect(ppa_struct *dev, int flag) ppa_connect()
418 static int ppa_select(ppa_struct *dev, int target) ppa_select()
462 static int ppa_init(ppa_struct *dev) ppa_init()
494 ppa_struct *dev = ppa_dev(cmd->device->host); ppa_send_command()
520 ppa_struct *dev = ppa_dev(cmd->device->host); ppa_completion()
614 ppa_struct *dev = container_of(work, ppa_struct, ppa_tq.work); ppa_interrupt()
670 static int ppa_engine(ppa_struct *dev, struct scsi_cmnd *cmd) ppa_engine()
787 ppa_struct *dev = ppa_dev(cmd->device->host); ppa_queuecommand_lck()
833 ppa_struct *dev = ppa_dev(cmd->device->host); ppa_abort()
861 ppa_struct *dev = ppa_dev(cmd->device->host); ppa_reset()
875 static int device_check(ppa_struct *dev) device_check()
994 ppa_struct *dev; __ppa_attach()
999 dev = kzalloc(sizeof(ppa_struct), GFP_KERNEL); __ppa_attach()
1068 host = scsi_host_alloc(&ppa_template, sizeof(ppa_struct *)); __ppa_attach()
1075 *(ppa_struct **)&host->hostdata = dev; __ppa_attach()
1100 ppa_struct *dev; ppa_detach()
H A Dppa.h148 static int ppa_engine(ppa_struct *, struct scsi_cmnd *);

Completed in 38 milliseconds