Home
last modified time | relevance | path

Searched refs:label (Results 1 – 200 of 1187) sorted by relevance

123456

/linux-4.4.14/arch/powerpc/include/asm/
Dfeature-fixups.h32 #define START_FTR_SECTION(label) label##1: argument
34 #define FTR_SECTION_ELSE_NESTED(label) \ argument
35 label##2: \
36 .pushsection __ftr_alt_##label,"a"; \
38 label##3:
40 #define MAKE_FTR_SECTION_ENTRY(msk, val, label, sect) \ argument
41 label##4: \
45 label##5: \
48 FTR_ENTRY_OFFSET label##1b-label##5b; \
49 FTR_ENTRY_OFFSET label##2b-label##5b; \
[all …]
Dexception-64s.h54 #define __EXCEPTION_RELON_PROLOG_PSERIES_1(label, h) \ argument
57 LOAD_HANDLER(r12,label); \
65 #define __EXCEPTION_RELON_PROLOG_PSERIES_1(label, h) \ argument
70 b label;
72 #define EXCEPTION_RELON_PROLOG_PSERIES_1(label, h) \ argument
73 __EXCEPTION_RELON_PROLOG_PSERIES_1(label, h) \
80 #define EXCEPTION_RELON_PROLOG_PSERIES(area, label, h, extra, vec) \ argument
83 EXCEPTION_RELON_PROLOG_PSERIES_1(label, h)
91 #define LOAD_HANDLER(reg, label) \ argument
93 ori reg,reg,(label)-_stext; /* virt addr of handler ... */
[all …]
/linux-4.4.14/Documentation/blockdev/drbd/
Ddrbd-connection-state-overview.dot9 StandAlone [ style=filled,fillcolor=gray,label=StandAlone ]
13 Unconnected [ label=Unconnected ]
16 label="{communication loss|{Timeout|BrokenPipe|NetworkFailure}}" ]
21 label="try to connect, handshake"
23 WFConnection [ label=WFConnection ]
24 WFReportParams [ label=WFReportParams ]
27 TearDown [ label=TearDown ]
29 Connected [ label=Connected,style=filled,fillcolor=green,fontcolor=black ]
33 StartingSyncS [ label=StartingSyncS ]
34 StartingSyncT [ label=StartingSyncT ]
[all …]
Ddisk-states-8.dot2 Diskless -> Inconsistent [ label = "ioctl_set_disk()" ]
3 Diskless -> Consistent [ label = "ioctl_set_disk()" ]
4 Diskless -> Outdated [ label = "ioctl_set_disk()" ]
5 Consistent -> Outdated [ label = "receive_param()" ]
6 Consistent -> UpToDate [ label = "receive_param()" ]
7 Consistent -> Inconsistent [ label = "start resync" ]
8 Outdated -> Inconsistent [ label = "start resync" ]
9 UpToDate -> Inconsistent [ label = "ioctl_replicate" ]
10 Inconsistent -> UpToDate [ label = "resync completed" ]
11 Consistent -> Failed [ label = "io completion error" ]
[all …]
Dconn-states-8.dot2 StandAllone -> WFConnection [ label = "ioctl_set_net()" ]
3 WFConnection -> Unconnected [ label = "unable to bind()" ]
4 WFConnection -> WFReportParams [ label = "in connect() after accept" ]
5 WFReportParams -> StandAllone [ label = "checks in receive_param()" ]
6 WFReportParams -> Connected [ label = "in receive_param()" ]
7 WFReportParams -> WFBitMapS [ label = "sync_handshake()" ]
8 WFReportParams -> WFBitMapT [ label = "sync_handshake()" ]
9 WFBitMapS -> SyncSource [ label = "receive_bitmap()" ]
10 WFBitMapT -> SyncTarget [ label = "receive_bitmap()" ]
17 Connected -> WFConnection [ label = "* on network error" ]
Dnode-states-8.dot2 Secondary -> Primary [ label = "ioctl_set_state()" ]
3 Primary -> Secondary [ label = "ioctl_set_state()" ]
7 Secondary -> Primary [ label = "recv state packet" ]
8 Primary -> Secondary [ label = "recv state packet" ]
9 Primary -> Unknown [ label = "connection lost" ]
10 Secondary -> Unknown [ label = "connection lost" ]
11 Unknown -> Primary [ label = "connected" ]
12 Unknown -> Secondary [ label = "connected" ]
/linux-4.4.14/drivers/scsi/sym53c8xx_2/
Dsym_fw.h87 #define SYM_GEN_A(s, label) s label; argument
88 #define SYM_GEN_B(s, label) s label; argument
89 #define SYM_GEN_Z(s, label) s label; argument
165 #define SCRIPTA_BA(np, label) (np->fwa_bas.label) argument
166 #define SCRIPTB_BA(np, label) (np->fwb_bas.label) argument
167 #define SCRIPTZ_BA(np, label) (np->fwz_bas.label) argument
194 #define HADDR_1(label) (RELOC_SOFTC | offsetof(struct sym_hcb, label)) argument
195 #define HADDR_2(label,ofs) (RELOC_SOFTC | \ argument
196 (offsetof(struct sym_hcb, label)+(ofs)))
197 #define RADDR_1(label) (RELOC_REGISTER | REG(label)) argument
[all …]
Dsym_fw.c45 #define SYM_GEN_A(s, label) ((short) offsetof(s, label)), argument
46 #define SYM_GEN_B(s, label) ((short) offsetof(s, label)), argument
47 #define SYM_GEN_Z(s, label) ((short) offsetof(s, label)), argument
48 #define PADDR_A(label) SYM_GEN_PADDR_A(struct SYM_FWA_SCR, label) argument
49 #define PADDR_B(label) SYM_GEN_PADDR_B(struct SYM_FWB_SCR, label) argument
/linux-4.4.14/Documentation/scsi/scsi_transport_srp/
Drport_state_diagram.dot7 running_rta [ label = "running;\nreconnect\ntimer\nactive" ];
9 running [ label = "running;\nreconnect\ntimer\nstopped" ];
11 failfast [ label = "fail I/O\nfast" ];
14 …running -> running_rta [ label = "fast_io_fail_tmo = off and\ndev_loss_tmo = off;\nsrp_start_tl_f…
15 …running_rta -> running [ label = "fast_io_fail_tmo = off and\ndev_loss_tmo = off;\nreconnecting s…
16 …running -> blocked [ label = "fast_io_fail_tmo >= 0 or\ndev_loss_tmo >= 0;\nsrp_start_tl_fail_tim…
17 …running -> failfast [ label = "fast_io_fail_tmo = off and\ndev_loss_tmo = off;\nreconnecting fail…
18 blocked -> failfast [ label = "fast_io_fail_tmo\nexpired or\nreconnecting\nfailed" ];
19 blocked -> lost [ label = "dev_loss_tmo\nexpired or\nsrp_stop_rport_timers()" ];
20 failfast -> lost [ label = "dev_loss_tmo\nexpired or\nsrp_stop_rport_timers()" ];
[all …]
/linux-4.4.14/block/partitions/
Dsun.c57 } * label; in sun_partition() local
64 label = read_part_sector(state, 0, &sect); in sun_partition()
65 if (!label) in sun_partition()
68 p = label->partitions; in sun_partition()
69 if (be16_to_cpu(label->magic) != SUN_LABEL_MAGIC) { in sun_partition()
76 ush = ((__be16 *) (label+1)) - 1; in sun_partition()
77 for (csum = 0; ush >= ((__be16 *) label);) in sun_partition()
87 use_vtoc = ((be32_to_cpu(label->vtoc.sanity) == SUN_VTOC_SANITY) && in sun_partition()
88 (be32_to_cpu(label->vtoc.version) == 1) && in sun_partition()
89 (be16_to_cpu(label->vtoc.nparts) <= 8)); in sun_partition()
[all …]
Dibm.c70 union label_t *label) in find_label() argument
104 memcpy(label, data, sizeof(*label)); in find_label()
113 strncpy(type, label->vol.vollbl, 4); in find_label()
114 strncpy(name, label->vol.volid, 6); in find_label()
116 strncpy(type, label->lnx.vollbl, 4); in find_label()
117 strncpy(name, label->lnx.volid, 6); in find_label()
127 memset(label, 0, sizeof(*label)); in find_label()
136 union label_t *label) in find_vol1_partitions() argument
154 blk = cchhb2blk(&label->vol.vtoc, geo) + 1; in find_vol1_partitions()
198 union label_t *label, in find_lnx1_partitions() argument
[all …]
Dultrix.c24 } *label; in ultrix_partition() local
29 data = read_part_sector(state, (16384 - sizeof(*label))/512, &sect); in ultrix_partition()
33 label = (struct ultrix_disklabel *)(data + 512 - sizeof(*label)); in ultrix_partition()
35 if (label->pt_magic == PT_MAGIC && label->pt_valid == PT_VALID) { in ultrix_partition()
37 if (label->pt_part[i].pi_nblocks) in ultrix_partition()
39 label->pt_part[i].pi_blkoff, in ultrix_partition()
40 label->pt_part[i].pi_nblocks); in ultrix_partition()
Dsgi.c38 struct sgi_disklabel *label; in sgi_partition() local
42 label = read_part_sector(state, 0, &sect); in sgi_partition()
43 if (!label) in sgi_partition()
45 p = &label->partitions[0]; in sgi_partition()
46 magic = label->magic_mushroom; in sgi_partition()
53 ui = ((__be32 *) (label + 1)) - 1; in sgi_partition()
54 for(csum = 0; ui >= ((__be32 *) label);) { in sgi_partition()
Dosf.c52 } * label; in osf_partition() local
59 label = (struct disklabel *) (data+64); in osf_partition()
60 partition = label->d_partitions; in osf_partition()
61 if (le32_to_cpu(label->d_magic) != DISKLABELMAGIC) { in osf_partition()
65 if (le32_to_cpu(label->d_magic2) != DISKLABELMAGIC) { in osf_partition()
69 npartitions = le16_to_cpu(label->d_npartitions); in osf_partition()
Dkarma.c30 } __packed *label; in karma_partition() local
37 label = (struct disklabel *)data; in karma_partition()
38 if (le16_to_cpu(label->d_magic) != KARMA_LABEL_MAGIC) { in karma_partition()
43 p = label->d_partitions; in karma_partition()
/linux-4.4.14/Documentation/devicetree/bindings/leds/
Dleds-bcm6358.txt27 - label : see Documentation/devicetree/bindings/leds/common.txt
46 label = "white:alarm";
51 label = "white:tv";
56 label = "white:tel";
61 label = "white:adsl";
77 label = "red:power";
82 label = "green:power";
87 label = "blue:power";
92 label = "red:broadband";
96 label = "green:broadband";
[all …]
Dleds-netxbig.txt22 - label: Name for this LED. If omitted, the label is taken from the node name.
36 label = "netxbig:blue:power";
46 label = "netxbig:red:power";
55 label = "netxbig:blue:sata0";
65 label = "netxbig:red:sata0";
74 label = "netxbig:blue:sata1";
84 label = "netxbig:red:sata1";
Dregister-bit-led.txt22 - label : (optional)
44 label = "versatile:0";
52 label = "versatile:1";
60 label = "versatile:2";
68 label = "versatile:3";
75 label = "versatile:4";
82 label = "versatile:5";
89 label = "versatile:6";
96 label = "versatile:7";
Dpca963x.txt14 - label : (optional) see Documentation/devicetree/bindings/leds/common.txt
29 label = "red";
34 label = "green";
39 label = "blue";
44 label = "unused";
Dleds-tlc591xx.txt14 - label: (optional) name of LED
26 label = "wrt1900ac:amber:wan";
31 label = "wrt1900ac:white:2g";
36 label = "wrt1900ac:green:alive";
/linux-4.4.14/tools/net/
Dbpf_exp.y43 static void bpf_set_curr_label(char *label);
44 static void bpf_set_jmp_label(char *label, enum jmp_type type);
49 char *label; member
63 %token number label
65 %type <label> label
118 : label ':' { bpf_set_curr_label($1); }
335 : OP_JMP label {
341 : OP_JEQ '#' number ',' label ',' label {
345 | OP_JEQ 'x' ',' label ',' label {
349 | OP_JEQ '%' 'x' ',' label ',' label {
[all …]
/linux-4.4.14/arch/nios2/include/asm/
Dasm-macros.h108 .macro BTBZ reg1, reg2, bit, label
110 beq \reg1, r0, \label
120 .macro BTBNZ reg1, reg2, bit, label
122 bne \reg1, r0, \label
196 .macro BTCBZ reg1, reg2, bit, label
198 beq \reg1, r0, \label
209 .macro BTCBNZ reg1, reg2, bit, label
211 bne \reg1, r0, \label
222 .macro BTSBZ reg1, reg2, bit, label
224 beq \reg1, r0, \label
[all …]
/linux-4.4.14/arch/arm/boot/dts/
Dbcm4709-buffalo-wxr-1900dhp.dts31 label = "bcm53xx:green:usb";
37 label = "bcm53xx:amber:power";
43 label = "bcm53xx:white:power";
49 label = "bcm53xx:amber:router";
55 label = "bcm53xx:white:router";
61 label = "bcm53xx:amber:wan";
67 label = "bcm53xx:white:wan";
73 label = "bcm53xx:amber:wireless";
79 label = "bcm53xx:white:wireless";
91 label = "Power";
[all …]
Dusb_a9g20-dab-mmx.dtsi30 label = "user_led1";
37 * label = "user_led2";
42 label = "user_led3";
47 label = "user_led4";
52 label = "red";
57 label = "orange";
62 label = "green";
73 label = "user_pb1";
79 label = "user_pb2";
85 label = "user_pb3";
[all …]
Dbcm4708-smartrg-sr400ac.dts31 label = "bcm53xx:white:power";
37 label = "bcm53xx:amber:power";
43 label = "bcm53xx:white:usb2";
49 label = "bcm53xx:white:usb3";
55 label = "bcm53xx:green:usb3";
61 label = "bcm53xx:white:wps";
67 label = "bcm53xx:red:status";
73 label = "bcm53xx:green:status";
79 label = "bcm53xx:blue:status";
85 label = "bcm53xx:white:wan";
[all …]
Dkirkwood-dir665.dts101 label = "uboot";
107 label = "nvram";
113 label = "kernel";
118 label = "rootfs";
123 label = "cal_data";
129 label = "lang_pack";
153 label = "dir665:blue:usb";
160 label = "dir665:blue:internet";
164 label = "dir665:amber:internet";
168 label = "dir665:blue:5g";
[all …]
Dkirkwood-iconnect.dts97 label = "led_level";
102 label = "power:blue";
107 label = "power:red";
111 label = "usb1:blue";
115 label = "usb2:blue";
119 label = "usb3:blue";
123 label = "usb4:blue";
127 label = "otb:blue";
140 label = "OTB Button";
146 label = "Reset";
[all …]
Dbcm4708-buffalo-wzr-1750dhp.dts52 label = "bcm53xx:blue:usb";
58 label = "bcm53xx:red:power";
64 label = "bcm53xx:white:power";
70 label = "bcm53xx:blue:router";
76 label = "bcm53xx:amber:router";
82 label = "bcm53xx:blue:wan";
88 label = "bcm53xx:blue:wireless";
94 label = "bcm53xx:amber:wireless";
106 label = "Reset";
112 label = "AOSS";
[all …]
Dbcm4709-netgear-r7000.dts31 label = "bcm53xx:white:power";
37 label = "bcm53xx:amber:power";
43 label = "bcm53xx:white:5ghz";
49 label = "bcm53xx:white:2ghz";
55 label = "bcm53xx:white:wps";
61 label = "bcm53xx:white:wireless";
67 label = "bcm53xx:white:usb3";
73 label = "bcm53xx:white:usb2";
85 label = "WPS";
91 label = "WiFi";
[all …]
Darmada-xp-linksys-mamba.dts159 label = "mamba:amber:wan";
164 label = "mamba:white:wan";
169 label = "mamba:white:wlan_2g";
174 label = "mamba:white:wlan_5g";
179 label = "mamba:white:esata";
184 label = "mamba:white:usb2";
189 label = "mamba:white:usb3_1";
194 label = "mamba:white:usb3_2";
199 label = "mamba:white:wps";
204 label = "mamba:amber:wps";
[all …]
Dkirkwood-goflexnet.dts88 label = "status:green:health";
93 label = "status:orange:fault";
97 label = "status:white:left0";
101 label = "status:white:left1";
105 label = "status:white:left2";
109 label = "status:white:left3";
113 label = "status:white:right0";
117 label = "status:white:right1";
121 label = "status:white:right2";
125 label = "status:white:right3";
[all …]
Dusb_a9260_common.dtsi53 label = "at91bootstrap";
58 label = "barebox";
63 label = "bareboxenv";
68 label = "bareboxenv2";
73 label = "oftree";
78 label = "kernel";
83 label = "rootfs";
88 label = "data";
103 label = "user_led";
115 label = "user_pb";
Dkirkwood-nsa3x0-common.dtsi81 label = "Power Button";
86 label = "Copy Button";
91 label = "Reset Button";
123 label = "uboot";
128 label = "uboot_env";
132 label = "key_store";
136 label = "info";
140 label = "etc";
144 label = "kernel_1";
148 label = "rootfs1";
[all …]
Dbcm4708-asus-rt-ac56u.dts31 label = "bcm53xx:blue:usb3";
37 label = "bcm53xx:blue:wan";
43 label = "bcm53xx:blue:lan";
49 label = "bcm53xx:blue:power";
55 label = "bcm53xx:blue:all";
61 label = "bcm53xx:blue:2ghz";
68 label = "bcm53xx:blue:usb2";
80 label = "WiFi";
86 label = "Reset";
92 label = "WPS";
Dbcm47081-buffalo-wzr-600dhp2.dts52 label = "bcm53xx:green:power";
58 label = "bcm53xx:red:power";
64 label = "bcm53xx:green:router";
70 label = "bcm53xx:amber:router";
76 label = "bcm53xx:green:wan";
82 label = "bcm53xx:green:wireless";
88 label = "bcm53xx:amber:wireless";
100 label = "AOSS";
106 label = "Reset";
113 label = "Mode";
[all …]
Dtny_a9260_common.dtsi51 label = "at91bootstrap";
56 label = "barebox";
61 label = "bareboxenv";
66 label = "bareboxenv2";
71 label = "oftree";
76 label = "kernel";
81 label = "rootfs";
86 label = "data";
Dat91sam9261ek.dts78 label = "at91bootstrap";
83 label = "bootloader";
88 label = "bootloader env";
93 label = "device tree";
98 label = "kernel";
103 label = "rootfs";
162 label = "ds8";
168 label = "ds7";
174 label = "ds1";
184 label = "button_0";
[all …]
Dusb_a9263.dts81 label = "at91bootstrap";
86 label = "barebox";
91 label = "bareboxenv";
96 label = "bareboxenv2";
101 label = "oftree";
106 label = "kernel";
111 label = "rootfs";
116 label = "data";
131 label = "user_led";
143 label = "user_pb";
Dkirkwood-mv88f6281gtw-ge.dts90 label = "gtw:green:Status";
95 label = "gtw:red:Status";
100 label = "gtw:green:USB";
113 label = "SWR Button";
118 label = "WPS Button";
139 label = "lan1";
144 label = "lan2";
149 label = "lan3";
154 label = "lan4";
159 label = "wan";
[all …]
Dtny_a9263.dts61 label = "at91bootstrap";
66 label = "barebox";
71 label = "bareboxenv";
76 label = "bareboxenv2";
81 label = "oftree";
86 label = "kernel";
91 label = "rootfs";
96 label = "data";
Dbcm4708-asus-rt-ac68u.dts31 label = "bcm53xx:blue:usb2";
37 label = "bcm53xx:blue:power";
43 label = "bcm53xx:white:logo";
49 label = "bcm53xx:blue:usb3";
61 label = "Backlight";
67 label = "WPS";
73 label = "Reset";
79 label = "WiFi";
Dbcm4708-netgear-r6300-v2.dts31 label = "bcm53xx:white:logo";
37 label = "bcm53xx:green:power";
43 label = "bcm53xx:amber:power";
49 label = "bcm53xx:blue:usb";
55 label = "bcm53xx:blue:wireless";
67 label = "WPS";
73 label = "WiFi";
79 label = "Reset";
Dpm9g45.dts100 label = "at91bootstrap";
105 label = "barebox";
110 label = "bareboxenv";
115 label = "bareboxenv2";
120 label = "root";
125 label = "data";
144 label = "led0";
150 label = "led1";
162 label = "SW4";
168 label = "SW3";
Dkirkwood-nsa310.dts100 label = "nsa310:green:sys";
104 label = "nsa310:red:sys";
108 label = "nsa310:green:hdd";
112 label = "nsa310:red:hdd";
116 label = "nsa310:green:esata";
120 label = "nsa310:red:esata";
124 label = "nsa310:green:usb";
128 label = "nsa310:red:usb";
132 label = "nsa310:green:copy";
136 label = "nsa310:red:copy";
Dat91sam9263ek.dts135 label = "at91bootstrap";
140 label = "barebox";
145 label = "bareboxenv";
150 label = "bareboxenv2";
155 label = "oftree";
160 label = "kernel";
165 label = "rootfs";
170 label = "data";
188 label = "d3";
194 label = "d2";
[all …]
Dbcm4708-netgear-r6250.dts42 label = "bcm53xx:white:logo";
48 label = "bcm53xx:green:power";
54 label = "bcm53xx:amber:power";
60 label = "bcm53xx:blue:usb";
66 label = "bcm53xx:blue:wireless";
78 label = "WPS";
84 label = "WiFi";
90 label = "Reset";
Dkirkwood-nsa310a.dts78 label = "nsa310:green:sys";
82 label = "nsa310:red:sys";
86 label = "nsa310:green:hdd";
90 label = "nsa310:red:hdd";
94 label = "nsa310:green:esata";
98 label = "nsa310:red:esata";
102 label = "nsa310:green:usb";
106 label = "nsa310:green:copy";
110 label = "nsa310:red:copy";
Dat91-qil_a9260.dts126 label = "at91bootstrap";
131 label = "barebox";
136 label = "bareboxenv";
141 label = "bareboxenv2";
146 label = "oftree";
151 label = "kernel";
156 label = "rootfs";
161 label = "data";
171 label = "user_led";
183 label = "user_pb";
Danimeo_ip.dts102 label = "barebox";
107 label = "u_boot_env";
112 label = "ubi";
128 label = "power_green";
134 label = "power_red";
139 label = "tx_green";
144 label = "tx_red";
155 label = "keyswitch_in";
162 label = "error_in";
169 label = "btn";
Dkirkwood-mplcec4.dts127 label = "status:green:health";
132 label = "user1:orange";
138 label = "user1:green";
144 label = "user0:orange";
150 label = "user0:green";
156 label = "status:orange:misc";
168 label = "uboot";
173 label = "env";
178 label = "fdt";
183 label = "kernel";
[all …]
Dkirkwood-openblocks_a6.dts98 label = "obsa6:red:stat";
103 label = "obsa6:green:stat";
108 label = "obsa6:yellow:stat";
121 label = "Init Button";
133 label = "uboot";
138 label = "env";
143 label = "test";
148 label = "conf";
153 label = "linux";
158 label = "user";
Dea3250.dts65 label = "ea3250-boot";
71 label = "ea3250-uboot";
77 label = "ea3250-kernel";
82 label = "ea3250-rootfs";
169 label = "Interrupt Key";
174 label = "KEY1";
179 label = "KEY2";
184 label = "KEY3";
189 label = "KEY4";
194 label = "Joystick Key 0";
[all …]
Dkirkwood-netgear_readynas_nv+_v2.dts140 label = "status:blue:power_led";
146 label = "status:blue:backup_led";
151 label = "status:blue:disk1_led";
156 label = "status:blue:disk2_led";
161 label = "status:blue:disk3_led";
166 label = "status:blue:disk4_led";
178 label = "Power Button";
184 label = "Reset Button";
190 label = "Backup Button";
226 label = "u-boot";
[all …]
Domap3430-sdp.dts88 label = "bootloader-nor";
92 label = "params-nor";
96 label = "kernel-nor";
100 label = "filesystem-nor";
128 label = "xloader-nand";
132 label = "bootloader-nand";
136 label = "params-nand";
140 label = "kernel-nand";
144 label = "filesystem-nand";
173 label = "xloader-onenand";
[all …]
Dbcm4709-netgear-r8000.dts31 label = "bcm53xx:white:power";
37 label = "bcm53xx:amber:power";
43 label = "bcm53xx:white:5ghz-1";
49 label = "bcm53xx:white:2ghz";
61 label = "WiFi";
67 label = "WPS";
73 label = "Reset";
Dkirkwood-netgear_readynas_duo_v2.dts133 label = "status:blue:power_led";
139 label = "status:blue:activity_led";
144 label = "status:blue:disk1_led";
149 label = "status:blue:disk2_led";
154 label = "status:blue:backup_led";
166 label = "Power Button";
172 label = "Reset Button";
178 label = "Backup Button";
214 label = "u-boot";
220 label = "u-boot-env";
[all …]
Darmada-385-linksys-cobra.dts57 label = "cobra:amber:wan";
62 label = "cobra:white:wan";
67 label = "cobra:white:wlan_2g";
72 label = "cobra:white:wlan_5g";
77 label = "cobra:white:usb2";
82 label = "cobra:white:usb3_1";
87 label = "cobra:white:usb3_2";
92 label = "cobra:white:wps";
97 label = "cobra:amber:wps";
107 label = "cobra:white:power";
[all …]
Dat91sam9rlek.dts73 label = "at91bootstrap";
78 label = "bootloader";
83 label = "bootloader env";
88 label = "device tree";
93 label = "kernel";
98 label = "rootfs";
190 label = "ds1";
196 label = "ds2";
206 label = "ds3";
216 label = "right_click";
[all …]
Darmada-385-linksys-caiman.dts57 label = "caiman:amber:wan";
62 label = "caiman:white:wan";
67 label = "caiman:white:wlan_2g";
72 label = "caiman:white:wlan_5g";
77 label = "caiman:white:usb2";
82 label = "caiman:white:usb3_1";
87 label = "caiman:white:usb3_2";
92 label = "caiman:white:wps";
97 label = "caiman:amber:wps";
107 label = "caiman:white:power";
[all …]
Dkirkwood-rd88f6281.dtsi80 label = "lan1";
85 label = "lan2";
90 label = "lan3";
95 label = "lan4";
100 label = "cpu";
110 label = "u-boot";
116 label = "uImage";
121 label = "rootfs";
Dimx28-apf28.dts31 label = "u-boot";
36 label = "env";
41 label = "env2";
46 label = "dtb";
51 label = "splash";
56 label = "kernel";
61 label = "rootfs";
Dbcm47081-asus-rt-n18u.dts31 label = "bcm53xx:blue:power";
37 label = "bcm53xx:blue:usb2";
43 label = "bcm53xx:blue:wan";
49 label = "bcm53xx:blue:lan";
55 label = "bcm53xx:blue:usb3";
67 label = "Reset";
73 label = "WPS";
Dat91sam9x5cm.dtsi50 label = "at91bootstrap";
55 label = "u-boot";
60 label = "U-Boot Env";
65 label = "kernel";
70 label = "rootfs";
80 label = "pb18";
86 label = "pd21";
Dspear320-hmi.dts109 label = "xloader";
113 label = "u-boot";
117 label = "environment";
121 label = "dtb";
125 label = "linux";
129 label = "rootfs";
140 label = "user button 1";
148 label = "user button 2";
185 label = "xloader";
189 label = "u-boot";
[all …]
Dkirkwood-synology.dtsi227 label = "RedBoot";
232 label = "zImage";
237 label = "rd.gz";
242 label = "vendor";
247 label = "RedBoot config";
252 label = "FIS directory";
424 label = "synology:alarm";
438 label = "synology:green:hdd1";
443 label = "synology:amber:hdd1";
448 label = "synology:green:hdd2";
[all …]
Ds3c6410-mini6410.dts78 label = "K1";
85 label = "K2";
92 label = "K3";
99 label = "K4";
106 label = "K5";
113 label = "K6";
120 label = "K7";
127 label = "K8";
140 label = "LED1";
146 label = "LED2";
[all …]
Dat91sam9g20ek_common.dtsi133 label = "at91bootstrap";
138 label = "barebox";
143 label = "bareboxenv";
148 label = "bareboxenv2";
153 label = "oftree";
158 label = "kernel";
163 label = "rootfs";
168 label = "data";
197 label = "Button 3";
204 label = "Button 4";
Dkirkwood-ib62x0.dts66 label = "USB Copy";
71 label = "Reset";
84 label = "ib62x0:green:os";
89 label = "ib62x0:red:os";
93 label = "ib62x0:red:usb_copy";
110 label = "u-boot";
115 label = "u-boot environment";
120 label = "uImage";
125 label = "root";
Darmada-385-linksys.dtsi137 label = "u-boot";
143 label = "u_env";
148 label = "s_env";
153 label = "devinfo";
160 label = "kernel1";
165 label = "rootfs1";
171 label = "kernel2";
176 label = "rootfs2";
184 label = "syscfg";
195 label = "unused_area";
[all …]
Dr8a73a4-ape6evm.dts79 label = "GNSS_EN";
83 label = "NFC_NRST";
87 label = "GNSS_NRST";
91 label = "BT_WAKEUP";
95 label = "STROBE";
99 label = "BBRESETOUT";
112 label = "S16";
119 label = "S17";
125 label = "S18";
131 label = "S19";
[all …]
Dkirkwood-topkick.dts130 label = "topkick:yellow:disk";
135 label = "topkick:red:system";
139 label = "topkick:blue:system";
144 label = "topkick:green:wifi";
148 label = "topkick:yellow:wifi";
177 label = "u-boot";
182 label = "u-boot env";
187 label = "uImage";
192 label = "uInitrd";
197 label = "rootfs";
Dkirkwood-openblocks_a7.dts116 label = "obsa7:red:stat";
121 label = "obsa7:green:stat";
126 label = "obsa7:yellow:stat";
139 label = "Init Button";
151 label = "uboot";
156 label = "env";
161 label = "test";
166 label = "conf";
171 label = "linux";
176 label = "user";
Dlpc4350-hitex-eval.dts49 label = "joy:right";
55 label = "joy:up";
62 label = "joy:enter";
68 label = "joy:left";
74 label = "joy:down";
80 label = "user:sw3";
86 label = "user:sw4";
92 label = "user:sw5";
102 label = "ext:led0";
108 label = "ext:led1";
[all …]
Dkirkwood-iomega_ix2_200.dts130 label = "status:white:power_led";
135 label = "status:white:rebuild_led";
139 label = "status:red:health_led";
143 label = "status:blue:backup_led";
157 label = "Power Button";
162 label = "Reset Button";
167 label = "OTB Button";
182 label = "u-boot";
188 label = "env";
194 label = "uImage";
[all …]
Dkirkwood-lsxl.dtsi84 label = "uboot";
90 label = "dtb";
96 label = "uboot_env";
111 label = "Function Button";
116 label = "Power-on Switch";
122 label = "Power-auto Switch";
137 label = "lsxl:blue:func";
142 label = "lsxl:red:alarm";
147 label = "lsxl:amber:info";
152 label = "lsxl:blue:power";
[all …]
Dat91-kizbox.dts68 label = "bootstrap";
73 label = "ubi";
85 label = "PB_RST";
92 label = "PB_USER";
112 label = "pwm:green:network";
119 label = "pwm:red:network";
126 label = "pwm:green:user";
133 label = "pwm:red:user";
Dkirkwood-lswxl.dts130 label = "uboot";
136 label = "dtb";
142 label = "uboot_env";
157 label = "Function Button";
163 label = "Power-on Switch";
170 label = "Power-auto Switch";
187 label = "lswxl:blue:func";
192 label = "lswxl:red:alarm";
197 label = "lswxl:amber:info";
202 label = "lswxl:blue:power";
[all …]
Dat91sam9m10g45ek.dts255 label = "bootstrap/uboot/kernel";
260 label = "rootfs";
265 label = "data";
286 label = "d8";
296 label = "d6";
303 label = "d7";
314 label = "left_click";
321 label = "right_click";
328 label = "Joystick Left";
334 label = "Joystick Right";
[all …]
Dkirkwood-lswvl.dts130 label = "uboot";
136 label = "dtb";
142 label = "uboot_env";
157 label = "Function Button";
163 label = "Power-on Switch";
170 label = "Power-auto Switch";
187 label = "lswvl:red:alarm";
192 label = "lswvl:red:func";
197 label = "lswvl:amber:info";
202 label = "lswvl:blue:func";
[all …]
Dat91rm9200ek.dts95 label = "barebox";
100 label = "bareboxenv";
105 label = "kernel";
110 label = "root";
120 label = "green";
126 label = "yellow";
132 label = "red";
Dkirkwood-ts219.dtsi59 label = "U-Boot";
64 label = "Kernel";
69 label = "RootFS1";
73 label = "RootFS2";
77 label = "U-Boot Config";
81 label = "NAS Config";
Darmada-370-seagate-nas-xbay.dtsi101 label = "u-boot";
105 label = "device-tree";
109 label = "linux";
113 label = "rootfs";
163 label = "Power button";
169 label = "Backup button";
175 label = "Reset Button";
186 label = "dart:white:power";
192 label = "dart:red:power";
196 label = "dart:red:sata0";
[all …]
Dsama5d3xcm.dtsi83 label = "at91bootstrap";
88 label = "bootloader";
93 label = "bootloader env";
98 label = "device tree";
103 label = "kernel";
108 label = "rootfs";
118 label = "d2";
Dimx27-apf27.dts91 label = "u-boot";
96 label = "env";
101 label = "env2";
106 label = "firmware";
111 label = "dtb";
116 label = "kernel";
121 label = "rootfs";
Dk2hk-evm.dts61 label = "keystone:green:debug1";
66 label = "keystone:red:debug1";
71 label = "keystone:blue:debug2";
76 label = "keystone:blue:debug3";
123 label = "u-boot";
129 label = "params";
135 label = "ubifs";
159 label = "u-boot-spl";
165 label = "misc";
Dkirkwood-guruplug-server-plus.dts62 label = "guruplug:red:health";
66 label = "guruplug:green:health";
70 label = "guruplug:red:wmode";
74 label = "guruplug:green:wmode";
84 label = "u-boot";
90 label = "uImage";
95 label = "data";
Domap3-ldp.dts35 label = "enter";
42 label = "f1";
49 label = "f2";
56 label = "f3";
63 label = "f4";
70 label = "left";
77 label = "right";
84 label = "up";
91 label = "down";
129 label = "X-Loader";
[all …]
Darmada-xp-lenovo-ix4-300d.dts155 label = "u-boot";
161 label = "u-boot-env";
167 label = "u-boot-env2";
173 label = "zImage";
178 label = "initrd";
183 label = "boot";
188 label = "flash";
202 label = "Power Button";
208 label = "Reset Button";
214 label = "Select Button";
[all …]
Dkirkwood-dns320.dts27 label = "dns320:blue:power";
32 label = "dns320:blue:usb";
36 label = "dns320:orange:l_hdd";
40 label = "dns320:orange:r_hdd";
44 label = "dns320:orange:usb";
Domap3-pandora-common.dtsi32 label = "tv";
49 label = "pandora::sd1";
56 label = "pandora::sd2";
63 label = "pandora::bluetooth";
70 label = "pandora::wifi";
84 label = "up";
91 label = "down";
98 label = "left";
105 label = "right";
112 label = "game 1";
[all …]
Dkirkwood-dns325.dts27 label = "dns325:white:power";
32 label = "dns325:white:usb";
36 label = "dns325:red:l_hdd";
40 label = "dns325:red:r_hdd";
44 label = "dns325:red:usb";
Dpicoxcell-pc7302-pc3x2.dts55 label = "Boot";
60 label = "Redundant Boot";
65 label = "Boot Evironment";
70 label = "Redundant Boot Environment";
75 label = "Kernel";
80 label = "File System";
Dspear600-evb.dts67 label = "xloader";
71 label = "u-boot";
75 label = "environment";
79 label = "dtb";
83 label = "linux";
87 label = "rootfs";
Dmoxart-uc7112lx.dts35 label = "bootloader";
39 label = "linux kernel";
43 label = "root filesystem";
47 label = "user filesystem";
55 label = "ready-led";
68 label = "GPIO Reset";
Dkirkwood-netxbig.dtsi44 label = "u-boot";
66 label = "Back power switch (on|auto)";
72 label = "Back power switch (auto|off)";
78 label = "Function button";
131 label = "netxbig:blue:power";
141 label = "netxbig:red:power";
150 label = "netxbig:blue:sata0";
160 label = "netxbig:red:sata0";
169 label = "netxbig:blue:sata1";
179 label = "netxbig:red:sata1";
Dbcm4709-asus-rt-ac87u.dts31 label = "bcm53xx:blue:wps";
37 label = "bcm53xx:blue:power";
43 label = "bcm53xx:red:wan";
55 label = "WPS";
61 label = "Reset";
Dam335x-phycore-som.dtsi203 label = "xload";
207 label = "xload_backup1";
211 label = "xload_backup2";
215 label = "xload_backup3";
219 label = "barebox";
223 label = "bareboxenv";
227 label = "oftree";
231 label = "kernel";
235 label = "root";
350 label = "xload";
[all …]
Dspear1310-evb.dts129 label = "xloader";
133 label = "u-boot";
137 label = "environment";
141 label = "dtb";
145 label = "linux";
149 label = "rootfs";
160 label = "wakeup";
188 label = "xloader";
192 label = "u-boot";
196 label = "environment";
[all …]
Dpicoxcell-pc7302-pc3x3.dts61 label = "Boot";
66 label = "Redundant Boot";
71 label = "Boot Evironment";
76 label = "Redundant Boot Environment";
81 label = "Kernel";
86 label = "File System";
Dkirkwood-dreamplug.dts52 label = "u-boot";
57 label = "u-boot env";
62 label = "dtb";
88 label = "dreamplug:blue:bluetooth";
92 label = "dreamplug:green:wifi";
96 label = "dreamplug:green:wifi_ap";
Dat91-kizboxmini.dts81 label = "bootstrap";
86 label = "ubi";
98 label = "PB_PROG";
105 label = "PB_RST";
116 label = "pwm:green:user";
123 label = "pwm:red:user";
Dat91-kizbox2.dts154 label = "bootstrap";
159 label = "ubi";
171 label = "PB_PROG";
178 label = "PB_RST";
185 label = "PB_USER";
196 label = "pwm:blue:user";
203 label = "pwm:green:user";
210 label = "pwm:red:user";
Domap2420-n8x0-common.dtsi80 label = "bootloader";
85 label = "config";
89 label = "kernel";
93 label = "initfs";
97 label = "rootfs";
101 label = "omap2-onenand";
Dimx28-m28.dtsi32 label = "bootloader";
38 label = "environment";
43 label = "redundant-environment";
48 label = "kernel";
53 label = "filesystem";
Darmada-370-netgear-rn104.dts168 label = "u-boot";
174 label = "u-boot-env";
180 label = "uImage";
185 label = "minirootfs";
191 label = "ubifs";
212 label = "rn104:blue:backup";
218 label = "rn104:blue:pwr";
224 label = "rn104:blue:sata1";
230 label = "rn104:blue:sata2";
236 label = "rn104:blue:sata3";
[all …]
Dkirkwood-nsa320.dts159 label = "nsa320:green:sys";
163 label = "nsa320:orange:sys";
167 label = "nsa320:green:hdd1";
171 label = "nsa320:red:hdd1";
175 label = "nsa320:green:hdd2";
179 label = "nsa320:red:hdd2";
183 label = "nsa320:green:usb";
187 label = "nsa320:green:copy";
191 label = "nsa320:red:copy";
Domap3-overo-alto35-common.dtsi24 label = "overo:red:gpio148";
28 label = "overo:yellow:gpio150";
32 label = "overo:blue:gpio151";
36 label = "overo:green:gpio170";
48 label = "button0";
Dkirkwood-pogo_e02.dts39 label = "pogo_e02:green:health";
44 label = "pogo_e02:orange:fault";
100 label = "u-boot";
106 label = "uImage";
111 label = "pogoplug";
116 label = "root";
Dkirkwood-dnskw.dtsi17 label = "Power button";
22 label = "USB unmount button";
27 label = "Reset button";
190 label = "u-boot";
196 label = "uImage";
201 label = "ramdisk";
206 label = "image";
211 label = "mini firmware";
216 label = "config";
Dkirkwood-dockstar.dts45 label = "status:green:health";
50 label = "status:orange:fault";
79 label = "u-boot";
85 label = "uImage";
90 label = "data";
Darmada-370-netgear-rn102.dts155 label = "u-boot";
161 label = "u-boot-env";
167 label = "uImage";
172 label = "minirootfs";
178 label = "ubifs";
202 label = "rn102:blue:pwr";
208 label = "rn102:blue:sata1";
214 label = "rn102:blue:sata2";
220 label = "rn102:blue:backup";
234 label = "Power Button";
[all …]
Daks-cdu.dts72 label = "bootstrap";
77 label = "uboot";
81 label = "ubootenv";
85 label = "kernel";
89 label = "rootfs";
Dr8a7791-koelsch.dts81 label = "SW2-1";
88 label = "SW2-2";
95 label = "SW2-3";
102 label = "SW2-4";
109 label = "SW30";
116 label = "SW31";
123 label = "SW32";
130 label = "SW33";
137 label = "SW34";
144 label = "SW35";
[all …]
Dspear1340-evb.dts141 label = "xloader";
145 label = "u-boot";
149 label = "environment";
153 label = "dtb";
157 label = "linux";
161 label = "rootfs";
186 label = "xloader";
190 label = "u-boot";
194 label = "environment";
198 label = "dtb";
[all …]
Darmada-370-dlink-dns327l.dts109 label = "u-boot";
116 label = "u-boot-env";
123 label = "uImage";
129 label = "ubifs";
136 label = "failsafe-uImage";
142 label = "failsafe-fs";
148 label = "bbt";
165 label = "Power Button";
171 label = "Backup Button";
177 label = "Reset Button";
[all …]
Dimx27-phytec-phycore-rdk.dts228 label = "system:red1:user";
233 label = "system:green1:user";
238 label = "system:blue1:user";
243 label = "system:red2:user";
248 label = "system:green2:user";
253 label = "system:blue2:user";
258 label = "system:red3:nand";
264 label = "system:green3:live";
270 label = "system:blue3:cpu";
Dat91-sama5d3_xplained.dts249 label = "at91bootstrap";
254 label = "bootloader";
259 label = "bootloader env";
264 label = "device tree";
269 label = "kernel";
274 label = "rootfs";
316 label = "PB_USER";
327 label = "d2";
333 label = "d3";
Domap3-overo-palo43-common.dtsi24 label = "overo:red:gpio21";
29 label = "overo:blue:gpio22";
41 label = "button0";
47 label = "button1";
Domap3-overo-palo35-common.dtsi24 label = "overo:red:gpio21";
29 label = "overo:blue:gpio22";
41 label = "button0";
47 label = "button1";
Ddra7-evm.dts107 label = "dra7:usr1";
113 label = "dra7:usr2";
119 label = "dra7:usr3";
125 label = "dra7:usr4";
138 label = "btnUser1";
144 label = "btnUser2";
673 label = "QSPI.SPL";
677 label = "QSPI.SPL.backup1";
681 label = "QSPI.SPL.backup2";
685 label = "QSPI.SPL.backup3";
[all …]
Domap3-devkit8000-common.dtsi22 label = "devkit8000::led1";
29 label = "devkit8000::led2";
36 label = "devkit8000::led3";
43 label = "devkit8000::pmu_stat";
64 label = "user";
99 label = "dvi";
114 label = "tv";
231 label = "X-Loader";
236 label = "U-Boot";
241 label = "U-Boot Env";
[all …]
Dat91-cosino.dtsi104 label = "at91bootstrap";
109 label = "u-boot";
114 label = "U-Boot Env";
119 label = "kernel";
124 label = "rootfs";
Domap3-overo-gallop43-common.dtsi24 label = "overo:red:gpio21";
29 label = "overo:blue:gpio22";
41 label = "button0";
47 label = "button1";
Dsh73a0-kzm9g.dts91 label = "LED1";
95 label = "LED2";
99 label = "LED3";
103 label = "LED4";
113 label = "SW3";
119 label = "SW2-R";
125 label = "SW2-L";
131 label = "SW2-P";
137 label = "SW2-U";
143 label = "SW2-D";
[all …]
Dkirkwood-laplug.dts66 label = "Power push button";
76 label = "laplug_v2:red:power";
80 label = "laplug_v2:blue:power";
141 label = "u-boot";
147 label = "uImage";
152 label = "rootfs";
Dkirkwood-net5big.dts92 label = "netxbig:blue:sata2";
102 label = "netxbig:red:sata2";
111 label = "netxbig:blue:sata3";
121 label = "netxbig:red:sata3";
130 label = "netxbig:blue:sata4";
140 label = "netxbig:red:sata4";
/linux-4.4.14/drivers/gpio/
Dgpiolib.h101 const char *label; member
106 int gpiod_request(struct gpio_desc *desc, const char *label);
122 pr_emerg("gpio-%d (%s): " fmt, desc_to_gpio(desc), desc->label ? : "?",\
125 pr_crit("gpio-%d (%s): " fmt, desc_to_gpio(desc), desc->label ? : "?", \
128 pr_err("gpio-%d (%s): " fmt, desc_to_gpio(desc), desc->label ? : "?", \
131 pr_warn("gpio-%d (%s): " fmt, desc_to_gpio(desc), desc->label ? : "?", \
134 pr_info("gpio-%d (%s): " fmt, desc_to_gpio(desc), desc->label ? : "?", \
137 pr_debug("gpio-%d (%s): " fmt, desc_to_gpio(desc), desc->label ? : "?",\
143 pr_emerg("GPIO chip %s: " fmt, chip->label, ##__VA_ARGS__)
145 pr_crit("GPIO chip %s: " fmt, chip->label, ##__VA_ARGS__)
[all …]
Dgpio-samsung.c732 BUG_ON(!gc->label); in samsung_gpiolib_add()
750 gc->label); in samsung_gpiolib_add()
752 pr_err("gpio: %s has no PM function\n", gc->label); in samsung_gpiolib_add()
906 .label = "GPIOA",
915 .label = "GPIOB",
922 .label = "GPIOC",
929 .label = "GPIOD",
935 .label = "GPIOE",
943 .label = "GPIOF",
952 .label = "GPIOG",
[all …]
Dgpio-etraxfs.c75 const char *label; member
95 .label = "A",
102 .label = "B",
109 .label = "C",
116 .label = "D",
123 .label = "E",
142 .label = "A",
149 .label = "B",
156 .label = "C",
163 .label = "D",
[all …]
Dgpiolib-legacy.c20 int gpio_request_one(unsigned gpio, unsigned long flags, const char *label) in gpio_request_one() argument
40 err = gpiod_request(desc, label); in gpio_request_one()
67 int gpio_request(unsigned gpio, const char *label) in gpio_request() argument
75 return gpiod_request(desc, label); in gpio_request()
89 err = gpio_request_one(array->gpio, array->flags, array->label); in gpio_request_array()
/linux-4.4.14/arch/sparc/include/asm/
Dhead_64.h34 #define BRANCH_IF_SUN4V(tmp1,label) \ argument
37 brnz,pn %tmp1, label; \
40 #define BRANCH_IF_CHEETAH_BASE(tmp1,tmp2,label) \ argument
46 be,pn %icc, label; \
49 #define BRANCH_IF_JALAPENO(tmp1,tmp2,label) \ argument
55 be,pn %icc, label; \
58 #define BRANCH_IF_CHEETAH_PLUS_OR_FOLLOWON(tmp1,tmp2,label) \ argument
66 bgeu,pt %xcc, label; \
69 #define BRANCH_IF_ANY_CHEETAH(tmp1,tmp2,label) \ argument
77 bgeu,pt %xcc, label; \
Dbackoff.h54 #define BACKOFF_SPIN(reg, tmp, label) \ argument
69 bg,pn %xcc, label; \
71 ba,pt %xcc, label; \
81 #define BACKOFF_SPIN(reg, tmp, label) argument
/linux-4.4.14/net/ipv6/
Daddrlabel.c37 u32 label; member
83 u32 label; member
87 .label = 1,
91 .label = 5,
95 .label = 11,
99 .label = 2,
103 .label = 12,
107 .label = 6,
111 .label = 7,
115 .label = 4,
[all …]
Dip6_flowlabel.c74 static inline struct ip6_flowlabel *__fl_lookup(struct net *net, __be32 label) in __fl_lookup() argument
78 for_each_fl_rcu(FL_HASH(label), fl) { in __fl_lookup()
79 if (fl->label == label && net_eq(fl->fl_net, net)) in __fl_lookup()
85 static struct ip6_flowlabel *fl_lookup(struct net *net, __be32 label) in fl_lookup() argument
90 fl = __fl_lookup(net, label); in fl_lookup()
196 struct ip6_flowlabel *fl, __be32 label) in fl_intern() argument
200 fl->label = label & IPV6_FLOWLABEL_MASK; in fl_intern()
203 if (label == 0) { in fl_intern()
205 fl->label = htonl(prandom_u32())&IPV6_FLOWLABEL_MASK; in fl_intern()
206 if (fl->label) { in fl_intern()
[all …]
/linux-4.4.14/drivers/regulator/
Dtwl-regulator.c835 #define TWL4030_FIXED_LDO(label, offset, mVolts, num, turnon_delay, \ argument
837 TWL_FIXED_LDO(label, offset, mVolts, num, turnon_delay, \
839 #define TWL6030_FIXED_LDO(label, offset, mVolts, turnon_delay) \ argument
840 TWL_FIXED_LDO(label, offset, mVolts, 0x0, turnon_delay, \
843 #define TWL4030_ADJUSTABLE_LDO(label, offset, num, turnon_delay, remap_conf) \ argument
844 static const struct twlreg_info TWL4030_INFO_##label = { \
847 .table_len = ARRAY_SIZE(label##_VSEL_table), \
848 .table = label##_VSEL_table, \
851 .name = #label, \
852 .id = TWL4030_REG_##label, \
[all …]
/linux-4.4.14/samples/seccomp/
Dbpf-helper.c38 labels->labels[filter->k].label); in bpf_resolve_jumps()
49 labels->labels[filter->k].label); in bpf_resolve_jumps()
63 __u32 seccomp_bpf_label(struct bpf_labels *labels, const char *label) in seccomp_bpf_label() argument
73 begin->label = label; in seccomp_bpf_label()
80 if (!strcmp(label, begin->label)) in seccomp_bpf_label()
83 begin->label = label; in seccomp_bpf_label()
/linux-4.4.14/arch/arc/boot/dts/
Dabilis_tb100_dvk.dts66 label = "Power";
71 label = "Heartbeat";
76 label = "LED2";
81 label = "LED3";
86 label = "LED4";
91 label = "LED5";
96 label = "LED6";
101 label = "LED7";
106 label = "LED8";
111 label = "LED9";
[all …]
Dabilis_tb101_dvk.dts66 label = "Power";
71 label = "Heartbeat";
76 label = "LED2";
81 label = "LED3";
86 label = "LED4";
91 label = "LED5";
96 label = "LED6";
101 label = "LED7";
106 label = "LED8";
111 label = "LED9";
[all …]
/linux-4.4.14/arch/mips/boot/dts/qca/
Dar9132_tl_wr1043nd_v1.dts50 label = "u-boot";
55 label = "firmware";
60 label = "art";
75 label = "reset";
82 label = "qss";
92 label = "tp-link:green:usb";
97 label = "tp-link:green:system";
103 label = "tp-link:green:qss";
108 label = "tp-link:green:wlan";
/linux-4.4.14/scripts/dtc/
Dlivetree.c27 void add_label(struct label **labels, char *label) in add_label() argument
29 struct label *new; in add_label()
33 if (streq(new->label, label)) { in add_label()
40 new->label = label; in add_label()
45 void delete_labels(struct label **labels) in delete_labels()
47 struct label *label; in delete_labels() local
49 for_each_label(*labels, label) in delete_labels()
50 label->deleted = 1; in delete_labels()
141 struct label *l; in merge_nodes()
147 add_label(&old_node->labels, l->label); in merge_nodes()
[all …]
Ddtc.h129 struct label { struct
131 char *label; argument
132 struct label *next; argument
142 struct label *labels;
160 struct label *labels;
184 void add_label(struct label **labels, char *label);
185 void delete_labels(struct label **labels);
208 struct property *get_property_by_label(struct node *tree, const char *label,
210 struct marker *get_marker_label(struct node *tree, const char *label,
214 struct node *get_node_by_label(struct node *tree, const char *label);
[all …]
Dflattree.c55 void (*beginnode)(void *, struct label *labels);
56 void (*endnode)(void *, struct label *labels);
57 void (*property)(void *, struct label *labels);
92 static void bin_emit_beginnode(void *e, struct label *labels) in bin_emit_beginnode()
97 static void bin_emit_endnode(void *e, struct label *labels) in bin_emit_endnode()
102 static void bin_emit_property(void *e, struct label *labels) in bin_emit_property()
117 static void emit_label(FILE *f, const char *prefix, const char *label) in emit_label() argument
119 fprintf(f, "\t.globl\t%s_%s\n", prefix, label); in emit_label()
120 fprintf(f, "%s_%s:\n", prefix, label); in emit_label()
121 fprintf(f, "_%s_%s:\n", prefix, label); in emit_label()
[all …]
/linux-4.4.14/arch/powerpc/boot/dts/fsl/
Dmpc8536ds.dtsi46 label = "ramdisk-nor";
51 label = "diagnostic-nor";
57 label = "dink-nor";
63 label = "kernel-nor";
68 label = "fs-nor";
73 label = "dtb-nor";
78 label = "u-boot-nor";
92 label = "u-boot-nand";
98 label = "fs-nand";
103 label = "ramdisk-nand";
[all …]
Dp1022ds.dtsi46 label = "ramdisk-nor";
52 label = "diagnostic-nor";
58 label = "dink-nor";
64 label = "kernel-nor";
70 label = "jffs2-nor";
75 label = "dtb-nor";
81 label = "u-boot-nor";
94 label = "u-boot-nand";
100 label = "jffs2-nand";
105 label = "ramdisk-nand";
[all …]
Dp1024rdb.dtsi48 label = "NOR Vitesse-7385 Firmware";
55 label = "NOR DTB Image";
61 label = "NOR Linux Kernel Image";
67 label = "NOR JFFS2 Root File System";
75 label = "NOR U-Boot Image";
91 label = "NAND U-Boot Image";
98 label = "NAND DTB Image";
104 label = "NAND Linux Kernel Image";
110 label = "NAND Compressed RFS Image";
116 label = "NAND JFFS2 Root File System";
[all …]
Dp2020rdb.dts52 label = "NOR (RO) Vitesse-7385 Firmware";
59 label = "NOR (RO) DTB Image";
66 label = "NOR (RO) Linux Kernel Image";
73 label = "NOR (RW) JFFS2 Root File System";
81 label = "NOR (RO) U-Boot Image";
97 label = "NAND (RO) U-Boot Image";
104 label = "NAND (RO) DTB Image";
111 label = "NAND (RO) Linux Kernel Image";
118 label = "NAND (RO) Compressed RFS Image";
125 label = "NAND (RW) JFFS2 Root File System";
[all …]
Dp1020rdb.dtsi48 label = "NOR (RO) Vitesse-7385 Firmware";
55 label = "NOR (RO) DTB Image";
62 label = "NOR (RO) Linux Kernel Image";
69 label = "NOR (RW) JFFS2 Root File System";
77 label = "NOR (RO) U-Boot Image";
93 label = "NAND (RO) U-Boot Image";
100 label = "NAND (RO) DTB Image";
107 label = "NAND (RO) Linux Kernel Image";
114 label = "NAND (RO) Compressed RFS Image";
121 label = "NAND (RW) JFFS2 Root File System";
[all …]
Dp2020rdb-pc.dtsi48 label = "NOR Vitesse-7385 Firmware";
55 label = "NOR DTB Image";
61 label = "NOR Linux Kernel Image";
67 label = "NOR JFFS2 Root File System";
75 label = "NOR U-Boot Image";
91 label = "NAND U-Boot Image";
98 label = "NAND DTB Image";
104 label = "NAND Linux Kernel Image";
110 label = "NAND Compressed RFS Image";
116 label = "NAND JFFS2 Root File System";
[all …]
Dp1021rdb-pc.dtsi48 label = "NOR Vitesse-7385 Firmware";
55 label = "NOR DTB Image";
61 label = "NOR Linux Kernel Image";
67 label = "NOR JFFS2 Root File System";
74 label = "NOR QE microcode firmware";
83 label = "NOR U-Boot Image";
98 label = "NAND U-Boot Image";
105 label = "NAND DTB Image";
111 label = "NAND Linux Kernel Image";
117 label = "NAND Compressed RFS Image";
[all …]
Dp1020rdb-pc.dtsi48 label = "NOR Vitesse-7385 Firmware";
55 label = "NOR DTB Image";
61 label = "NOR Linux Kernel Image";
67 label = "NOR JFFS2 Root File System";
75 label = "NOR U-Boot Image";
91 label = "NAND U-Boot Image";
98 label = "NAND DTB Image";
104 label = "NAND Linux Kernel Image";
110 label = "NAND Compressed RFS Image";
116 label = "NAND JFFS2 Root File System";
[all …]
Dc293pcie.dts85 label = "NOR DTB Image";
91 label = "NOR Linux Kernel Image";
97 label = "NOR Rootfs Image";
103 label = "NOR blob encrypted key";
109 label = "NOR U-Boot Image";
124 label = "NAND U-Boot Image";
131 label = "NAND DTB Image";
137 label = "NAND Linux Kernel Image";
143 label = "NAND RFS Image";
178 label = "SPI Flash U-Boot Image";
[all …]
Dp1020rdb-pd.dts64 label = "NOR DTB Image";
70 label = "NOR Linux Kernel Image";
76 label = "NOR Root File System";
83 label = "NOR Vitesse-7385 Firmware";
92 label = "NOR U-Boot Image";
108 label = "NAND U-Boot Image";
115 label = "NAND DTB Image";
121 label = "NAND Linux Kernel Image";
127 label = "NAND File System Image";
166 label = "SPI U-Boot Image";
[all …]
Dp1025rdb.dtsi48 label = "NOR Vitesse-7385 Firmware";
55 label = "NOR DTB Image";
61 label = "NOR Linux Kernel Image";
67 label = "NOR JFFS2 Root File System";
75 label = "NOR U-Boot Image";
91 label = "NAND U-Boot Image";
98 label = "NAND DTB Image";
104 label = "NAND Linux Kernel Image";
110 label = "NAND Compressed RFS Image";
116 label = "NAND JFFS2 Root File System";
[all …]
Dp2041rdb.dts90 label = "u-boot";
95 label = "kernel";
100 label = "dtb";
105 label = "file system";
172 label = "NAND U-Boot Image";
178 label = "NAND Root File System";
183 label = "NAND Compressed RFS Image";
188 label = "NAND Linux Kernel Image";
193 label = "NAND DTB Image";
198 label = "NAND Writable User area";
Dp5040ds.dts90 label = "u-boot";
94 label = "kernel";
98 label = "dtb";
102 label = "file system";
172 label = "NAND U-Boot Image";
177 label = "NAND Root File System";
182 label = "NAND Compressed RFS Image";
187 label = "NAND Linux Kernel Image";
192 label = "NAND DTB Image";
197 label = "NAND Writable User area";
/linux-4.4.14/net/netfilter/
Dxt_IDLETIMER.c67 struct idletimer_tg *__idletimer_tg_find_by_label(const char *label) in __idletimer_tg_find_by_label() argument
71 BUG_ON(!label); in __idletimer_tg_find_by_label()
74 if (!strcmp(label, entry->attr.attr.name)) in __idletimer_tg_find_by_label()
130 info->timer->attr.attr.name = kstrdup(info->label, GFP_KERNEL); in idletimer_tg_create()
174 info->label, info->timeout); in idletimer_tg_target()
189 pr_debug("checkentry targinfo%s\n", info->label); in idletimer_tg_checkentry()
196 if (info->label[0] == '\0' || in idletimer_tg_checkentry()
197 strnlen(info->label, in idletimer_tg_checkentry()
205 info->timer = __idletimer_tg_find_by_label(info->label); in idletimer_tg_checkentry()
212 info->label, info->timer->refcnt); in idletimer_tg_checkentry()
[all …]
/linux-4.4.14/drivers/staging/fsl-mc/bus/
Ddprc.c124 cmd.params[2] |= mc_enc(0, 8, cfg->label[0]); in dprc_create_container()
125 cmd.params[2] |= mc_enc(8, 8, cfg->label[1]); in dprc_create_container()
126 cmd.params[2] |= mc_enc(16, 8, cfg->label[2]); in dprc_create_container()
127 cmd.params[2] |= mc_enc(24, 8, cfg->label[3]); in dprc_create_container()
128 cmd.params[2] |= mc_enc(32, 8, cfg->label[4]); in dprc_create_container()
129 cmd.params[2] |= mc_enc(40, 8, cfg->label[5]); in dprc_create_container()
130 cmd.params[2] |= mc_enc(48, 8, cfg->label[6]); in dprc_create_container()
131 cmd.params[2] |= mc_enc(56, 8, cfg->label[7]); in dprc_create_container()
132 cmd.params[3] |= mc_enc(0, 8, cfg->label[8]); in dprc_create_container()
133 cmd.params[3] |= mc_enc(8, 8, cfg->label[9]); in dprc_create_container()
[all …]
/linux-4.4.14/drivers/hwmon/
Dibmpowernv.c76 char label[MAX_LABEL_LEN]; member
114 return sprintf(buf, "%s\n", sdata->label); in show_label()
130 const char *label) in make_sensor_label() argument
135 n = snprintf(sdata->label, sizeof(sdata->label), "%s", label); in make_sensor_label()
150 n += snprintf(sdata->label + n, in make_sensor_label()
151 sizeof(sdata->label) - n, " %d-%d", in make_sensor_label()
154 n += snprintf(sdata->label + n, in make_sensor_label()
155 sizeof(sdata->label) - n, " phy%d", id); in make_sensor_label()
162 n += snprintf(sdata->label + n, sizeof(sdata->label) - n, in make_sensor_label()
291 const char *label; in populate_attr_groups() local
[all …]
Dab8500.c122 char *label; in ab8500_show_label() local
128 label = "ext_adc1"; in ab8500_show_label()
131 label = "ext_adc2"; in ab8500_show_label()
134 label = "bat_temp"; in ab8500_show_label()
137 label = "bat_ctrl"; in ab8500_show_label()
143 return sprintf(buf, "%s\n", label); in ab8500_show_label()
/linux-4.4.14/Documentation/security/
DSmack.txt44 smackaccess - report if a process with one label has access
74 the label given to a new filesystem object will be the label
77 The Smack label of a process that execs a program file with
81 label does not allow all of the access permitted to a process
82 with the label contained in this attribute. This is a very
89 gets the label of the directory instead of the label of the
94 Use the Smack label in this attribute for access control
98 Use the Smack label in this attribute for access control
101 There are multiple ways to set a Smack label on a file:
106 A process can see the Smack label it is running with by
[all …]
/linux-4.4.14/arch/m68k/include/asm/
Dmath-emu.h177 .macro fp_get_instr_data f,s,dest,label
178 getuser \f,%sp@(FPS_PC+4)@(0),\dest,\label,%sp@(FPS_PC+4)
182 .macro fp_get_instr_word dest,label,addr
183 fp_get_instr_data w,2,\dest,\label,\addr
186 .macro fp_get_instr_long dest,label,addr
187 fp_get_instr_data l,4,\dest,\label,\addr
195 .macro getuser size,src,dest,label,addr
202 jra \label
211 .macro putuser size,src,dest,label,addr
219 jra \label
[all …]
/linux-4.4.14/drivers/pwm/
Dpwm-twl-led.c98 dev_err(chip->dev, "%s: Failed to configure PWM\n", pwm->label); in twl4030_pwmled_config()
112 dev_err(chip->dev, "%s: Failed to read LEDEN\n", pwm->label); in twl4030_pwmled_enable()
120 dev_err(chip->dev, "%s: Failed to enable PWM\n", pwm->label); in twl4030_pwmled_enable()
137 dev_err(chip->dev, "%s: Failed to read LEDEN\n", pwm->label); in twl4030_pwmled_disable()
145 dev_err(chip->dev, "%s: Failed to disable PWM\n", pwm->label); in twl4030_pwmled_disable()
163 dev_err(chip->dev, "%s: Failed to configure PWM\n", pwm->label); in twl6030_pwmled_config()
178 pwm->label); in twl6030_pwmled_enable()
187 dev_err(chip->dev, "%s: Failed to enable PWM\n", pwm->label); in twl6030_pwmled_enable()
205 pwm->label); in twl6030_pwmled_disable()
214 dev_err(chip->dev, "%s: Failed to disable PWM\n", pwm->label); in twl6030_pwmled_disable()
[all …]
Dpwm-twl.c100 dev_err(chip->dev, "%s: Failed to configure PWM\n", pwm->label); in twl_pwm_config()
114 dev_err(chip->dev, "%s: Failed to read GPBR1\n", pwm->label); in twl4030_pwm_enable()
122 dev_err(chip->dev, "%s: Failed to enable PWM\n", pwm->label); in twl4030_pwm_enable()
128 dev_err(chip->dev, "%s: Failed to enable PWM\n", pwm->label); in twl4030_pwm_enable()
144 dev_err(chip->dev, "%s: Failed to read GPBR1\n", pwm->label); in twl4030_pwm_disable()
152 dev_err(chip->dev, "%s: Failed to disable PWM\n", pwm->label); in twl4030_pwm_disable()
158 dev_err(chip->dev, "%s: Failed to disable PWM\n", pwm->label); in twl4030_pwm_disable()
181 dev_err(chip->dev, "%s: Failed to read PMBR1\n", pwm->label); in twl4030_pwm_request()
195 dev_err(chip->dev, "%s: Failed to request PWM\n", pwm->label); in twl4030_pwm_request()
216 dev_err(chip->dev, "%s: Failed to read PMBR1\n", pwm->label); in twl4030_pwm_free()
[all …]
/linux-4.4.14/drivers/usb/host/
Dehci-dbg.c27 static void dbg_hcs_params (struct ehci_hcd *ehci, char *label) in dbg_hcs_params() argument
33 label, params, in dbg_hcs_params()
56 label, buf); in dbg_hcs_params()
61 static inline void dbg_hcs_params (struct ehci_hcd *ehci, char *label) {} in dbg_hcs_params() argument
71 static void dbg_hcc_params (struct ehci_hcd *ehci, char *label) in dbg_hcc_params() argument
78 label, params, in dbg_hcc_params()
85 label, in dbg_hcc_params()
100 static inline void dbg_hcc_params (struct ehci_hcd *ehci, char *label) {} in dbg_hcc_params() argument
107 dbg_qtd (const char *label, struct ehci_hcd *ehci, struct ehci_qtd *qtd) in dbg_qtd() argument
109 ehci_dbg(ehci, "%s td %p n%08x %08x t%08x p0=%08x\n", label, qtd, in dbg_qtd()
[all …]
/linux-4.4.14/drivers/media/pci/mantis/
Dhopper_cards.c51 static char *label[10] = { variable
99 dprintk(MANTIS_DEBUG, 0, "<%s>", label[0]); in hopper_irq_handler()
102 dprintk(MANTIS_DEBUG, 0, "<%s>", label[1]); in hopper_irq_handler()
108 dprintk(MANTIS_DEBUG, 0, "<%s>", label[2]); in hopper_irq_handler()
116 dprintk(MANTIS_DEBUG, 0, "<%s>", label[3]); in hopper_irq_handler()
119 dprintk(MANTIS_DEBUG, 0, "<%s>", label[4]); in hopper_irq_handler()
122 dprintk(MANTIS_DEBUG, 0, "<%s>", label[5]); in hopper_irq_handler()
125 dprintk(MANTIS_DEBUG, 0, "<%s>", label[6]); in hopper_irq_handler()
128 dprintk(MANTIS_DEBUG, 0, "<%s>", label[7]); in hopper_irq_handler()
131 dprintk(MANTIS_DEBUG, 0, "<%s>", label[8]); in hopper_irq_handler()
[all …]
Dmantis_cards.c63 static char *label[10] = { variable
109 dprintk(MANTIS_DEBUG, 0, "<%s>", label[0]); in mantis_irq_handler()
112 dprintk(MANTIS_DEBUG, 0, "<%s>", label[1]); in mantis_irq_handler()
118 dprintk(MANTIS_DEBUG, 0, "<%s>", label[2]); in mantis_irq_handler()
126 dprintk(MANTIS_DEBUG, 0, "<%s>", label[3]); in mantis_irq_handler()
129 dprintk(MANTIS_DEBUG, 0, "<%s>", label[4]); in mantis_irq_handler()
132 dprintk(MANTIS_DEBUG, 0, "<%s>", label[5]); in mantis_irq_handler()
135 dprintk(MANTIS_DEBUG, 0, "<%s>", label[6]); in mantis_irq_handler()
138 dprintk(MANTIS_DEBUG, 0, "<%s>", label[7]); in mantis_irq_handler()
141 dprintk(MANTIS_DEBUG, 0, "<%s>", label[8]); in mantis_irq_handler()
[all …]
/linux-4.4.14/Documentation/networking/
Dmpls-sysctl.txt4 Number of entries in the platform label table. It is not
5 possible to configure forwarding for label values equal to or
8 A dense utliziation of the entries in the platform label table
12 If the number of platform label table entries is set to 0 no
13 label will be recognized by the kernel and mpls forwarding
16 Reducing this value will remove all label routing entries that
Dsecid.txt4 the label of the flow. This label of the flow is currently used in selecting
7 If this is an outbound flow, the label is derived from the socket, if any, or
9 resets, timewait ack, etc.). It is also conceivable that the label could be
13 If this is an inbound flow, the label is derived from the IPSec security
/linux-4.4.14/arch/cris/boot/dts/
Dp1343.dts39 label = "status:green";
45 label = "status:red";
50 label = "network:green";
55 label = "network:red";
60 label = "power:red";
71 label = "Activity Button";
/linux-4.4.14/arch/arm/mach-imx/
Diomux-imx31.c98 int mxc_iomux_alloc_pin(unsigned int pin, const char *label) in mxc_iomux_alloc_pin() argument
104 pad, label ? label : "?"); in mxc_iomux_alloc_pin()
110 pad, label ? label : "?"); in mxc_iomux_alloc_pin()
119 const char *label) in mxc_iomux_setup_multiple_pins() argument
126 ret = mxc_iomux_alloc_pin(*p, label); in mxc_iomux_setup_multiple_pins()
/linux-4.4.14/drivers/staging/vme/devices/
Dvme_pio2_gpio.c191 char *label; in pio2_gpio_init() local
193 label = kasprintf(GFP_KERNEL, in pio2_gpio_init()
195 if (label == NULL) in pio2_gpio_init()
198 card->gc.label = label; in pio2_gpio_init()
213 kfree(card->gc.label); in pio2_gpio_init()
221 const char *label = card->gc.label; in pio2_gpio_exit() local
224 kfree(label); in pio2_gpio_exit()
/linux-4.4.14/include/linux/
Dgpio.h42 const char *label; member
84 int devm_gpio_request(struct device *dev, unsigned gpio, const char *label);
86 unsigned long flags, const char *label);
104 static inline int gpio_request(unsigned gpio, const char *label) in gpio_request() argument
110 unsigned long flags, const char *label) in gpio_request_one() argument
257 const char *label) in devm_gpio_request() argument
264 unsigned long flags, const char *label) in devm_gpio_request_one() argument
/linux-4.4.14/arch/arm64/boot/dts/arm/
Djuno-motherboard.dtsi66 label = "POWER";
73 label = "HOME";
80 label = "RLOCK";
87 label = "VOL+";
94 label = "VOL-";
101 label = "NMI";
166 label = "vexpress:0";
174 label = "vexpress:1";
182 label = "vexpress:2";
190 label = "vexpress:3";
[all …]
/linux-4.4.14/arch/powerpc/boot/dts/
Duc101.dts122 label = "DTS";
126 label = "Kernel";
130 label = "RootFS";
134 label = "user";
138 label = "U-Boot";
142 label = "Env";
146 label = "red. Env";
150 label = "reserve";
Dac14xx.dts61 label = "dtb-kernel-production";
65 label = "filesystem-production";
70 label = "recovery";
75 label = "uboot-code";
79 label = "uboot-env1";
83 label = "uboot-env2";
110 label = "AS-i master 1";
117 label = "AS-i master 2";
326 label = "spi-flash0";
384 label = "backlight";
[all …]
Dpdm360ng.dts35 label = "nand0";
54 label = "u-boot";
59 label = "environment";
64 label = "splash-image";
69 label = "device-tree";
73 label = "kernel";
77 label = "filesystem";
Dpcm032.dts119 label = "ubootl";
123 label = "kernel";
127 label = "jffs2";
131 label = "uboot";
135 label = "env";
139 label = "oftree";
143 label = "space";
Do2d300.dts31 label = "env_1";
36 label = "env_2";
41 label = "kernel";
47 label = "o2d300 user defined";
Dmucmc52.dts131 label = "DTS";
135 label = "Kernel";
139 label = "RootFS";
143 label = "user";
147 label = "U-Boot";
151 label = "Env";
155 label = "red. Env";
159 label = "reserve";
/linux-4.4.14/arch/s390/include/asm/
Djump_label.h22 : : "X" (&((char *)key)[branch]) : : label); in arch_static_branch()
25 label: in arch_static_branch()
36 : : "X" (&((char *)key)[branch]) : : label); in arch_static_branch_jump()
39 label: in arch_static_branch_jump()
/linux-4.4.14/Documentation/devicetree/bindings/input/
Dsun4i-lradc-keys.txt13 - label: Descriptive name of the key.
29 label = "Volume Up";
36 label = "Volume Down";
43 label = "Menu";
50 label = "Enter";
57 label = "Home";
/linux-4.4.14/tools/perf/ui/gtk/
Dbrowser.c50 GtkWidget *label; in perf_gtk__setup_info_bar() local
56 label = gtk_label_new(""); in perf_gtk__setup_info_bar()
57 gtk_widget_show(label); in perf_gtk__setup_info_bar()
60 gtk_container_add(GTK_CONTAINER(content_area), label); in perf_gtk__setup_info_bar()
68 pgctx->message_label = label; in perf_gtk__setup_info_bar()
/linux-4.4.14/net/mpls/
Dinternal.h9 u32 label; member
99 static inline struct mpls_shim_hdr mpls_entry_encode(u32 label, unsigned ttl, unsigned tc, bool bos) in mpls_entry_encode() argument
103 cpu_to_be32((label << MPLS_LS_LABEL_SHIFT) | in mpls_entry_encode()
115 result.label = (entry & MPLS_LS_LABEL_MASK) >> MPLS_LS_LABEL_SHIFT; in mpls_entry_decode()
124 const u32 label[]);
126 u32 label[]);
/linux-4.4.14/arch/xtensa/boot/dts/
Dxtfpga-flash-128m.dtsi11 label = "data";
15 label = "boot loader area";
19 label = "kernel image";
23 label = "boot environment";
Dxtfpga-flash-16m.dtsi11 label = "boot loader area";
15 label = "kernel image";
19 label = "data";
23 label = "boot environment";
/linux-4.4.14/arch/frv/include/asm/
Dmath-emu.h177 .macro fp_get_instr_data f,s,dest,label
178 getuser \f,%sp@(FPS_PC+4)@(0),\dest,\label,%sp@(FPS_PC+4)
182 .macro fp_get_instr_word dest,label,addr
183 fp_get_instr_data w,2,\dest,\label,\addr
186 .macro fp_get_instr_long dest,label,addr
187 fp_get_instr_data l,4,\dest,\label,\addr
195 .macro getuser size,src,dest,label,addr
202 jra \label
211 .macro putuser size,src,dest,label,addr
219 jra \label
/linux-4.4.14/arch/mips/boot/dts/ralink/
Drt2880_eval.dts28 label = "uboot";
33 label = "uboot-env";
38 label = "calibration";
43 label = "linux";
Drt3052_eval.dts28 label = "uboot";
33 label = "uboot-env";
38 label = "calibration";
43 label = "linux";
/linux-4.4.14/arch/mips/boot/dts/netlogic/
Dxlp_gvp.dts45 label = "x-loader";
51 label = "u-boot";
56 label = "kernel";
61 label = "rootfs";
66 label = "env";
Dxlp_rvp.dts45 label = "x-loader";
51 label = "u-boot";
56 label = "kernel";
61 label = "rootfs";
66 label = "env";
/linux-4.4.14/Documentation/devicetree/bindings/mtd/
Dpartition.txt29 - label : The label / name for this partition. If omitted, the label is taken
46 label = "u-boot";
65 label = "filesystem";
79 label = "filesystem #1";
85 label = "filesystem #2";
Dorion-nand.txt31 label = "u-boot";
37 label = "uImage";
42 label = "dtb";
47 label = "root";
/linux-4.4.14/arch/arm64/kernel/
Dhyp-stub.S67 .macro invalid_vector label
68 \label:
69 b \label
70 ENDPROC(\label)
/linux-4.4.14/drivers/mfd/
Dvexpress-sysreg.c73 .label = "sys_id",
77 .label = "sys_led",
83 .label = "sys_mci",
89 .label = "sys_flash",
95 .label = "sys_misc",
99 .label = "sys_procid",
/linux-4.4.14/arch/arm64/boot/dts/qcom/
Dapq8016-sbc.dtsi71 label = "apq8016-sbc:green:user1";
78 label = "apq8016-sbc:green:user2";
85 label = "apq8016-sbc:green:user3";
92 label = "apq8016-sbc:green:user4";
99 label = "apq8016-sbc:yellow:wlan";
106 label = "apq8016-sbc:blue:bt";
/linux-4.4.14/Documentation/devicetree/bindings/net/dsa/
Ddsa.txt39 - label : Describes the label associated with this port, special
90 label = "lan1";
96 label = "lan2";
101 label = "cpu";
106 label = "dsa";
120 label = "dsa";
125 label = "dsa";
138 label = "dsa";
/linux-4.4.14/drivers/misc/
Dsram.c56 const char *label; member
95 NUMA_NO_NODE, block->label); in sram_add_pool()
185 const char *label; in sram_reserve_regions() local
234 label = NULL; in sram_reserve_regions()
235 ret = of_property_read_string(child, "label", &label); in sram_reserve_regions()
242 if (!label) in sram_reserve_regions()
243 label = child->name; in sram_reserve_regions()
245 block->label = devm_kstrdup(sram->dev, in sram_reserve_regions()
246 label, GFP_KERNEL); in sram_reserve_regions()
247 if (!block->label) in sram_reserve_regions()
[all …]
/linux-4.4.14/arch/powerpc/boot/
Dplanetcore.c110 const char *label; in planetcore_set_stdout_path() local
113 label = planetcore_get_key(table, PLANETCORE_KEY_SERIAL_PORT); in planetcore_set_stdout_path()
114 if (!label) in planetcore_set_stdout_path()
118 label); in planetcore_set_stdout_path()
/linux-4.4.14/arch/blackfin/kernel/
Dbfin_gpio.c117 static void set_label(unsigned short ident, const char *label) in set_label() argument
119 if (label) { in set_label()
120 strncpy(str_ident[ident].name, label, in set_label()
131 static int cmp_label(unsigned short ident, const char *label) in cmp_label() argument
133 if (label == NULL) { in cmp_label()
138 if (label) in cmp_label()
139 return strcmp(str_ident[ident].name, label); in cmp_label()
653 int peripheral_request(unsigned short per, const char *label) in peripheral_request() argument
698 if (cmp_label(ident, label) == 0) in peripheral_request()
722 set_label(ident, label); in peripheral_request()
[all …]
/linux-4.4.14/arch/arm/plat-pxa/
Dssp.c42 struct ssp_device *pxa_ssp_request(int port, const char *label) in pxa_ssp_request() argument
51 ssp->label = label; in pxa_ssp_request()
66 const char *label) in pxa_ssp_request_of() argument
75 ssp->label = label; in pxa_ssp_request_of()
94 ssp->label = NULL; in pxa_ssp_free()

123456