| /Linux-v5.4/arch/arm/mach-mmp/ | 
| D | mfp-pxa910.h | 35 #define GPIO24_SSP1_SDATA_IN	MFP_CFG_DRV(GPIO24, AF1, MEDIUM) 36 #define GPIO21_SSP1_BITCLK	MFP_CFG_DRV(GPIO21, AF1, MEDIUM) 37 #define GPIO20_SSP1_SYSCLK	MFP_CFG_DRV(GPIO20, AF1, MEDIUM) 38 #define GPIO22_SSP1_SYNC	MFP_CFG_DRV(GPIO22, AF1, MEDIUM) 39 #define GPIO23_SSP1_DATA_OUT	MFP_CFG_DRV(GPIO23, AF1, MEDIUM) 40 #define GPIO124_MN_CLK_OUT	MFP_CFG_DRV(GPIO124, AF1, MEDIUM) 41 #define GPIO123_CLK_REQ		MFP_CFG_DRV(GPIO123, AF0, MEDIUM) 135 #define GPIO67_CCIC_IN7		MFP_CFG_DRV(GPIO67, AF1, MEDIUM) 136 #define GPIO68_CCIC_IN6		MFP_CFG_DRV(GPIO68, AF1, MEDIUM) 137 #define GPIO69_CCIC_IN5		MFP_CFG_DRV(GPIO69, AF1, MEDIUM) [all …] 
 | 
| /Linux-v5.4/drivers/scsi/ | 
| D | sense_codes.h | 9 SENSE_CODE(0x0002, "End-of-partition/medium detected") 11 SENSE_CODE(0x0004, "Beginning-of-partition/medium detected") 101 SENSE_CODE(0x0B04, "Warning - background pre-scan detected medium error") 102 SENSE_CODE(0x0B05, "Warning - background medium scan detected medium error") 183 SENSE_CODE(0x1502, "Positioning error detected by read of medium") 311 SENSE_CODE(0x2800, "Not ready to ready change, medium may have changed") 314 SENSE_CODE(0x2803, "Import/export element accessed, medium changed") 344 SENSE_CODE(0x2A15, "Medium removal prevention preempted") 376 SENSE_CODE(0x3000, "Incompatible medium installed") 377 SENSE_CODE(0x3001, "Cannot read medium - unknown format") [all …] 
 | 
| D | constants.c | 39 /* 04-07 */ "Format Unit/Medium", "Read Block Limits", NULL, 47 /* 1e-1f */ "Prevent/Allow Medium Removal", NULL, 57 /* 38-3c */ "Medium Scan", "Compare", "Copy Verify", "Write Buffer", 91 	    "Move medium/play audio(12)", 92 /* a6-a9 */ "Exchange medium", "Move medium attached", "Read(12)", 343 	"Medium Error",	    /* 3: Data error detected on the medium */ 346 	"Unit Attention",   /* 6: Removable medium was changed, or 350 				  region of the medium */ 356 	"Volume Overflow",  /* D: Medium full with still data to be written */ 357 	"Miscompare",	    /* E: Source data and data on the medium
  | 
| /Linux-v5.4/Documentation/networking/ | 
| D | vrf.txt | 289    local 2002:1:: dev lo  proto none  metric 0  pref medium 290    local 2002:1::2 dev lo  proto none  metric 0  pref medium 291    2002:1::/120 dev eth1  proto kernel  metric 256  pref medium 292    local 2002:2:: dev lo  proto none  metric 0  pref medium 293    local 2002:2::2 dev lo  proto none  metric 0  pref medium 294    2002:2::/120 dev eth2  proto kernel  metric 256  pref medium 295    local fe80:: dev lo  proto none  metric 0  pref medium 296    local fe80:: dev lo  proto none  metric 0  pref medium 297    local fe80::ff:fe00:202 dev lo  proto none  metric 0  pref medium 298    local fe80::ff:fe00:203 dev lo  proto none  metric 0  pref medium [all …] 
 | 
| /Linux-v5.4/drivers/ide/ | 
| D | ide-cd_verbose.c | 45 	{ GPCMD_PREVENT_ALLOW_MEDIUM_REMOVAL, "Prevent/Allow Medium Removal" }, 97 	"Medium error", 151 	{ 0x023000, "Incompatible medium installed" }, 152 	{ 0x023a00, "Medium not present" }, 191 	{ 0x041502, "Positioning error detected by read of medium" }, 208 	{ 0x053001, "Cannot read medium - unknown format" }, 209 	{ 0x053002, "Cannot read medium - incompatible format" }, 212 	{ 0x055302, "Medium removal prevented" }, 215 	{ 0x056400, "Illegal mode for this track or incompatible medium" }, 229 	{ 0x062800, "Not ready to ready transition, medium may have changed" }, [all …] 
 | 
| /Linux-v5.4/drivers/gpu/drm/radeon/ | 
| D | btc_dpm.c | 2126 		if (ps->medium.mclk > max_limits->mclk)  in btc_apply_state_adjust_rules() 2127 			ps->medium.mclk = max_limits->mclk;  in btc_apply_state_adjust_rules() 2128 		if (ps->medium.sclk > max_limits->sclk)  in btc_apply_state_adjust_rules() 2129 			ps->medium.sclk = max_limits->sclk;  in btc_apply_state_adjust_rules() 2130 		if (ps->medium.vddc > max_limits->vddc)  in btc_apply_state_adjust_rules() 2131 			ps->medium.vddc = max_limits->vddc;  in btc_apply_state_adjust_rules() 2132 		if (ps->medium.vddci > max_limits->vddci)  in btc_apply_state_adjust_rules() 2133 			ps->medium.vddci = max_limits->vddci;  in btc_apply_state_adjust_rules() 2168 	/* adjusted medium, high states */  in btc_apply_state_adjust_rules() 2169 	if (ps->medium.sclk < ps->low.sclk)  in btc_apply_state_adjust_rules() [all …] 
 | 
