Home
last modified time | relevance | path

Searched refs:FN (Results 1 – 25 of 121) sorted by relevance

12345

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/inc/
Dreg_helper.h60 #define FN(reg_name, field) \ macro
65 FN(reg_name, field), val)
69 FN(reg, f1), v1,\
70 FN(reg, f2), v2)
74 FN(reg, f1), v1,\
75 FN(reg, f2), v2,\
76 FN(reg, f3), v3)
80 FN(reg, f1), v1,\
81 FN(reg, f2), v2,\
82 FN(reg, f3), v3,\
[all …]
/Linux-v5.10/include/uapi/linux/
Dbpf.h3746 #define __BPF_FUNC_MAPPER(FN) \ argument
3747 FN(unspec), \
3748 FN(map_lookup_elem), \
3749 FN(map_update_elem), \
3750 FN(map_delete_elem), \
3751 FN(probe_read), \
3752 FN(ktime_get_ns), \
3753 FN(trace_printk), \
3754 FN(get_prandom_u32), \
3755 FN(get_smp_processor_id), \
[all …]
/Linux-v5.10/tools/include/uapi/linux/
Dbpf.h3746 #define __BPF_FUNC_MAPPER(FN) \ argument
3747 FN(unspec), \
3748 FN(map_lookup_elem), \
3749 FN(map_update_elem), \
3750 FN(map_delete_elem), \
3751 FN(probe_read), \
3752 FN(ktime_get_ns), \
3753 FN(trace_printk), \
3754 FN(get_prandom_u32), \
3755 FN(get_smp_processor_id), \
[all …]
/Linux-v5.10/drivers/gpu/drm/amd/display/dmub/src/
Ddmub_reg.h47 #define FN(reg_name, field) FD(reg_name##__##field) macro
63 FN(reg_name, field), val)
67 FN(reg, f1), v1, \
68 FN(reg, f2), v2)
72 FN(reg, f1), v1, \
73 FN(reg, f2), v2, \
74 FN(reg, f3), v3)
78 FN(reg, f1), v1, \
79 FN(reg, f2), v2, \
80 FN(reg, f3), v3, \
[all …]
/Linux-v5.10/Documentation/admin-guide/laptops/
Dlg-laptop.rst13 The following FN keys are ignored by the kernel without this driver:
15 - FN-F1 (LG control panel) - Generates F15
16 - FN-F5 (Touchpad toggle) - Generates F13
17 - FN-F6 (Airplane mode) - Generates RFKILL
18 - FN-F8 (Keyboard backlight) - Generates F16.
20 - FN-F9 (Reader mode) - Generates F14
22 The rest of the FN keys work without a need for a special driver.
33 FN Lock
37 FN lock.
77 The keyboard backlight is also controlled by the key combination FN-F8
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dce/
Ddce_i2c_hw.c39 #undef FN
40 #define FN(reg_name, field_name) \ macro
47 FN(DC_I2C_DDC1_SETUP, DC_I2C_DDC1_DATA_DRIVE_EN), 0, in execute_transaction()
48 FN(DC_I2C_DDC1_SETUP, DC_I2C_DDC1_CLK_DRIVE_EN), 0, in execute_transaction()
49 FN(DC_I2C_DDC1_SETUP, DC_I2C_DDC1_DATA_DRIVE_SEL), 0, in execute_transaction()
50 FN(DC_I2C_DDC1_SETUP, DC_I2C_DDC1_INTRA_TRANSACTION_DELAY), 0, in execute_transaction()
51 FN(DC_I2C_DDC1_SETUP, DC_I2C_DDC1_INTRA_BYTE_DELAY), 0); in execute_transaction()
282 FN(DC_I2C_DDC1_SPEED, DC_I2C_DDC1_PRESCALE), prescale, in set_speed()
283 FN(DC_I2C_DDC1_SPEED, DC_I2C_DDC1_THRESHOLD), 2, in set_speed()
284 FN(DC_I2C_DDC1_SPEED, DC_I2C_DDC1_START_STOP_TIMING_CNTL), speed > 50 ? 2:1); in set_speed()
[all …]
/Linux-v5.10/security/apparmor/include/
Dperms.h107 #define xcheck_ns_profile_profile(P1, P2, FN, args...) \ argument
111 ____e = FN((P1), (P2), args); \
115 #define xcheck_ns_profile_label(P, L, FN, args...) \ argument
119 xcheck_ns_profile_profile((P), __p2, (FN), args)); \
122 #define xcheck_ns_labels(L1, L2, FN, args...) \ argument
125 fn_for_each((L1), __p1, FN(__p1, (L2), args)); \
129 #define xcheck_labels_profiles(L1, L2, FN, args...) \ argument
130 xcheck_ns_labels((L1), (L2), xcheck_ns_profile_label, (FN), args)
Dlabel.h137 #define last_error(E, FN) \ argument
139 int __subE = (FN); \
180 #define fn_for_each_comb(L1, L2, P1, P2, FN) \ argument
185 last_error(__E, (FN)); \
219 #define fn_for_each_in_ns(L, P, FN) \ argument
225 last_error(__E, (FN)); \
231 #define fn_for_each_XXX(L, P, FN, ...) \ argument
236 last_error(__E, (FN)); \
241 #define fn_for_each(L, P, FN) fn_for_each_XXX(L, P, FN) argument
242 #define fn_for_each_confined(L, P, FN) fn_for_each_XXX(L, P, FN, _confined) argument
[all …]
Dlib.h217 #define fn_label_build(L, P, GFP, FN) \ argument
234 __new_ = (FN); \
263 __new_ = (FN); \
/Linux-v5.10/scripts/gcc-plugins/
Dgcc-common.h402 #define ENTRY_BLOCK_PTR_FOR_FN(FN) ENTRY_BLOCK_PTR_FOR_FUNCTION(FN) argument
403 #define EXIT_BLOCK_PTR_FOR_FN(FN) EXIT_BLOCK_PTR_FOR_FUNCTION(FN) argument
404 #define basic_block_info_for_fn(FN) ((FN)->cfg->x_basic_block_info) argument
405 #define n_basic_blocks_for_fn(FN) ((FN)->cfg->x_n_basic_blocks) argument
406 #define n_edges_for_fn(FN) ((FN)->cfg->x_n_edges) argument
407 #define last_basic_block_for_fn(FN) ((FN)->cfg->x_last_basic_block) argument
408 #define label_to_block_map_for_fn(FN) ((FN)->cfg->x_label_to_block_map) argument
409 #define profile_status_for_fn(FN) ((FN)->cfg->x_profile_status) argument
410 #define BASIC_BLOCK_FOR_FN(FN, N) BASIC_BLOCK_FOR_FUNCTION((FN), (N)) argument
/Linux-v5.10/include/trace/events/
Dxdp.h13 #define __XDP_ACT_MAP(FN) \ argument
14 FN(ABORTED) \
15 FN(DROP) \
16 FN(PASS) \
17 FN(TX) \
18 FN(REDIRECT)
294 #define __MEM_TYPE_MAP(FN) \ argument
295 FN(PAGE_SHARED) \
296 FN(PAGE_ORDER0) \
297 FN(PAGE_POOL) \
[all …]
/Linux-v5.10/kernel/trace/
Dbpf_trace.c2060 #define REPEAT_1(FN, DL, X, ...) FN(X) argument
2061 #define REPEAT_2(FN, DL, X, ...) FN(X) UNPACK DL REPEAT_1(FN, DL, __VA_ARGS__) argument
2062 #define REPEAT_3(FN, DL, X, ...) FN(X) UNPACK DL REPEAT_2(FN, DL, __VA_ARGS__) argument
2063 #define REPEAT_4(FN, DL, X, ...) FN(X) UNPACK DL REPEAT_3(FN, DL, __VA_ARGS__) argument
2064 #define REPEAT_5(FN, DL, X, ...) FN(X) UNPACK DL REPEAT_4(FN, DL, __VA_ARGS__) argument
2065 #define REPEAT_6(FN, DL, X, ...) FN(X) UNPACK DL REPEAT_5(FN, DL, __VA_ARGS__) argument
2066 #define REPEAT_7(FN, DL, X, ...) FN(X) UNPACK DL REPEAT_6(FN, DL, __VA_ARGS__) argument
2067 #define REPEAT_8(FN, DL, X, ...) FN(X) UNPACK DL REPEAT_7(FN, DL, __VA_ARGS__) argument
2068 #define REPEAT_9(FN, DL, X, ...) FN(X) UNPACK DL REPEAT_8(FN, DL, __VA_ARGS__) argument
2069 #define REPEAT_10(FN, DL, X, ...) FN(X) UNPACK DL REPEAT_9(FN, DL, __VA_ARGS__) argument
[all …]
/Linux-v5.10/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_hdr.h641 #define QLC_DEV_SET_REF_CNT(VAL, FN) ((VAL) |= (1 << (FN * 4))) argument
642 #define QLC_DEV_CLR_REF_CNT(VAL, FN) ((VAL) &= ~(1 << (FN * 4))) argument
643 #define QLC_DEV_SET_RST_RDY(VAL, FN) ((VAL) |= (1 << (FN * 4))) argument
644 #define QLC_DEV_SET_QSCNT_RDY(VAL, FN) ((VAL) |= (2 << (FN * 4))) argument
645 #define QLC_DEV_CLR_RST_QSCNT(VAL, FN) ((VAL) &= ~(3 << (FN * 4))) argument
647 #define QLC_DEV_GET_DRV(VAL, FN) (0xf & ((VAL) >> (FN * 4))) argument
648 #define QLC_DEV_SET_DRV(VAL, FN) ((VAL) << (FN * 4)) argument
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/bios/
Dbios_parser_helper.c53 #undef FN
54 #define FN(reg_name, field_name) \ macro
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_vmid.c37 #undef FN
38 #define FN(reg_name, field_name) \ macro
Ddcn20_dccg.c38 #undef FN
39 #define FN(reg_name, field_name) \ macro
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_ipp.c35 #undef FN
36 #define FN(reg_name, field_name) \ macro
Ddcn10_dwb.c40 #undef FN
41 #define FN(reg_name, field_name) \ macro
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_dccg.c36 #undef FN
37 #define FN(reg_name, field_name) \ macro
Ddcn30_vpg.c37 #undef FN
38 #define FN(reg_name, field_name) \ macro
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/gpio/
Dhw_generic.c38 #undef FN
39 #define FN(reg_name, field_name) \ macro
Dhw_hpd.c38 #undef FN
39 #define FN(reg_name, field_name) \ macro
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-driver-toshiba_acpi8 * 0x1 -> FN-Z
14 parameters, kernel 3.15 only accepts the first two (FN-Z and
59 * 0x1 -> FN-Z
75 * 1 -> Type 1, supporting modes FN-Z and AUTO
171 and the hotkeys are accessed via FN-F{1-12}.
173 hotkey and the F{1-12} keys are accessed via FN-F{1-12}.
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/clk_mgr/dce60/
Ddce60_clk_mgr.c49 #undef FN
50 #define FN(reg_name, field_name) \ macro
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dce120/
Ddce120_hw_sequencer.c45 #undef FN
46 #define FN(reg_name, field_name) \ macro

12345