Searched refs:status_byte (Results 1 – 11 of 11) sorted by relevance
| /drivers/staging/gpib/uapi/ |
| A D | gpib_ioctl.h | 42 __u8 status_byte; member 115 __u8 status_byte; member
|
| /drivers/staging/gpib/common/ |
| A D | iblib.c | 374 int ibrsv2(struct gpib_board *board, u8 status_byte, int new_reason_for_service) in ibrsv2() argument 377 const unsigned int MSS = status_byte & request_service_bit; in ibrsv2() 386 board->interface->serial_poll_response2(board, status_byte, new_reason_for_service); in ibrsv2() 390 board->interface->serial_poll_response(board, status_byte); in ibrsv2()
|
| A D | gpib_os.c | 1312 &serial_cmd.status_byte); in serial_poll_ioctl() 1535 u8 status_byte; in request_service_ioctl() local 1538 retval = copy_from_user(&status_byte, (void __user *)arg, sizeof(status_byte)); in request_service_ioctl() 1542 return ibrsv2(board, status_byte, status_byte & request_service_bit); in request_service_ioctl() 1555 return ibrsv2(board, request_service2_cmd.status_byte, in request_service2_ioctl()
|
| /drivers/staging/gpib/include/ |
| A D | gpib_types.h | 167 void (*serial_poll_response)(struct gpib_board *board, u8 status_byte); 183 void (*serial_poll_response2)(struct gpib_board *board, u8 status_byte,
|
| A D | gpib_proto.h | 33 int ibrsv2(struct gpib_board *board, u8 status_byte, int new_reason_for_service);
|
| /drivers/media/tuners/ |
| A D | tuner-simple.c | 457 u8 status_byte = 0; in simple_post_tune() local 464 &status_byte, 1); in simple_post_tune() 470 if (status_byte & TUNER_PLL_LOCKED) in simple_post_tune()
|
| /drivers/scsi/ |
| A D | FlashPoint.c | 4617 unsigned char status_byte; in FPT_autoCmdCmplt() local 4621 status_byte = RD_HARPOON(p_port + hp_gp_reg_0); in FPT_autoCmdCmplt() 4625 if (status_byte != SAM_STAT_GOOD) { in FPT_autoCmdCmplt() 4627 if (status_byte == SAM_STAT_TASK_SET_FULL) { in FPT_autoCmdCmplt() 4759 if (status_byte == SAM_STAT_CHECK_CONDITION) { in FPT_autoCmdCmplt() 4779 currSCCB->TargetStatus = status_byte; in FPT_autoCmdCmplt() 4781 if (status_byte == SAM_STAT_CHECK_CONDITION) { in FPT_autoCmdCmplt()
|
| A D | scsi_lib.c | 232 status = status_byte(scmd->result); in scsi_check_passthrough() 240 if (status != status_byte(failure->result)) in scsi_check_passthrough() 243 if (status_byte(failure->result) != SAM_STAT_CHECK_CONDITION || in scsi_check_passthrough()
|
| A D | aha152x.c | 640 static void done(struct Scsi_Host *shpnt, unsigned char status_byte, 1300 static void done(struct Scsi_Host *shpnt, unsigned char status_byte, in done() argument 1311 set_status_byte(DONE_SC, status_byte); in done()
|
| A D | scsi_debug.c | 373 unsigned char status_byte; member 1135 err->status_byte, err->sense_key, in sdebug_error_show() 1200 &inject->status_byte, &inject->sense_key, in sdebug_error_write() 9223 result = err->status_byte | err->host_byte << 16 | err->driver_byte << 24; in sdebug_fail_cmd() 9310 err.status_byte, err.sense_key, err.asc, err.asq); in scsi_debug_queuecommand()
|
| A D | sd.c | 1914 switch (status_byte(result)) { in sd_scsi_to_pr_err()
|
Completed in 69 milliseconds