/linux-6.3-rc2/arch/mips/alchemy/devboards/ |
A D | pm.c | 192 #define ATTR(x) \ macro 197 ATTR(gpio0) /* GPIO-based wakeup enable */ 198 ATTR(gpio1) 199 ATTR(gpio2) 200 ATTR(gpio3) 201 ATTR(gpio4) 202 ATTR(gpio5) 203 ATTR(gpio6) 204 ATTR(gpio7) 205 ATTR(timer) /* TOYMATCH2-based wakeup enable */ [all …]
|
/linux-6.3-rc2/Documentation/userspace-api/netlink/ |
A D | genetlink-legacy.rst | 26 [ARRAY-ATTR] 30 [SOME-OTHER-ATTR] 31 [ARRAY-ATTR] 36 where ``ARRAY-ATTR`` is the array entry type. 43 [SOME-OTHER-ATTR] 44 [ARRAY-ATTR] 67 [ATTR-IDX]
|
/linux-6.3-rc2/include/linux/ceph/ |
A D | rados.h | 283 f(GETXATTR, __CEPH_OSD_OP(RD, ATTR, 1), "getxattr") \ 284 f(GETXATTRS, __CEPH_OSD_OP(RD, ATTR, 2), "getxattrs") \ 285 f(CMPXATTR, __CEPH_OSD_OP(RD, ATTR, 3), "cmpxattr") \ 288 f(SETXATTR, __CEPH_OSD_OP(WR, ATTR, 1), "setxattr") \ 289 f(SETXATTRS, __CEPH_OSD_OP(WR, ATTR, 2), "setxattrs") \ 290 f(RESETXATTRS, __CEPH_OSD_OP(WR, ATTR, 3), "resetxattrs") \ 291 f(RMXATTR, __CEPH_OSD_OP(WR, ATTR, 4), "rmxattr") \
|
/linux-6.3-rc2/drivers/comedi/drivers/ |
A D | s626.h | 447 #define S626_I2C_B2(ATTR, VAL) (((ATTR) << 6) | ((VAL) << 24)) argument 448 #define S626_I2C_B1(ATTR, VAL) (((ATTR) << 4) | ((VAL) << 16)) argument 449 #define S626_I2C_B0(ATTR, VAL) (((ATTR) << 2) | ((VAL) << 8)) argument
|
/linux-6.3-rc2/drivers/video/fbdev/matrox/ |
A D | matroxfb_misc.c | 233 hw->ATTR[i] = i; in matroxfb_vgaHWinit() 234 hw->ATTR[16] = 0x41; in matroxfb_vgaHWinit() 235 hw->ATTR[17] = 0xFF; in matroxfb_vgaHWinit() 236 hw->ATTR[18] = 0x0F; in matroxfb_vgaHWinit() 237 hw->ATTR[19] = 0x00; in matroxfb_vgaHWinit() 238 hw->ATTR[20] = 0x00; in matroxfb_vgaHWinit() 361 dprintk("%02X:", hw->ATTR[i]); in matroxfb_vgaHWrestore() 379 mga_outb(M_ATTR_INDEX, hw->ATTR[i]); in matroxfb_vgaHWrestore()
|
A D | matroxfb_base.h | 275 unsigned char ATTR[21]; member
|
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/ |
A D | test_verif_scale1.c | 5 #define ATTR __attribute__((noinline)) macro
|
A D | test_verif_scale2.c | 5 #define ATTR __always_inline macro
|
A D | test_verif_scale3.c | 5 #define ATTR __attribute__((noinline)) macro
|
A D | test_jhash.h | 35 static ATTR
|
A D | core_kern.c | 9 #define ATTR __always_inline macro
|
/linux-6.3-rc2/drivers/usb/misc/sisusbvga/ |
A D | sisusb_struct.h | 75 unsigned char ATTR[0x14]; member
|
/linux-6.3-rc2/Documentation/networking/device_drivers/ethernet/ti/ |
A D | am65_nuss_cpsw_switchdev.rst | 16 SUBSYSTEM=="net", ACTION=="add", ATTR{phys_switch_id}==<switchid>, \ 17 ATTR{phys_port_name}!="", NAME="sw0$attr{phys_port_name}"
|
A D | cpsw_switchdev.rst | 19 SUBSYSTEM=="net", ACTION=="add", ATTR{phys_switch_id}==<switchid>, \ 20 ATTR{phys_port_name}!="", NAME="sw0$attr{phys_port_name}"
|
/linux-6.3-rc2/arch/alpha/kernel/ |
A D | smc37c669.c | 2334 ip->attr = ATTR$M_WRITE | ATTR$M_READ; 2351 if ( fp->mode & ATTR$M_WRITE ) { 2372 if ( fp->mode & ATTR$M_WRITE ) {
|
/linux-6.3-rc2/fs/proc/ |
A D | base.c | 148 #define ATTR(LSM, NAME, MODE) \ macro 2840 ATTR("smack", "current", 0666), 2847 ATTR("apparmor", "current", 0666), 2848 ATTR("apparmor", "prev", 0444), 2849 ATTR("apparmor", "exec", 0666), 2855 ATTR(NULL, "current", 0666), 2856 ATTR(NULL, "prev", 0444), 2857 ATTR(NULL, "exec", 0666), 2858 ATTR(NULL, "fscreate", 0666), 2859 ATTR(NULL, "keycreate", 0666), [all …]
|
/linux-6.3-rc2/tools/include/uapi/linux/ |
A D | if_link.h | 1162 #define IFLA_STATS_FILTER_BIT(ATTR) (1 << (ATTR - 1)) argument
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | thunderbolt.rst | 37 ACTION=="add", SUBSYSTEM=="thunderbolt", ATTR{authorized}=="0", ATTR{authorized}="1" 197 …", SUBSYSTEM=="thunderbolt", ATTRS{iommu_dma_protection}=="1", ATTR{authorized}=="0", ATTR{authori…
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | if_link.h | 1244 #define IFLA_STATS_FILTER_BIT(ATTR) (1 << (ATTR - 1)) argument
|
/linux-6.3-rc2/drivers/video/fbdev/sis/ |
A D | vstruct.h | 137 unsigned char ATTR[0x14]; member
|
A D | init.c | 1927 ARdata = SiS_Pr->SiS_StandTable[StandTableIndex].ATTR[i]; in SiS_SetATTRegs()
|
/linux-6.3-rc2/drivers/net/ethernet/ibm/ |
A D | ibmveth.c | 1904 #define ATTR(_name, _mode) \ macro 1909 static ATTR(active, 0644); 1910 static ATTR(num, 0644); 1911 static ATTR(size, 0644);
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_mount.h | 317 __XFS_ADD_FEAT(attr, ATTR) in __XFS_ADD_FEAT() argument
|
/linux-6.3-rc2/drivers/bus/ |
A D | mvebu-mbus.c | 1161 #define ATTR(id) (((id) & 0x00FF0000) >> 16) macro 1244 attr = ATTR(windowid); in mbus_dt_setup()
|
/linux-6.3-rc2/Documentation/networking/ |
A D | switchdev.rst | 130 SUBSYSTEM=="net", ACTION=="add", ATTR{phys_switch_id}=="<phys_switch_id>", \ 131 ATTR{phys_port_name}!="", NAME="swX$attr{phys_port_name}"
|