| D | rv6xx_dpm.c | 441 		state->medium.sclk;  in rv6xx_calculate_engine_speed_stepping_parameters() 460 		state->medium.mclk;  in rv6xx_calculate_memory_clock_stepping_parameters() 466 	if (state->high.mclk == state->medium.mclk)  in rv6xx_calculate_memory_clock_stepping_parameters() 473 	if (state->medium.mclk == state->low.mclk)  in rv6xx_calculate_memory_clock_stepping_parameters() 487 	pi->hw.vddc[R600_POWER_LEVEL_MEDIUM] = state->medium.vddc;  in rv6xx_calculate_voltage_stepping_parameters() 495 		(state->medium.flags & ATOM_PPLIB_R600_FLAGS_BACKBIASENABLE) ? true : false;  in rv6xx_calculate_voltage_stepping_parameters() 502 		(state->medium.flags & ATOM_PPLIB_R600_FLAGS_PCIEGEN2) ? true : false;  in rv6xx_calculate_voltage_stepping_parameters() 508 	if ((state->high.vddc == state->medium.vddc) &&  in rv6xx_calculate_voltage_stepping_parameters() 510 	     (state->medium.flags & ATOM_PPLIB_R600_FLAGS_BACKBIASENABLE)))  in rv6xx_calculate_voltage_stepping_parameters() 516 	if ((state->medium.vddc == state->low.vddc) &&  in rv6xx_calculate_voltage_stepping_parameters() [all …] 
 | 
| /Linux-v5.4/drivers/of/unittest-data/ | 
| D | overlay_bad_symbol.dts | 10 	hvac_1: hvac-medium-2 { 11 		compatible = "ot,hvac-medium";
  | 
| D | overlay_base.dts | 24 			hvac_1: hvac-medium-1 { 25 				compatible = "ot,hvac-medium";
  | 
| /Linux-v5.4/Documentation/ABI/testing/ | 
| D | sysfs-driver-toshiba_haps | 9 			* 2 -> Medium 11 		The default potection value is set to 2 (Medium).
  | 
| /Linux-v5.4/drivers/usb/gadget/function/ | 
| D | rndis.h | 39 	__le32	Medium;  member 164 	u32			medium;  member 187 int  rndis_set_param_medium(struct rndis_params *params, u32 medium,
  | 
| D | rndis.c | 234 		*outbuf = cpu_to_le32(params->medium);  in gen_ndis_query_resp() 241 		/* one medium, one transport... (maybe you do it better) */  in gen_ndis_query_resp() 242 		*outbuf = cpu_to_le32(params->medium);  in gen_ndis_query_resp() 576 	resp->Medium = cpu_to_le32(RNDIS_MEDIUM_802_3);  in rndis_init_response() 983 int rndis_set_param_medium(struct rndis_params *params, u32 medium, u32 speed)  in rndis_set_param_medium()  argument 985 	pr_debug("%s: %u %u\n", __func__, medium, speed);  in rndis_set_param_medium() 989 	params->medium = medium;  in rndis_set_param_medium() 1095 			 "medium    : 0x%08X\n"  in rndis_proc_show() 1110 			 param->medium,  in rndis_proc_show()
  | 
| /Linux-v5.4/drivers/scsi/isci/ | 
| D | probe_roms.h | 278 		 * "short"- up to 3m, "medium"-3m to 6m, and "long"- more than 284 		 * ASSIGNMENT:   <phy3><phy2><phy1><phy0>  - Medium cable 290 		 * BITS 7-4 are set when the cable length is assigned to medium 296 		 * Setting the bits for both long and medium cable length is 300 		 *    phy3 - medium
  | 
| /Linux-v5.4/drivers/media/usb/pwc/ | 
| D | pwc-timon.h | 16    4 different qualities (no compression, low, medium, high). 23      4 compression modi: none, low, medium, high
  | 
| /Linux-v5.4/fs/romfs/ | 
| D | Kconfig | 34 	  cache as the medium from which to retrieve data.  It does not allow 35 	  direct mapping of the medium.
  | 
| /Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ | 
| D | hal_bt_coexist.c | 148 					 "[DM][BT], RSSI_1 state switch to Medium\n");  in rtl8723e_dm_bt_check_coex_rssi_state1() 182 					 "[DM][BT], RSSI_1 state stay at Medium\n");  in rtl8723e_dm_bt_check_coex_rssi_state1() 194 					 "[DM][BT], RSSI_1 state switch to Medium\n");  in rtl8723e_dm_bt_check_coex_rssi_state1() 275 					 "[DM][BT], RSSI state switch to Medium\n");  in rtl8723e_dm_bt_check_coex_rssi_state() 309 					 "[DM][BT], RSSI state stay at Medium\n");  in rtl8723e_dm_bt_check_coex_rssi_state() 321 					 "[DM][BT], RSSI state switch to Medium\n");  in rtl8723e_dm_bt_check_coex_rssi_state()
  | 
