/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A 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 …]
|
/linux/sound/soc/generic/ |
H A D | audio-graph-card2-custom-sample.c | 3 // audio-graph-card2-custom-sample.c 15 * Custom driver can have own priv 21 /* custom driver's own params */ 34 dev_info(dev, "custom probe\n"); in custom_card_probe() 46 /* You can custom before parsing */ in custom_hook_pre() 57 /* You can custom after parsing */ in custom_hook_post() 74 * You can custom Normal parsing in custom_normal() 89 * You can custom DPCM parsing in custom_dpcm() 104 * You can custom Codec2Codec parsing in custom_c2c() 129 dev_info(dev, "custom startup\n"); in custom_startup() [all …]
|
H A D | Makefile | 6 snd-soc-audio-graph-card2-custom-sample-y := audio-graph-card2-custom-sample.o 13 obj-$(CONFIG_SND_AUDIO_GRAPH_CARD2_CUSTOM_SAMPLE) += snd-soc-audio-graph-card2-custom-sample.o
|
/linux/tools/testing/selftests/bpf/benchs/ |
H A D | run_bench_ringbufs.sh | 10 for b in rb-libbpf rb-custom pb-libbpf pb-custom; do 15 for b in rb-libbpf rb-custom pb-libbpf pb-custom; do 20 for b in rb-libbpf rb-custom pb-libbpf pb-custom; do 27 …ampled-$b" "$($RUN_RB_BENCH --rb-b2b --rb-batch-cnt $b --rb-sampled --rb-sample-rate $b rb-custom)" 31 …ampled-$b" "$($RUN_RB_BENCH --rb-b2b --rb-batch-cnt $b --rb-sampled --rb-sample-rate $b pb-custom)" 35 summarize "reserve" "$($RUN_RB_BENCH --rb-b2b rb-custom)" 36 summarize "output" "$($RUN_RB_BENCH --rb-b2b --rb-use-output rb-custom)" 39 summarize "reserve-sampled" "$($RUN_RB_BENCH --rb-sampled rb-custom)" 40 summarize "output-sampled" "$($RUN_RB_BENCH --rb-sampled --rb-use-output rb-custom)" 43 for b in rb-libbpf rb-custom pb-libbpf pb-custom; do
|
/linux/Documentation/userspace-api/media/cec/ |
H A D | cec-pin-error-inj.rst | 53 # tx-custom-low-usecs <usecs> define the 'low' time for the custom pulse 54 # tx-custom-high-usecs <usecs> define the 'high' time for the custom pulse 55 # tx-custom-pulse transmit the custom pulse once the bus is idle 64 # <op>[,<mode>] tx-custom-bit <bit> send the custom pulse instead of this bit 67 # <op>[,<mode>] tx-custom-start send the custom pulse instead of the start pulse 95 to create custom pulses on the CEC bus. 307 Custom Pulses 310 ``tx-custom-low-usecs <usecs>`` 311 This defines the duration in microseconds that the custom pulse pulls 314 ``tx-custom-high-usecs <usecs>`` [all …]
|
/linux/drivers/iio/temperature/ |
H A D | ltc2983.c | 263 struct ltc2983_custom_sensor *custom; member 270 struct ltc2983_custom_sensor *custom; member 279 struct ltc2983_custom_sensor *custom; member 304 struct ltc2983_custom_sensor *custom; member 365 struct ltc2983_custom_sensor *custom, in __ltc2983_chan_custom_sensor_assign() argument 369 u8 mult = custom->is_steinhart ? LTC2983_CUSTOM_STEINHART_ENTRY_SZ : in __ltc2983_chan_custom_sensor_assign() 373 * custom->size holds the raw size of the table. However, when in __ltc2983_chan_custom_sensor_assign() 378 const u8 len = custom->is_steinhart ? 0 : in __ltc2983_chan_custom_sensor_assign() 379 (custom->size / LTC2983_CUSTOM_SENSOR_ENTRY_SZ) - 1; in __ltc2983_chan_custom_sensor_assign() 384 if (custom->offset < 0) { in __ltc2983_chan_custom_sensor_assign() [all …]
|
/linux/drivers/hid/ |
H A D | hid-sensor-custom.c | 3 * hid-sensor-custom.c 108 {0x200540, "data-field-custom"}, 109 {0x200541, "data-field-custom-usage"}, 110 {0x200542, "data-field-custom-boolean-array"}, 111 {0x200543, "data-field-custom-value"}, 112 {0x200544, "data-field-custom-value_1"}, 113 {0x200545, "data-field-custom-value_2"}, 114 {0x200546, "data-field-custom-value_3"}, 115 {0x200547, "data-field-custom-value_4"}, 116 {0x200548, "data-field-custom-value_5"}, [all …]
|
/linux/arch/m68k/amiga/ |
H A D | amisound.c | 28 #define custom amiga_custom macro 92 custom.aud[2].audlc = snd_data; in amiga_mksound() 93 custom.aud[2].audlen = sizeof(sine_data)/2; in amiga_mksound() 94 custom.aud[2].audper = (unsigned short)period; in amiga_mksound() 95 custom.aud[2].audvol = 32; /* 50% of maxvol */ in amiga_mksound() 103 custom.dmacon = DMAF_SETCLR | DMAF_AUD2; in amiga_mksound() 115 custom.dmacon = DMAF_AUD2; in nosound() 117 custom.aud[2].audper = amiga_audio_period; in nosound()
|
/linux/arch/m68k/kernel/ |
H A 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()
|
/linux/include/trace/ |
H A D | trace_custom_events.h | 4 * create custom trace events to be attached to existing tracepoints. 7 * TRACE_CUSTOM_EVENT() is to create only a custom version of an existing 9 * be placed in the "custom" system. 14 /* All custom events are placed in the custom group */ 16 #define TRACE_SYSTEM custom 57 /* Stage 2 creates the custom class */ 72 /* Stage 3 create the way to print the custom event */ 183 /* Stage 7 creates the actual class and event structure for the custom event */
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A 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() 151 /* check that nopinmap was pinned at the custom path */ in test_pinning() 156 /* remove the custom pin path to re-test it with auto-pinning below */ in test_pinning() 209 /* test auto-pinning at custom path with open opt */ in test_pinning() 217 if (CHECK(err, "custom load", "err %d errno %d\n", err, errno)) in test_pinning() 220 /* check that pinmap was pinned at the custom path */ in test_pinning() 225 /* remove the custom pin path to re-test it with reuse fd below */ in test_pinning() 236 /* test pinning at custom path with reuse fd */ in test_pinning() 262 if (CHECK(err, "custom load", "err %d errno %d\n", err, errno)) in test_pinning() [all …]
|
/linux/samples/trace_events/ |
H A D | trace_custom_sched.c | 15 * Must include the event header that the custom event will attach to, 16 * from the C file, and not in the custom header file. 20 /* Declare CREATE_CUSTOM_TRACE_EVENTS before including custom header */ 58 MODULE_DESCRIPTION("Custom scheduling events");
|
/linux/drivers/media/cec/core/ |
H A D | cec-pin-priv.h | 46 /* Drive CEC low for the start bit using the custom timing */ 48 /* Drive CEC high for the start bit using the custom timing */ 77 /* Drive CEC low for a data bit using the custom timing */ 79 /* Drive CEC high for a data bit using the custom timing */ 81 /* Drive CEC low for a standalone pulse using the custom timing */ 83 /* Drive CEC high for a standalone pulse using the custom timing */ 164 /* The default for the low/high time of the custom pulse */
|
/linux/Documentation/gpu/ |
H A D | zynqmp.rst | 30 custom: 31 Custom test pattern value 71 80bit-custom 72 A custom 80-bit pattern 97 if [ ${prop##*/} = custom ]; then 107 custom 00000000 00 00 00 00 00 00 00 00 00 00 |..........|
|
/linux/drivers/video/fbdev/ |
H A 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 …]
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_global_map_resize.c | 19 /* custom data section */ 20 int my_array[1] SEC(".data.custom"); 22 /* custom data section which should NOT be resizable, 27 /* custom data section which should NOT be resizable,
|
H A D | test_custom_sec_handlers.c | 31 SEC("custom") 38 SEC("custom/something") 57 /* use sleepable helper, custom handler should set sleepable flag */ in xyz()
|
/linux/Documentation/networking/ |
H A D | xdp-rx-metadata.rst | 46 | headroom | custom metadata | data | 73 | headroom | custom metadata | data | 84 contents. Currently, every driver has custom kernel code to parse 103 This means that for redirected packets only custom metadata is 108 that will also only have access to the custom metadata.
|
/linux/Documentation/ABI/testing/ |
H A 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
|
/linux/Documentation/driver-api/firmware/ |
H A 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 searched
|
/linux/drivers/net/wireless/intel/ipw2x00/ |
H A D | libipw_wx.c | 47 char custom[MAX_CUSTOM_LEN]; in libipw_translate_scan() local 185 p = custom; in libipw_translate_scan() 187 iwe.u.data.length = p - custom; in libipw_translate_scan() 189 start = iwe_stream_add_point(info, start, stop, &iwe, custom); in libipw_translate_scan() 212 p = custom; in libipw_translate_scan() 213 p += scnprintf(p, MAX_CUSTOM_LEN - (p - custom), in libipw_translate_scan() 216 iwe.u.data.length = p - custom; in libipw_translate_scan() 218 start = iwe_stream_add_point(info, start, stop, &iwe, custom); in libipw_translate_scan() 222 p = custom; in libipw_translate_scan() 223 p += scnprintf(p, MAX_CUSTOM_LEN - (p - custom), " Channel flags: "); in libipw_translate_scan() [all …]
|
/linux/lib/zstd/common/ |
H A D | allocations.h | 12 /* This file provides custom allocation primitives 25 /* custom memory allocation functions */ 38 * not as efficient as calloc, but next best guess for custom malloc */ in ZSTD_customCalloc()
|
/linux/Documentation/devicetree/bindings/iio/dac/ |
H A D | adi,ad3552r.yaml | 89 custom-output-range-config: 92 description: Configuration of custom range when 129 # custom-output-range-config must be used 134 - custom-output-range-config 239 custom-output-range-config {
|
/linux/tools/testing/selftests/firmware/ |
H A D | fw_fallback.sh | 76 echo "$0: custom fallback trigger not present, ignoring test" >&2 109 echo "$0: canceling custom fallback trigger not present, ignoring test" >&2 248 echo "$0: custom fallback loading mechanism works" 259 echo "$0: custom fallback loading mechanism works" 272 echo "$0: cancelling custom fallback mechanism works"
|
/linux/Documentation/security/tpm/ |
H A 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
|