/kernel/linux/linux-5.10/drivers/input/joystick/ |
H A D | walkera0701.c | 13 #define RESERVE 20000 macro 149 if (abs(pulse_time - SYNC_PULSE) < RESERVE) /* new frame sync */ in walkera0701_irq_handler() 152 if ((pulse_time > (ANALOG_MIN_PULSE - RESERVE) in walkera0701_irq_handler() 153 && (pulse_time < (ANALOG_MAX_PULSE + RESERVE)))) { in walkera0701_irq_handler() 154 pulse_time -= (ANALOG_MIN_PULSE - RESERVE); in walkera0701_irq_handler() 161 RESERVE + BIN1_PULSE - BIN0_PULSE) /* frame sync .. */ in walkera0701_irq_handler()
|
/kernel/linux/linux-6.6/drivers/input/joystick/ |
H A D | walkera0701.c | 13 #define RESERVE 20000 macro 149 if (abs(pulse_time - SYNC_PULSE) < RESERVE) /* new frame sync */ in walkera0701_irq_handler() 152 if ((pulse_time > (ANALOG_MIN_PULSE - RESERVE) in walkera0701_irq_handler() 153 && (pulse_time < (ANALOG_MAX_PULSE + RESERVE)))) { in walkera0701_irq_handler() 154 pulse_time -= (ANALOG_MIN_PULSE - RESERVE); in walkera0701_irq_handler() 161 RESERVE + BIN1_PULSE - BIN0_PULSE) /* frame sync .. */ in walkera0701_irq_handler()
|
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | tape_std.h | 58 #define RESERVE 0xF4 /* 3420 NOP, 3480 REJECT */ macro
|
/kernel/linux/linux-6.6/drivers/s390/char/ |
H A D | tape_std.h | 58 #define RESERVE 0xF4 /* 3420 NOP, 3480 REJECT */ macro
|
/kernel/linux/linux-5.10/drivers/usb/storage/ |
H A D | debug.c | 62 case RESERVE: what = "RESERVE"; break; in usb_stor_show_command() 110 case GPCMD_RESERVE_RZONE_TRACK: what = "RESERVE TRACK"; break; in usb_stor_show_command()
|
/kernel/linux/linux-6.6/drivers/usb/storage/ |
H A D | debug.c | 61 case RESERVE: what = "RESERVE"; break; in usb_stor_show_command() 109 case GPCMD_RESERVE_RZONE_TRACK: what = "RESERVE TRACK"; break; in usb_stor_show_command()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | target.h | 34 scsi_opcode_name(RESERVE), \
|
H A D | scsi.h | 32 scsi_opcode_name(RESERVE), \
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | target.h | 34 scsi_opcode_name(RESERVE), \
|
H A D | scsi.h | 32 scsi_opcode_name(RESERVE), \
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_spc.c | 1677 case RESERVE: in tcm_is_pr_enabled() 1850 .opcode = RESERVE, 1852 .usage_bits = {RESERVE, 0x00, 0x00, 0x00, 2270 case RESERVE: in spc_parse_cdb() 2325 case RESERVE: in spc_parse_cdb() 2328 * The SPC-2 RESERVE does not contain a size in the SCSI CDB. in spc_parse_cdb()
|
H A D | target_core_device.c | 1082 (cdb[0] == RESERVE || cdb[0] == RESERVE_10))) { in passthrough_parse_cdb() 1087 * For PERSISTENT RESERVE IN/OUT, RELEASE, and RESERVE we need to in passthrough_parse_cdb() 1112 if (cdb[0] == RESERVE || cdb[0] == RESERVE_10) { in passthrough_parse_cdb()
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | scsi_proto.h | 35 #define RESERVE 0x16 macro
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | scsi_proto.h | 35 #define RESERVE 0x16 macro
|
/kernel/linux/linux-5.10/tools/lib/traceevent/plugins/ |
H A D | plugin_scsi.c | 31 #define RESERVE 0x16 macro
|
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_spc.c | 1294 (cdb[0] == RESERVE || cdb[0] == RESERVE_10))) { in spc_parse_cdb() 1336 case RESERVE: in spc_parse_cdb() 1339 * The SPC-2 RESERVE does not contain a size in the SCSI CDB. in spc_parse_cdb()
|
H A D | target_core_device.c | 1105 (cdb[0] == RESERVE || cdb[0] == RESERVE_10))) { in passthrough_parse_cdb() 1110 * For PERSISTENT RESERVE IN/OUT, RELEASE, and RESERVE we need to in passthrough_parse_cdb() 1135 if (cdb[0] == RESERVE || cdb[0] == RESERVE_10) { in passthrough_parse_cdb()
|
/kernel/linux/linux-5.10/drivers/usb/image/ |
H A D | microtek.c | 242 case RESERVE: what = "RESERVE"; break; in mts_show_command()
|
/kernel/linux/linux-6.6/drivers/usb/image/ |
H A D | microtek.c | 246 case RESERVE: what = "RESERVE"; break; in mts_show_command()
|
/kernel/linux/linux-5.10/drivers/scsi/megaraid/ |
H A D | megaraid_mbox.c | 1730 case RESERVE: in megaraid_mbox_build_cmd() 1753 ccb->raw_mbox[2] = (scp->cmnd[0] == RESERVE) ? in megaraid_mbox_build_cmd() 2344 if (status == 1 && (scp->cmnd[0] == RESERVE || in megaraid_mbox_dpc()
|
/kernel/linux/linux-6.6/drivers/scsi/megaraid/ |
H A D | megaraid_mbox.c | 1728 case RESERVE: in megaraid_mbox_build_cmd() 1751 ccb->raw_mbox[2] = (scp->cmnd[0] == RESERVE) ? in megaraid_mbox_build_cmd() 2337 if (status == 1 && (scp->cmnd[0] == RESERVE || in megaraid_mbox_dpc()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | megaraid.c | 860 case RESERVE: in mega_build_cmd() 880 scb->raw_mbox[2] = ( *cmd->cmnd == RESERVE ) ? in mega_build_cmd() 1629 (cmd->cmnd[0] == RESERVE || in mega_cmd_done()
|
H A D | gdth.c | 1433 printk("GDT-HA %d: Error raw service (RESERVE, code %d)\n", in gdth_search_drives() 1755 case RESERVE: in gdth_next() 1757 TRACE2(("cache cmd %s\n",nscp->cmnd[0] == RESERVE ? in gdth_next() 1758 "RESERVE" : "RELEASE")); in gdth_next() 2006 else if (scp->cmnd[0] == RESERVE) in gdth_fill_cache_cmd() 2779 /* RESERVE/RELEASE ? */ in gdth_sync_event() 2780 if (scp->cmnd[0] == RESERVE) { in gdth_sync_event()
|
H A D | ips.c | 3649 case RESERVE: in ips_send_cmd() 3917 case RESERVE: in ips_chkstatus()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | megaraid.c | 858 case RESERVE: in mega_build_cmd() 878 scb->raw_mbox[2] = ( *cmd->cmnd == RESERVE ) ? in mega_build_cmd() 1621 (cmd->cmnd[0] == RESERVE || in mega_cmd_done()
|