Home
last modified time | relevance | path

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

1234567

/linux/drivers/gpu/drm/amd/display/dc/inc/
A Dreg_helper.h69 FN(reg, f1), v1,\
70 FN(reg, f2), v2)
74 FN(reg, f1), v1,\
75 FN(reg, f2), v2,\
76 FN(reg, f3), v3)
83 FN(reg, f4), v4)
92 FN(reg, f5), v5)
102 FN(reg, f6), v6)
113 FN(reg, f7), v7)
125 FN(reg, f8), v8)
[all …]
/linux/tools/include/uapi/linux/
A Dbpf.h4943 FN(unspec), \
4955 FN(tail_call), \
4966 FN(redirect), \
4991 FN(set_hash), \
5007 FN(bind), \
5039 FN(tcp_sock), \
5048 FN(strtol), \
5049 FN(strtoul), \
5090 FN(d_path), \
5108 FN(snprintf), \
[all …]
/linux/include/uapi/linux/
A Dbpf.h4943 FN(unspec), \
4955 FN(tail_call), \
4966 FN(redirect), \
4991 FN(set_hash), \
5007 FN(bind), \
5039 FN(tcp_sock), \
5048 FN(strtol), \
5049 FN(strtoul), \
5090 FN(d_path), \
5108 FN(snprintf), \
[all …]
/linux/drivers/gpu/drm/amd/display/dmub/src/
A Ddmub_reg.h67 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, \
81 FN(reg, f4), v4)
94 FN(reg, f1), v1,\
95 FN(reg, f2), v2)
101 FN(reg, f3), v3)
[all …]
/linux/Documentation/admin-guide/laptops/
A 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 F21
17 - FN-F6 (Airplane mode) - Generates RFKILL
18 - FN-F9 (Reader mode) - Generates F14
20 The rest of the FN keys work without a need for a special driver.
31 FN Lock
35 FN lock.
75 The keyboard backlight is also controlled by the key combination FN-F8
/linux/drivers/gpu/drm/amd/display/dc/dce/
A 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()
51 FN(DC_I2C_DDC1_SETUP, DC_I2C_DDC1_INTRA_BYTE_DELAY), 0); in execute_transaction()
290 FN(DC_I2C_DDC1_SPEED, DC_I2C_DDC1_THRESHOLD), 2, in set_speed()
295 FN(DC_I2C_DDC1_SPEED, DC_I2C_DDC1_THRESHOLD), 2); in set_speed()
337 FN(DC_I2C_DDC1_SETUP, DC_I2C_DDC1_ENABLE), 1); in setup_engine()
343 FN(DC_I2C_DDC1_SETUP, DC_I2C_DDC1_ENABLE), 1); in setup_engine()
[all …]
/linux/security/apparmor/include/
A Dlabel.h133 #define last_error(E, FN) \ argument
135 int __subE = (FN); \
182 last_error(__E, (FN)); \
216 #define fn_for_each_in_ns(L, P, FN) \ argument
222 last_error(__E, (FN)); \
228 #define fn_for_each_XXX(L, P, FN, ...) \ argument
233 last_error(__E, (FN)); \
238 #define fn_for_each(L, P, FN) fn_for_each_XXX(L, P, FN) argument
239 #define fn_for_each_confined(L, P, FN) fn_for_each_XXX(L, P, FN, _confined) argument
246 last_error(__E, (FN)); \
[all …]
A 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)
/linux/kernel/trace/
A Dbpf_trace.c1942 #define REPEAT_1(FN, DL, X, ...) FN(X) argument
1943 #define REPEAT_2(FN, DL, X, ...) FN(X) UNPACK DL REPEAT_1(FN, DL, __VA_ARGS__) argument
1944 #define REPEAT_3(FN, DL, X, ...) FN(X) UNPACK DL REPEAT_2(FN, DL, __VA_ARGS__) argument
1945 #define REPEAT_4(FN, DL, X, ...) FN(X) UNPACK DL REPEAT_3(FN, DL, __VA_ARGS__) argument
1946 #define REPEAT_5(FN, DL, X, ...) FN(X) UNPACK DL REPEAT_4(FN, DL, __VA_ARGS__) argument
1947 #define REPEAT_6(FN, DL, X, ...) FN(X) UNPACK DL REPEAT_5(FN, DL, __VA_ARGS__) argument
1948 #define REPEAT_7(FN, DL, X, ...) FN(X) UNPACK DL REPEAT_6(FN, DL, __VA_ARGS__) argument
1949 #define REPEAT_8(FN, DL, X, ...) FN(X) UNPACK DL REPEAT_7(FN, DL, __VA_ARGS__) argument
1950 #define REPEAT_9(FN, DL, X, ...) FN(X) UNPACK DL REPEAT_8(FN, DL, __VA_ARGS__) argument
1951 #define REPEAT_10(FN, DL, X, ...) FN(X) UNPACK DL REPEAT_9(FN, DL, __VA_ARGS__) argument
[all …]
/linux/include/trace/events/
A Dxdp.h13 #define __XDP_ACT_MAP(FN) \ argument
14 FN(ABORTED) \
15 FN(DROP) \
16 FN(PASS) \
17 FN(TX) \
18 FN(REDIRECT)
306 #define __MEM_TYPE_MAP(FN) \ argument
307 FN(PAGE_SHARED) \
308 FN(PAGE_ORDER0) \
309 FN(PAGE_POOL) \
[all …]
/linux/drivers/net/ethernet/qlogic/qlcnic/
A 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/drivers/gpu/drm/amd/display/dc/dcn301/
A Ddcn301_hubbub.c36 #undef FN
37 #define FN(reg_name, field_name) \ macro
46 #undef FN
47 #define FN(reg_name, field_name) \ macro
A Ddcn301_hwseq.c38 #undef FN
39 #define FN(reg_name, field_name) \ macro
A Ddcn301_dccg.c36 #undef FN
37 #define FN(reg_name, field_name) \ macro
/linux/drivers/gpu/drm/amd/display/dc/dcn201/
A Ddcn201_hubbub.c39 #undef FN
40 #define FN(reg_name, field_name) \ macro
49 #undef FN
50 #define FN(reg_name, field_name) \ macro
A Ddcn201_opp.c33 #undef FN
34 #define FN(reg_name, field_name) \ macro
A Ddcn201_dccg.c37 #undef FN
38 #define FN(reg_name, field_name) \ macro
/linux/drivers/gpu/drm/amd/display/dc/dcn303/
A Ddcn303_hwseq.c22 #undef FN
23 #define FN(reg_name, field_name) \ macro
/linux/drivers/gpu/drm/amd/display/dc/bios/
A Dbios_parser_helper.c53 #undef FN
54 #define FN(reg_name, field_name) \ macro
/linux/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_vmid.c37 #undef FN
38 #define FN(reg_name, field_name) \ macro
/linux/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_ipp.c35 #undef FN
36 #define FN(reg_name, field_name) \ macro
/linux/drivers/gpu/drm/amd/display/dc/dcn31/
A Ddcn31_vpg.c38 #undef FN
39 #define FN(reg_name, field_name) \ macro
A Ddcn31_afmt.c39 #undef FN
40 #define FN(reg_name, field_name) \ macro
/linux/Documentation/ABI/testing/
A 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/drivers/gpu/drm/amd/display/dc/dcn30/
A Ddcn30_dccg.c36 #undef FN
37 #define FN(reg_name, field_name) \ macro

Completed in 66 milliseconds

1234567