/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_pci_id_tbl.h | 112 CH_PCI_ID_TABLE_FENTRY(0x4080), /* Custom T480-cr */ 113 CH_PCI_ID_TABLE_FENTRY(0x4081), /* Custom T440-cr */ 114 CH_PCI_ID_TABLE_FENTRY(0x4082), /* Custom T420-cr */ 115 CH_PCI_ID_TABLE_FENTRY(0x4083), /* Custom T420-xaui */ 116 CH_PCI_ID_TABLE_FENTRY(0x4084), /* Custom T440-cr */ 117 CH_PCI_ID_TABLE_FENTRY(0x4085), /* Custom T420-cr */ 118 CH_PCI_ID_TABLE_FENTRY(0x4086), /* Custom T440-bt */ 119 CH_PCI_ID_TABLE_FENTRY(0x4087), /* Custom T440-cr */ 120 CH_PCI_ID_TABLE_FENTRY(0x4088), /* Custom T440 2-xaui, 2-xfi */ 151 CH_PCI_ID_TABLE_FENTRY(0x5080), /* Custom T540-cr */ [all …]
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/benchs/ |
D | run_bench_ringbufs.sh | 34 for b in rb-libbpf rb-custom pb-libbpf pb-custom; do 39 for b in rb-libbpf rb-custom pb-libbpf pb-custom; do 44 for b in rb-libbpf rb-custom pb-libbpf pb-custom; do 51 …b-sampled-$b" "$($RUN_BENCH --rb-b2b --rb-batch-cnt $b --rb-sampled --rb-sample-rate $b rb-custom)" 55 …b-sampled-$b" "$($RUN_BENCH --rb-b2b --rb-batch-cnt $b --rb-sampled --rb-sample-rate $b pb-custom)" 59 summarize "reserve" "$($RUN_BENCH --rb-b2b rb-custom)" 60 summarize "output" "$($RUN_BENCH --rb-b2b --rb-use-output rb-custom)" 63 summarize "reserve-sampled" "$($RUN_BENCH --rb-sampled rb-custom)" 64 summarize "output-sampled" "$($RUN_BENCH --rb-sampled --rb-use-output rb-custom)" 67 for b in rb-libbpf rb-custom pb-libbpf pb-custom; do
|
/kernel/linux/linux-5.10/sound/oss/dmasound/ |
D | dmasound_paula.c | 38 #define custom amiga_custom macro 313 custom.aud[0].audvol = custom.aud[1].audvol = 0; in StopDMA() 314 custom.aud[2].audvol = custom.aud[3].audvol = 0; in StopDMA() 315 custom.dmacon = AMI_AUDIO_OFF; in StopDMA() 380 custom.aud[i].audper = period; in AmiInit() 430 custom.aud[0].audvol = dmasound.volume_left; in AmiSetVolume() 432 custom.aud[1].audvol = dmasound.volume_right; in AmiSetVolume() 435 custom.aud[2].audvol = 1; in AmiSetVolume() 436 custom.aud[3].audvol = 1; in AmiSetVolume() 438 custom.aud[2].audvol = 0; in AmiSetVolume() [all …]
|
/kernel/linux/linux-5.10/drivers/iommu/ |
D | ioasid.c | 25 * - Custom allocators may share allocation helpers with different private data. 26 * Custom allocators that share the same helper functions also share the same 31 * custom allocators or allocate IOASIDs. 32 * 2. Custom allocators take precedence over the default allocator. 33 * 3. When all custom allocators sharing the same helper functions are 36 * 4. When switching between custom allocators sharing the same helper 38 * 5. When switching between custom allocator and default allocator, all IOASIDs 42 * @list: registered custom allocators 97 /* Allocate and initialize a new custom allocator with its helper functions */ 111 /* For tracking custom allocators that share the same ops */ in ioasid_alloc_allocator() [all …]
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/cec/ |
D | cec-pin-error-inj.rst | 51 # tx-custom-low-usecs <usecs> define the 'low' time for the custom pulse 52 # tx-custom-high-usecs <usecs> define the 'high' time for the custom pulse 53 # tx-custom-pulse transmit the custom pulse once the bus is idle 62 # <op>[,<mode>] tx-custom-bit <bit> send the custom pulse instead of this bit 65 # <op>[,<mode>] tx-custom-start send the custom pulse instead of the start pulse 93 to create custom pulses on the CEC bus. 305 Custom Pulses 308 ``tx-custom-low-usecs <usecs>`` 309 This defines the duration in microseconds that the custom pulse pulls 312 ``tx-custom-high-usecs <usecs>`` [all …]
|
/kernel/linux/linux-5.10/drivers/hid/ |
D | hid-sensor-custom.c | 3 * hid-sensor-custom.c 104 {0x200540, "data-field-custom"}, 105 {0x200541, "data-field-custom-usage"}, 106 {0x200542, "data-field-custom-boolean-array"}, 107 {0x200543, "data-field-custom-value"}, 108 {0x200544, "data-field-custom-value_1"}, 109 {0x200545, "data-field-custom-value_2"}, 110 {0x200546, "data-field-custom-value_3"}, 111 {0x200547, "data-field-custom-value_4"}, 112 {0x200548, "data-field-custom-value_5"}, [all …]
|
/kernel/linux/linux-5.10/arch/m68k/amiga/ |
D | amisound.c | 26 #define custom amiga_custom macro 90 custom.aud[2].audlc = snd_data; in amiga_mksound() 91 custom.aud[2].audlen = sizeof(sine_data)/2; in amiga_mksound() 92 custom.aud[2].audper = (unsigned short)period; in amiga_mksound() 93 custom.aud[2].audvol = 32; /* 50% of maxvol */ in amiga_mksound() 101 custom.dmacon = DMAF_SETCLR | DMAF_AUD2; in amiga_mksound() 113 custom.dmacon = DMAF_AUD2; in nosound() 115 custom.aud[2].audper = amiga_audio_period; in nosound()
|
/kernel/linux/linux-5.10/drivers/iio/temperature/ |
D | ltc2983.c | 231 struct ltc2983_custom_sensor *custom; member 238 struct ltc2983_custom_sensor *custom; member 247 struct ltc2983_custom_sensor *custom; member 328 struct ltc2983_custom_sensor *custom, in __ltc2983_chan_custom_sensor_assign() argument 332 u8 mult = custom->is_steinhart ? LTC2983_CUSTOM_STEINHART_ENTRY_SZ : in __ltc2983_chan_custom_sensor_assign() 336 * custom->size holds the raw size of the table. However, when in __ltc2983_chan_custom_sensor_assign() 341 const u8 len = custom->is_steinhart ? 0 : in __ltc2983_chan_custom_sensor_assign() 342 (custom->size / LTC2983_CUSTOM_SENSOR_ENTRY_SZ) - 1; in __ltc2983_chan_custom_sensor_assign() 347 if (custom->offset < 0) { in __ltc2983_chan_custom_sensor_assign() 350 * when this test was done (successfully) for this custom in __ltc2983_chan_custom_sensor_assign() [all …]
|
/kernel/linux/linux-5.10/drivers/media/cec/core/ |
D | cec-pin-error-inj.c | 38 CEC_ERROR_INJ_TX_CUSTOM_BIT_ARG_IDX, "tx-custom-bit" }, 41 { CEC_ERROR_INJ_TX_CUSTOM_START_OFFSET, -1, "tx-custom-start" }, 119 if (!strcmp(token, "tx-custom-pulse")) { in cec_pin_error_inj_parse_line() 128 if (!strcmp(token, "tx-custom-low-usecs")) { in cec_pin_error_inj_parse_line() 136 if (!strcmp(token, "tx-custom-high-usecs")) { in cec_pin_error_inj_parse_line() 284 …seq_puts(sf, "# tx-custom-low-usecs <usecs> define the 'low' time for the custom pulse\n"… in cec_pin_error_inj_show() 285 …seq_puts(sf, "# tx-custom-high-usecs <usecs> define the 'high' time for the custom pulse\n… in cec_pin_error_inj_show() 286 …seq_puts(sf, "# tx-custom-pulse transmit the custom pulse once the bus is idl… in cec_pin_error_inj_show() 295 seq_puts(sf, "# <op>[,<mode>] tx-custom-bit <bit> send the custom pulse instead of this bit\n"); in cec_pin_error_inj_show() 298 …seq_puts(sf, "# <op>[,<mode>] tx-custom-start send the custom pulse instead of the start pu… in cec_pin_error_inj_show() [all …]
|
D | cec-pin-priv.h | 35 /* Drive CEC low for the start bit using the custom timing */ 37 /* Drive CEC high for the start bit using the custom timing */ 66 /* Drive CEC low for a data bit using the custom timing */ 68 /* Drive CEC high for a data bit using the custom timing */ 70 /* Drive CEC low for a standalone pulse using the custom timing */ 72 /* Drive CEC high for a standalone pulse using the custom timing */ 153 /* The default for the low/high time of the custom pulse */
|
/kernel/linux/linux-5.10/arch/m68k/kernel/ |
D | asm-offsets.c | 89 /* offsets into the custom struct */ in main() 91 DEFINE(C_INTENAR, offsetof(struct CUSTOM, intenar)); in main() 92 DEFINE(C_INTREQR, offsetof(struct CUSTOM, intreqr)); in main() 93 DEFINE(C_INTENA, offsetof(struct CUSTOM, intena)); in main() 94 DEFINE(C_INTREQ, offsetof(struct CUSTOM, intreq)); in main() 95 DEFINE(C_SERDATR, offsetof(struct CUSTOM, serdatr)); in main() 96 DEFINE(C_SERDAT, offsetof(struct CUSTOM, serdat)); in main() 97 DEFINE(C_SERPER, offsetof(struct CUSTOM, serper)); in main()
|
/kernel/linux/linux-5.10/drivers/auxdisplay/ |
D | Kconfig | 193 int "Default panel profile (0-5, 0=custom)" 202 0 = custom (see further) 209 Custom configurations allow you to define how your display is 232 int "LCD type (0=none, 1=custom, 2=old //, 3=ks0074, 4=hantronix, 5=Nexcom)" 243 1 : custom configuration and wiring (see further) 259 This is the number of visible character lines on the LCD in custom profile. 268 This is the number of characters per line on the LCD in custom profile. 284 This option lets you configure the value used by your LCD in 'custom' profile. 343 Default for the 'E' pin in custom profile is '14' (AUTOFEED). 358 Default for the 'RS' pin in custom profile is '17' (SELECT IN). [all …]
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
D | pinning.c | 30 const char *custpinpath = "/sys/fs/bpf/custom/pinmap"; in test_pinning() 33 const char *custpath = "/sys/fs/bpf/custom"; in test_pinning() 142 /* check that nopinmap was pinned at the custom path */ in test_pinning() 147 /* remove the custom pin path to re-test it with auto-pinning below */ in test_pinning() 200 /* test auto-pinning at custom path with open opt */ in test_pinning() 208 if (CHECK(err, "custom load", "err %d errno %d\n", err, errno)) in test_pinning() 211 /* check that pinmap was pinned at the custom path */ in test_pinning() 216 /* remove the custom pin path to re-test it with reuse fd below */ in test_pinning() 227 /* test pinning at custom path with reuse fd */ in test_pinning() 253 if (CHECK(err, "custom load", "err %d errno %d\n", err, errno)) in test_pinning() [all …]
|
/kernel/linux/linux-5.10/drivers/tty/ |
D | amiserial.c | 102 #define custom amiga_custom macro 164 custom.intena = IF_TBE; in rs_stop() 166 custom.intreq = IF_TBE; in rs_stop() 182 custom.intena = IF_SETCLR | IF_TBE; in rs_start() 185 custom.intreq = IF_SETCLR | IF_TBE; in rs_start() 223 serdatr = custom.serdatr; in receive_chars() 225 custom.intreq = IF_RBF; in receive_chars() 302 custom.intreq = IF_TBE; in transmit_chars() 305 custom.serdat = info->x_char | 0x100; in transmit_chars() 315 custom.intena = IF_TBE; in transmit_chars() [all …]
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/temperature/ |
D | adi,ltc2983.yaml | 92 9 - Custom Thermocouple 114 adi,custom-thermocouple: 194 18 - RTD Custom 238 adi,custom-rtd: 273 26 - Thermistor Custom Steinhart-Hart 274 27 - Custom Thermistor 312 adi,custom-thermistor: 316 and uK only for custom thermistors. For more details look at table 325 adi,custom-steinhart: 442 adi,custom-steinhart = <0x00F371EC 0x12345678 [all …]
|
/kernel/linux/linux-5.10/arch/nios2/platform/ |
D | Kconfig.platform | 98 bool "Custom floating point instr support" 103 bool "Byteswap custom instruction" 105 Use the byteswap (endian converter) Nios II custom instruction provided 110 int "Byteswap custom instruction number" if NIOS2_CI_SWAB_SUPPORT 118 bool "Custom cache settings"
|
/kernel/linux/linux-5.10/Documentation/driver-api/firmware/ |
D | fw_search_path.rst | 15 to activate the first optional custom fw_path_para. The custom path can 25 You would echo into it your custom path and firmware requested will be
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
D | amifb.c | 370 * Custom Chipset Definitions 373 #define CUSTOM_OFS(fld) ((long)&((struct CUSTOM*)0)->fld) 597 #define custom amiga_custom macro 599 #define VBlankOn() custom.intena = IF_SETCLR|IF_COPER 600 #define VBlankOff() custom.intena = IF_COPER 1062 #define get_vbpos() ((u_short)((*(u_long volatile *)&custom.vposr >> 7) & 0xffe)) 1688 custom.bplcon1 = par->bplcon1; in ami_update_display() 1689 custom.bpl1mod = par->bpl1mod; in ami_update_display() 1690 custom.bpl2mod = par->bpl2mod; in ami_update_display() 1691 custom.ddfstrt = ddfstrt2hw(par->ddfstrt); in ami_update_display() [all …]
|
/kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
D | scripts.c | 85 static int list_scripts(char *script_name, bool *custom, in list_scripts() argument 116 add_script_option("Show samples with custom perf script arguments", "", &scriptc); in list_scripts() 147 *custom = choice >= max_std; in list_scripts() 175 bool custom = false; in script_browse() local 178 if (list_scripts(script_name, &custom, evsel)) in script_browse() 182 custom ? "perf script -s " : "", in script_browse()
|
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/signal/ |
D | test_signals.h | 84 /* a custom setup: called alternatively to default_setup */ 86 /* a custom init: called by default test init after test_setup */ 88 /* a custom cleanup function called before test exits */ 97 /* an optional function for custom results' processing */
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-class-power-wilco | 17 Custom: 32 Used when charge_type="Custom", as described above. Measured in 39 Used when charge_type="Custom", as described above. Measured in
|
/kernel/linux/linux-5.10/Documentation/riscv/ |
D | patch-acceptance.rst | 28 their own custom extensions. These custom extensions aren't required 35 containing code for any custom extensions that they wish.)
|
/kernel/linux/linux-5.10/include/linux/pinctrl/ |
D | pinconf-generic.h | 74 * the threshold value is given on a custom format as argument when 81 * passed in the argument on a custom form, else just use argument 1 94 * supplies, the argument to this parameter (on a custom format) tells 98 * this parameter (on a custom format) tells the driver which alternative 101 * or latch delay (on outputs) this parameter (in a custom format) 106 * you need to pass in custom configurations to the pin controller, use
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/ |
D | libipw_wx.c | 50 char custom[MAX_CUSTOM_LEN]; in libipw_translate_scan() local 188 p = custom; in libipw_translate_scan() 190 iwe.u.data.length = p - custom; in libipw_translate_scan() 192 start = iwe_stream_add_point(info, start, stop, &iwe, custom); in libipw_translate_scan() 215 p = custom; in libipw_translate_scan() 216 p += scnprintf(p, MAX_CUSTOM_LEN - (p - custom), in libipw_translate_scan() 219 iwe.u.data.length = p - custom; in libipw_translate_scan() 221 start = iwe_stream_add_point(info, start, stop, &iwe, custom); in libipw_translate_scan() 225 p = custom; in libipw_translate_scan() 226 p += scnprintf(p, MAX_CUSTOM_LEN - (p - custom), " Channel flags: "); in libipw_translate_scan() [all …]
|
/kernel/linux/linux-5.10/Documentation/security/tpm/ |
D | tpm_event_log.rst | 37 a custom configuration table defined by the stub itself. Unfortunately, 46 final events table size while the stub is still running to the custom 48 concatenating two halves of the event log from the custom configuration table
|