| /Linux-v5.4/drivers/s390/char/ | 
| D | tape_3590.c | 73 	[0x60] = "Unsupported Medium", 74 	[0x61] = "Medium Length Error", 75 	[0x62] = "Medium removed", 491  * SENSE Medium: Get Sense data about medium state 586  * a medium has been unloaded). The attention sense comes then 675 	DBF_EVENT(6, "medium state: %x:%x\n", sense->macst, sense->masst);  in tape_3590_med_state_set() 693 		DBF_EVENT(6, "Medium is encrypted (%04x)\n", sense->flags);  in tape_3590_med_state_set() 696 		DBF_EVENT(6, "Medium is not encrypted %04x\n", sense->flags);  in tape_3590_med_state_set() 744 	case TO_RBI:	/* RBI seems to succeed even without medium loaded. */  in tape_3590_done() 814 	/* check medium state */  in tape_3590_unsolicited_irq() [all …] 
 | 
| /Linux-v5.4/drivers/net/usb/ | 
| D | asix_devices.c | 434 		   "Medium Status is 0x%04x after all initializations\n",  in ax88772_hw_reset() 568 		   "Medium Status is 0x%04x after all initializations\n",  in ax88772a_hw_reset() 593 	u16 medium;  in ax88772_suspend()  local 596 	medium = asix_read_medium_status(dev, 1);  in ax88772_suspend() 597 	medium &= ~AX_MEDIUM_RE;  in ax88772_suspend() 598 	asix_write_medium_mode(dev, medium, 1);  in ax88772_suspend() 600 	netdev_dbg(dev->net, "ax88772_suspend: medium=0x%04x\n",  in ax88772_suspend() 997 	u16 medium;  in ax88178_set_mfb()  local 1017 	medium = asix_read_medium_status(dev, 0);  in ax88178_set_mfb() 1019 		medium |= AX_MEDIUM_JFE;  in ax88178_set_mfb() [all …] 
 | 
| D | sr9800.h | 60 /* command : Medium Status Read Reg */ 65 /* command : Medium Status Write Reg */ 136 /* Medium Status Default Mode */
  | 
| /Linux-v5.4/fs/jffs2/ | 
| D | README.Locking | 14 contiguous allocation of space on the medium. It is automatically 30 the medium. 166 from medium.
  | 
| /Linux-v5.4/drivers/net/wireless/ti/wl18xx/ | 
| D | conf.h | 68 	/* low/medium/high Tx power in dBm for STA-HP BG */ 75 	/* low/medium/high Tx power in dBm for other role */
  | 
| /Linux-v5.4/Documentation/ABI/stable/ | 
| D | sysfs-class-tpm | 51 		used to wait for a short, medium and long TPM command. All 52 		TPM commands are categorized as short, medium or long in 61 		Here the short, medium and long durations are displayed in
  | 
| /Linux-v5.4/tools/perf/Documentation/ | 
| D | perf-config.txt | 80 		medium = green, default 172 		medium = green, lightgray 177 		medium = default, lightgray 188 	colors.medium:: 189 		'medium' means a overhead percentage which has more than 0.5%. 193 		except 'top', 'medium', 'selected'.
  | 
| /Linux-v5.4/lib/fonts/ | 
| D | Kconfig | 84 	bool "Medium-size 6x10 font" 87 	  Medium-size console font. Suitable for framebuffer consoles on
  | 
| /Linux-v5.4/include/scsi/ | 
| D | scsi.h | 65 	__u8 medium;		/* device-specific medium type */  member 161 #define DID_MEDIUM_ERROR  0x13  /* Medium error */
  |