| /linux/drivers/scsi/ |
| H A D | sense_codes.h | 9 SENSE_CODE(0x0002, "End-of-partition/medium detected") 11 SENSE_CODE(0x0004, "Beginning-of-partition/medium detected") 105 SENSE_CODE(0x0B04, "Warning - background pre-scan detected medium error") 106 SENSE_CODE(0x0B05, "Warning - background medium scan detected medium error") 200 SENSE_CODE(0x1502, "Positioning error detected by read of medium") 338 SENSE_CODE(0x2800, "Not ready to ready change, medium may have changed") 341 SENSE_CODE(0x2803, "Import/export element accessed, medium changed") 371 SENSE_CODE(0x2A15, "Medium removal prevention preempted") 409 SENSE_CODE(0x3000, "Incompatible medium installed") 410 SENSE_CODE(0x3001, "Cannot read medium - unknown format") [all …]
|
| H A 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/Documentation/networking/ |
| H A D | vrf.rst | 331 local 2002:1:: dev lo proto none metric 0 pref medium 332 local 2002:1::2 dev lo proto none metric 0 pref medium 333 2002:1::/120 dev eth1 proto kernel metric 256 pref medium 334 local 2002:2:: dev lo proto none metric 0 pref medium 335 local 2002:2::2 dev lo proto none metric 0 pref medium 336 2002:2::/120 dev eth2 proto kernel metric 256 pref medium 337 local fe80:: dev lo proto none metric 0 pref medium 338 local fe80:: dev lo proto none metric 0 pref medium 339 local fe80::ff:fe00:202 dev lo proto none metric 0 pref medium 340 local fe80::ff:fe00:203 dev lo proto none metric 0 pref medium [all …]
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | session-protect.h | 18 * request time on medium. This is needed before the association when we need 19 * to be on medium for the association frame exchange. Once we configure the 20 * firmware as 'associated', the firmware will allocate time on medium without 25 * on medium. 93 * the other mac contexts wait for the medium during that time.
|
| /linux/arch/powerpc/include/asm/vdso/ |
| H A D | processor.h | 11 #define HMT_medium_low() asm volatile("or 6, 6, 6 # medium low priority") 12 #define HMT_medium() asm volatile("or 2, 2, 2 # medium priority") 13 #define HMT_medium_high() asm volatile("or 5, 5, 5 # medium high priority") 27 /* Pre-POWER10 uses low ; medium priority nops */ \
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | btc_dpm.c | 2095 if (ps->medium.mclk > max_limits->mclk) in btc_apply_state_adjust_rules() 2096 ps->medium.mclk = max_limits->mclk; in btc_apply_state_adjust_rules() 2097 if (ps->medium.sclk > max_limits->sclk) in btc_apply_state_adjust_rules() 2098 ps->medium.sclk = max_limits->sclk; in btc_apply_state_adjust_rules() 2099 if (ps->medium.vddc > max_limits->vddc) in btc_apply_state_adjust_rules() 2100 ps->medium.vddc = max_limits->vddc; in btc_apply_state_adjust_rules() 2101 if (ps->medium.vddci > max_limits->vddci) in btc_apply_state_adjust_rules() 2102 ps->medium.vddci = max_limits->vddci; in btc_apply_state_adjust_rules() 2137 /* adjusted medium, high states */ in btc_apply_state_adjust_rules() 2138 if (ps->medium.sclk < ps->low.sclk) in btc_apply_state_adjust_rules() [all …]
|
| H A 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/Documentation/devicetree/bindings/sound/ |
| H A D | fsl,mqs.yaml | 7 title: NXP Medium Quality Sound (MQS) 14 Medium quality sound (MQS) is used to generate medium quality audio
|
| /linux/drivers/of/unittest-data/ |
| H A D | overlay_bad_symbol.dtso | 9 hvac_1: hvac-medium-2 { 10 compatible = "ot,hvac-medium";
|
| H A D | overlay_common.dtsi | 22 hvac_1: hvac-medium-1 { 23 compatible = "ot,hvac-medium";
|
| /linux/drivers/usb/gadget/function/ |
| H A D | rndis.h | 39 __le32 Medium; member 164 u32 medium; member 188 int rndis_set_param_medium(struct rndis_params *params, u32 medium,
|
| H A 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() 988 int rndis_set_param_medium(struct rndis_params *params, u32 medium, u32 speed) in rndis_set_param_medium() argument 990 pr_debug("%s: %u %u\n", __func__, medium, speed); in rndis_set_param_medium() 994 params->medium = medium; in rndis_set_param_medium() 1107 "medium : 0x%08X\n" in rndis_proc_show() 1122 param->medium, in rndis_proc_show()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-toshiba_haps | 10 * 2 -> Medium 13 The default potection value is set to 2 (Medium).
|
| /linux/Documentation/devicetree/bindings/mtd/ |
| H A D | rockchip,nand-controller.yaml | 98 Only used in combination with 'nand-is-boot-medium'. 118 Only used in combination with 'nand-is-boot-medium'. 159 nand-is-boot-medium;
|
| H A D | raw-nand-chip.yaml | 81 nand-is-boot-medium: 83 Whether or not the NAND chip is a boot medium. Drivers might
|
| /linux/drivers/scsi/isci/ |
| H A 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/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
| H A 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/drivers/media/usb/pwc/ |
| H A D | pwc-timon.h | 16 4 different qualities (no compression, low, medium, high). 23 4 compression modi: none, low, medium, high
|
| /linux/fs/romfs/ |
| H A D | Kconfig | 34 cache as the medium from which to retrieve data. It does not allow 35 direct mapping of the medium.
|
| /linux/drivers/net/usb/ |
| H A D | sr9800.h | 60 /* command : Medium Status Read Reg */ 65 /* command : Medium Status Write Reg */ 136 /* Medium Status Default Mode */
|
| H A D | asix_devices.c | 461 "Medium Status is 0x%04x after all initializations\n", in ax88772_hw_reset() 588 "Medium Status is 0x%04x after all initializations\n", in ax88772a_hw_reset() 613 u16 medium; in ax88772_suspend() local 622 medium = asix_read_medium_status(dev, 1); in ax88772_suspend() 623 medium &= ~AX_MEDIUM_RE; in ax88772_suspend() 624 asix_write_medium_mode(dev, medium, 1); in ax88772_suspend() 626 netdev_dbg(dev->net, "ax88772_suspend: medium=0x%04x\n", in ax88772_suspend() 1219 u16 medium; in ax88178_set_mfb() local 1239 medium = asix_read_medium_status(dev, 0); in ax88178_set_mfb() 1241 medium |= AX_MEDIUM_JFE; in ax88178_set_mfb() [all …]
|
| /linux/fs/jffs2/ |
| H A D | README.Locking | 14 contiguous allocation of space on the medium. It is automatically 30 the medium. 166 from medium.
|
| /linux/drivers/net/wireless/ti/wl18xx/ |
| H A 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/Documentation/devicetree/bindings/iio/proximity/ |
| H A D | semtech,sx9310.yaml | 71 - medium-coarse 72 - medium
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-config.txt | 80 medium = green, default 170 medium = green, lightgray 175 medium = default, lightgray 186 colors.medium:: 187 'medium' means a overhead percentage which has more than 0.5%. 191 except 'top', 'medium', 'selected'.
|