/linux-4.1.27/arch/powerpc/include/asm/ |
D | feature-fixups.h | 32 #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 …]
|
D | exception-64s.h | 54 #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.1.27/Documentation/blockdev/drbd/ |
D | drbd-connection-state-overview.dot | 9 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 …]
|
D | disk-states-8.dot | 2 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 …]
|
D | conn-states-8.dot | 2 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" ]
|
D | node-states-8.dot | 2 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.1.27/drivers/scsi/sym53c8xx_2/ |
D | sym_fw.h | 87 #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 …]
|
D | sym_fw.c | 45 #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.1.27/Documentation/scsi/scsi_transport_srp/ |
D | rport_state_diagram.dot | 7 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.1.27/block/partitions/ |
D | sun.c | 57 } * label; in sun_partition() local 64 label = read_part_sector(state, 0, §); 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 …]
|
D | ibm.c | 70 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 …]
|
D | ultrix.c | 24 } *label; in ultrix_partition() local 29 data = read_part_sector(state, (16384 - sizeof(*label))/512, §); 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()
|
D | sgi.c | 38 struct sgi_disklabel *label; in sgi_partition() local 42 label = read_part_sector(state, 0, §); 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()
|
D | osf.c | 52 } * 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()
|
D | karma.c | 30 } __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.1.27/tools/net/ |
D | bpf_exp.y | 43 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.1.27/arch/nios2/include/asm/ |
D | asm-macros.h | 108 .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.1.27/arch/arm/boot/dts/ |
D | usb_a9g20-dab-mmx.dtsi | 30 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 …]
|
D | kirkwood-dir665.dts | 101 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 …]
|
D | kirkwood-iconnect.dts | 97 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 …]
|
D | bcm4708-buffalo-wzr-1750dhp.dts | 51 label = "bcm53xx:red:power"; 57 label = "bcm53xx:white:power"; 63 label = "bcm53xx:blue:router"; 69 label = "bcm53xx:amber:router"; 75 label = "bcm53xx:blue:wan"; 81 label = "bcm53xx:blue:wireless"; 87 label = "bcm53xx:amber:wireless"; 99 label = "Reset"; 105 label = "AOSS"; 112 label = "Mode"; [all …]
|
D | armada-xp-linksys-mamba.dts | 157 label = "mamba:amber:wan"; 162 label = "mamba:white:wan"; 167 label = "mamba:white:wlan_2g"; 172 label = "mamba:white:wlan_5g"; 177 label = "mamba:white:esata"; 182 label = "mamba:white:usb2"; 187 label = "mamba:white:usb3_1"; 192 label = "mamba:white:usb3_2"; 197 label = "mamba:white:wps"; 202 label = "mamba:amber:wps"; [all …]
|
D | kirkwood-goflexnet.dts | 88 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 …]
|
D | usb_a9260_common.dtsi | 53 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";
|
D | kirkwood-nsa3x0-common.dtsi | 81 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 …]
|
D | bcm47081-buffalo-wzr-600dhp2.dts | 51 label = "bcm53xx:green:power"; 57 label = "bcm53xx:red:power"; 63 label = "bcm53xx:green:router"; 69 label = "bcm53xx:amber:router"; 75 label = "bcm53xx:green:wan"; 81 label = "bcm53xx:green:wireless"; 87 label = "bcm53xx:amber:wireless"; 99 label = "AOSS"; 105 label = "Reset"; 112 label = "Mode"; [all …]
|
D | tny_a9260_common.dtsi | 51 label = "at91bootstrap"; 56 label = "barebox"; 61 label = "bareboxenv"; 66 label = "bareboxenv2"; 71 label = "oftree"; 76 label = "kernel"; 81 label = "rootfs"; 86 label = "data";
|
D | usb_a9263.dts | 81 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";
|
D | kirkwood-mv88f6281gtw-ge.dts | 90 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 …]
|
D | bcm4708-netgear-r6300-v2.dts | 30 label = "bcm53xx:white:logo"; 36 label = "bcm53xx:green:power"; 42 label = "bcm53xx:amber:power"; 48 label = "bcm53xx:blue:usb"; 54 label = "bcm53xx:blue:wireless"; 66 label = "WPS"; 72 label = "WiFi"; 78 label = "Reset";
|
D | tny_a9263.dts | 61 label = "at91bootstrap"; 66 label = "barebox"; 71 label = "bareboxenv"; 76 label = "bareboxenv2"; 81 label = "oftree"; 86 label = "kernel"; 91 label = "rootfs"; 96 label = "data";
|
D | bcm4708-netgear-r6250.dts | 40 label = "bcm53xx:white:logo"; 46 label = "bcm53xx:green:power"; 52 label = "bcm53xx:amber:power"; 58 label = "bcm53xx:blue:usb"; 64 label = "bcm53xx:blue:wireless"; 76 label = "WPS"; 82 label = "WiFi"; 88 label = "Reset";
|
D | at91sam9261ek.dts | 86 label = "at91bootstrap"; 91 label = "bootloader"; 96 label = "bootloader env"; 101 label = "device tree"; 106 label = "kernel"; 111 label = "rootfs"; 170 label = "ds8"; 176 label = "ds7"; 182 label = "ds1"; 192 label = "button_0"; [all …]
|
D | kirkwood-nsa310.dts | 100 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";
|
D | pm9g45.dts | 100 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";
|
D | at91sam9263ek.dts | 143 label = "at91bootstrap"; 148 label = "barebox"; 153 label = "bareboxenv"; 158 label = "bareboxenv2"; 163 label = "oftree"; 168 label = "kernel"; 173 label = "rootfs"; 178 label = "data"; 196 label = "d3"; 202 label = "d2"; [all …]
|
D | kirkwood-nsa310a.dts | 78 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";
|
D | animeo_ip.dts | 102 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";
|
D | at91-qil_a9260.dts | 126 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";
|
D | kirkwood-mplcec4.dts | 127 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 …]
|
D | bcm4709-netgear-r8000.dts | 30 label = "bcm53xx:white:power"; 36 label = "bcm53xx:amber:power"; 42 label = "bcm53xx:white:5ghz-1"; 48 label = "bcm53xx:white:2ghz"; 60 label = "WiFi"; 66 label = "WPS"; 72 label = "Reset";
|
D | kirkwood-openblocks_a6.dts | 98 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";
|
D | ea3250.dts | 65 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 …]
|
D | kirkwood-netgear_readynas_nv+_v2.dts | 140 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 …]
|
D | omap3430-sdp.dts | 88 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 …]
|
D | bcm47081-asus-rt-n18u.dts | 30 label = "bcm53xx:blue:power"; 36 label = "bcm53xx:blue:usb2"; 42 label = "bcm53xx:blue:wan"; 48 label = "bcm53xx:blue:lan"; 54 label = "bcm53xx:blue:usb3"; 66 label = "Reset"; 72 label = "WPS";
|
D | kirkwood-netgear_readynas_duo_v2.dts | 133 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 …]
|
D | at91sam9rlek.dts | 81 label = "at91bootstrap"; 86 label = "bootloader"; 91 label = "bootloader env"; 96 label = "device tree"; 101 label = "kernel"; 106 label = "rootfs"; 200 label = "ds1"; 206 label = "ds2"; 216 label = "ds3"; 226 label = "right_click"; [all …]
|
D | kirkwood-rd88f6281.dtsi | 80 label = "lan1"; 85 label = "lan2"; 90 label = "lan3"; 95 label = "lan4"; 100 label = "cpu"; 110 label = "u-boot"; 116 label = "uImage"; 121 label = "rootfs";
|
D | imx28-apf28.dts | 31 label = "u-boot"; 36 label = "env"; 41 label = "env2"; 46 label = "dtb"; 51 label = "splash"; 56 label = "kernel"; 61 label = "rootfs";
|
D | spear320-hmi.dts | 109 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 …]
|
D | kirkwood-synology.dtsi | 227 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 …]
|
D | s3c6410-mini6410.dts | 78 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 …]
|
D | kirkwood-ib62x0.dts | 66 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";
|
D | at91sam9x5cm.dtsi | 61 label = "at91bootstrap"; 66 label = "u-boot"; 71 label = "U-Boot Env"; 76 label = "kernel"; 81 label = "rootfs"; 91 label = "pb18"; 97 label = "pd21";
|
D | r8a73a4-ape6evm.dts | 79 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 …]
|
D | omap3-pandora-common.dtsi | 32 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 …]
|
D | kizbox.dts | 74 label = "bootloader-kernel"; 79 label = "ubi"; 106 label = "led1:green"; 112 label = "led1:red"; 118 label = "led2:green"; 125 label = "led2:red"; 137 label = "reset"; 144 label = "mode";
|
D | at91sam9m10g45ek.dts | 214 label = "bootstrap/uboot/kernel"; 219 label = "rootfs"; 224 label = "data"; 245 label = "d8"; 255 label = "d6"; 262 label = "d7"; 273 label = "left_click"; 280 label = "right_click"; 287 label = "Joystick Left"; 293 label = "Joystick Right"; [all …]
|
D | kirkwood-topkick.dts | 130 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";
|
D | at91sam9g20ek_common.dtsi | 141 label = "at91bootstrap"; 146 label = "barebox"; 151 label = "bareboxenv"; 156 label = "bareboxenv2"; 161 label = "oftree"; 166 label = "kernel"; 171 label = "rootfs"; 176 label = "data"; 205 label = "Button 3"; 212 label = "Button 4";
|
D | kirkwood-openblocks_a7.dts | 116 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";
|
D | kirkwood-iomega_ix2_200.dts | 130 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 …]
|
D | kirkwood-lsxl.dtsi | 84 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 …]
|
D | at91rm9200ek.dts | 100 label = "barebox"; 105 label = "bareboxenv"; 110 label = "kernel"; 115 label = "root"; 125 label = "green"; 131 label = "yellow"; 137 label = "red";
|
D | kirkwood-ts219.dtsi | 59 label = "U-Boot"; 64 label = "Kernel"; 69 label = "RootFS1"; 73 label = "RootFS2"; 77 label = "U-Boot Config"; 81 label = "NAS Config";
|
D | imx27-apf27.dts | 91 label = "u-boot"; 96 label = "env"; 101 label = "env2"; 106 label = "firmware"; 111 label = "dtb"; 116 label = "kernel"; 121 label = "rootfs";
|
D | sama5d3xcm.dtsi | 88 label = "at91bootstrap"; 93 label = "bootloader"; 98 label = "bootloader env"; 103 label = "device tree"; 108 label = "kernel"; 113 label = "rootfs"; 123 label = "d2";
|
D | k2hk-evm.dts | 61 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";
|
D | kirkwood-guruplug-server-plus.dts | 62 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";
|
D | omap3-ldp.dts | 35 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 …]
|
D | armada-xp-lenovo-ix4-300d.dts | 153 label = "u-boot"; 159 label = "u-boot-env"; 165 label = "u-boot-env2"; 171 label = "zImage"; 176 label = "initrd"; 181 label = "boot"; 186 label = "flash"; 200 label = "Power Button"; 206 label = "Reset Button"; 212 label = "Select Button"; [all …]
|
D | kirkwood-dns320.dts | 27 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";
|
D | kirkwood-dns325.dts | 27 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";
|
D | kirkwood-dreamplug.dts | 52 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";
|
D | picoxcell-pc7302-pc3x2.dts | 55 label = "Boot"; 60 label = "Redundant Boot"; 65 label = "Boot Evironment"; 70 label = "Redundant Boot Environment"; 75 label = "Kernel"; 80 label = "File System";
|
D | moxart-uc7112lx.dts | 35 label = "bootloader"; 39 label = "linux kernel"; 43 label = "root filesystem"; 47 label = "user filesystem"; 55 label = "ready-led"; 68 label = "GPIO Reset";
|
D | spear600-evb.dts | 67 label = "xloader"; 71 label = "u-boot"; 75 label = "environment"; 79 label = "dtb"; 83 label = "linux"; 87 label = "rootfs";
|
D | omap3-devkit8000.dts | 24 label = "devkit8000::led1"; 31 label = "devkit8000::led2"; 38 label = "devkit8000::led3"; 135 label = "X-Loader"; 140 label = "U-Boot"; 145 label = "U-Boot Env"; 150 label = "Kernel"; 155 label = "File System";
|
D | armada-370-netgear-rn104.dts | 161 label = "u-boot"; 167 label = "u-boot-env"; 173 label = "uImage"; 178 label = "minirootfs"; 184 label = "ubifs"; 205 label = "rn104:blue:backup"; 211 label = "rn104:blue:pwr"; 217 label = "rn104:blue:sata1"; 223 label = "rn104:blue:sata2"; 229 label = "rn104:blue:sata3"; [all …]
|
D | picoxcell-pc7302-pc3x3.dts | 61 label = "Boot"; 66 label = "Redundant Boot"; 71 label = "Boot Evironment"; 76 label = "Redundant Boot Environment"; 81 label = "Kernel"; 86 label = "File System";
|
D | spear1310-evb.dts | 129 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 …]
|
D | omap2420-n8x0-common.dtsi | 80 label = "bootloader"; 85 label = "config"; 89 label = "kernel"; 93 label = "initfs"; 97 label = "rootfs"; 101 label = "omap2-onenand";
|
D | imx28-m28.dtsi | 32 label = "bootloader"; 38 label = "environment"; 43 label = "redundant-environment"; 48 label = "kernel"; 53 label = "filesystem";
|
D | kirkwood-nsa320.dts | 159 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";
|
D | omap3-overo-alto35-common.dtsi | 24 label = "overo:red:gpio148"; 28 label = "overo:yellow:gpio150"; 32 label = "overo:blue:gpio151"; 36 label = "overo:green:gpio170"; 48 label = "button0";
|
D | kirkwood-pogo_e02.dts | 39 label = "pogo_e02:green:health"; 44 label = "pogo_e02:orange:fault"; 100 label = "u-boot"; 106 label = "uImage"; 111 label = "pogoplug"; 116 label = "root";
|
D | at91-sama5d3_xplained.dts | 236 label = "at91bootstrap"; 241 label = "bootloader"; 246 label = "bootloader env"; 251 label = "device tree"; 256 label = "kernel"; 261 label = "rootfs"; 294 label = "PB_USER"; 305 label = "d2"; 311 label = "d3";
|
D | kirkwood-dnskw.dtsi | 17 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";
|
D | dra72-evm.dts | 330 label = "NAND.SPL"; 334 label = "NAND.SPL.backup1"; 338 label = "NAND.SPL.backup2"; 342 label = "NAND.SPL.backup3"; 346 label = "NAND.u-boot-spl-os"; 350 label = "NAND.u-boot"; 354 label = "NAND.u-boot-env"; 358 label = "NAND.u-boot-env.backup1"; 362 label = "NAND.kernel"; 366 label = "NAND.file-system"; [all …]
|
D | kirkwood-dockstar.dts | 45 label = "status:green:health"; 50 label = "status:orange:fault"; 79 label = "u-boot"; 85 label = "uImage"; 90 label = "data";
|
D | armada-370-netgear-rn102.dts | 148 label = "u-boot"; 154 label = "u-boot-env"; 160 label = "uImage"; 165 label = "minirootfs"; 171 label = "ubifs"; 195 label = "rn102:blue:pwr"; 201 label = "rn102:blue:sata1"; 207 label = "rn102:blue:sata2"; 213 label = "rn102:blue:backup"; 227 label = "Power Button"; [all …]
|
D | aks-cdu.dts | 72 label = "bootstrap"; 77 label = "uboot"; 81 label = "ubootenv"; 85 label = "kernel"; 89 label = "rootfs";
|
D | sun7i-a20-olinuxino-micro.dts | 116 label = "Volume Up"; 123 label = "Volume Down"; 130 label = "Menu"; 137 label = "Search"; 144 label = "Home"; 151 label = "Esc"; 158 label = "Enter"; 230 label = "a20-olinuxino-micro:green:usr";
|
D | r8a7791-koelsch.dts | 81 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 …]
|
D | spear1340-evb.dts | 141 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 …]
|
D | omap3-overo-palo43-common.dtsi | 24 label = "overo:red:gpio21"; 29 label = "overo:blue:gpio22"; 41 label = "button0"; 47 label = "button1";
|
D | dra7-evm.dts | 502 label = "QSPI.SPL"; 506 label = "QSPI.SPL.backup1"; 510 label = "QSPI.SPL.backup2"; 514 label = "QSPI.SPL.backup3"; 518 label = "QSPI.u-boot"; 522 label = "QSPI.u-boot-spl-os"; 526 label = "QSPI.u-boot-env"; 530 label = "QSPI.u-boot-env.backup1"; 534 label = "QSPI.kernel"; 538 label = "QSPI.file-system"; [all …]
|
D | imx27-phytec-phycore-rdk.dts | 228 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";
|
D | at91-sama5d4_xplained.dts | 180 label = "at91bootstrap"; 185 label = "bootloader"; 190 label = "bootloader env"; 195 label = "device tree"; 200 label = "kernel"; 205 label = "rootfs"; 218 label = "pb_user1"; 230 label = "d8"; 236 label = "d10";
|
D | at91-cosino.dtsi | 104 label = "at91bootstrap"; 109 label = "u-boot"; 114 label = "U-Boot Env"; 119 label = "kernel"; 124 label = "rootfs";
|
D | omap3-overo-gallop43-common.dtsi | 24 label = "overo:red:gpio21"; 29 label = "overo:blue:gpio22"; 41 label = "button0"; 47 label = "button1";
|
D | sh73a0-kzm9g.dts | 91 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 …]
|
D | kirkwood-laplug.dts | 66 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";
|
D | spear310-evb.dts | 112 label = "xloader"; 116 label = "u-boot"; 120 label = "environment"; 124 label = "dtb"; 128 label = "linux"; 132 label = "rootfs";
|
D | spear320-evb.dts | 113 label = "xloader"; 117 label = "u-boot"; 121 label = "environment"; 125 label = "dtb"; 129 label = "linux"; 133 label = "rootfs";
|
D | kirkwood-cloudbox.dts | 52 label = "u-boot"; 64 label = "Power push button"; 74 label = "cloudbox:red:fail"; 78 label = "cloudbox:blue:sata";
|
D | integrator.dtsi | 17 label = "integrator:core_module"; 105 label = "integrator:green0"; 113 label = "integrator:yellow"; 120 label = "integrator:red"; 127 label = "integrator:green1";
|
D | armada-370-rd.dts | 149 label = "Software Button"; 169 label = "370rd:green:sw"; 183 label = "U-Boot"; 187 label = "Linux"; 191 label = "Filesystem"; 213 label = "lan0"; 218 label = "lan1"; 223 label = "lan2"; 228 label = "lan3"; 233 label = "cpu";
|
D | omap3-n950-n9.dtsi | 165 label = "bootloader"; 169 label = "config"; 173 label = "kernel"; 177 label = "log"; 181 label = "var"; 185 label = "moslo"; 189 label = "omap2-onenand";
|
D | kirkwood-b3.dts | 84 label = "u-boot"; 89 label = "u-boot env"; 94 label = "data"; 136 label = "bubba3:green:programming"; 142 label = "bubba3:red:error"; 147 label = "bubba3:blue:active"; 159 label = "Power Button";
|
D | exynos5440-ssdk5440.dts | 36 label = "BootLoader"; 42 label = "Recovery-Kernel"; 48 label = "CRAM-FS"; 54 label = "User-Data";
|
D | omap3-overo-chestnut43-common.dtsi | 24 label = "overo:red:gpio21"; 29 label = "overo:blue:gpio22"; 41 label = "button0"; 47 label = "button1";
|
D | spear300-evb.dts | 98 label = "xloader"; 102 label = "u-boot"; 106 label = "environment"; 110 label = "dtb"; 114 label = "linux"; 118 label = "rootfs";
|
D | exynos4412-tiny4412.dts | 33 label = "led1"; 40 label = "led2"; 46 label = "led3"; 52 label = "led4";
|
D | omap2420-h4.dts | 50 label = "bootloader"; 54 label = "params"; 58 label = "kernel"; 62 label = "file-system";
|
D | r8a7740-armadillo800eva.dts | 87 label = "SW3"; 94 label = "SW4"; 100 label = "SW5"; 106 label = "SW6"; 114 label = "LED3"; 118 label = "LED4"; 122 label = "LED5"; 126 label = "LED6";
|
/linux-4.1.27/drivers/gpio/ |
D | gpiolib.h | 100 const char *label; member 103 int gpiod_request(struct gpio_desc *desc, const char *label); 119 pr_emerg("gpio-%d (%s): " fmt, desc_to_gpio(desc), desc->label ? : "?",\ 122 pr_crit("gpio-%d (%s): " fmt, desc_to_gpio(desc), desc->label ? : "?", \ 125 pr_err("gpio-%d (%s): " fmt, desc_to_gpio(desc), desc->label ? : "?", \ 128 pr_warn("gpio-%d (%s): " fmt, desc_to_gpio(desc), desc->label ? : "?", \ 131 pr_info("gpio-%d (%s): " fmt, desc_to_gpio(desc), desc->label ? : "?", \ 134 pr_debug("gpio-%d (%s): " fmt, desc_to_gpio(desc), desc->label ? : "?",\ 140 pr_emerg("GPIO chip %s: " fmt, chip->label, ##__VA_ARGS__) 142 pr_crit("GPIO chip %s: " fmt, chip->label, ##__VA_ARGS__) [all …]
|
D | gpio-samsung.c | 732 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 …]
|
D | gpiolib-legacy.c | 20 int gpio_request_one(unsigned gpio, unsigned long flags, const char *label) in gpio_request_one() argument 31 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()
|
D | gpio-wm8994.c | 184 const char *label; in wm8994_gpio_dbg_show() local 191 label = gpiochip_is_requested(chip, i); in wm8994_gpio_dbg_show() 192 if (!label) in wm8994_gpio_dbg_show() 193 label = "Unrequested"; in wm8994_gpio_dbg_show() 195 seq_printf(s, " gpio-%-3d (%-20.20s) ", gpio, label); in wm8994_gpio_dbg_show() 236 .label = "wm8994",
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | head_64.h | 30 #define BRANCH_IF_SUN4V(tmp1,label) \ argument 33 brnz,pn %tmp1, label; \ 36 #define BRANCH_IF_CHEETAH_BASE(tmp1,tmp2,label) \ argument 42 be,pn %icc, label; \ 45 #define BRANCH_IF_JALAPENO(tmp1,tmp2,label) \ argument 51 be,pn %icc, label; \ 54 #define BRANCH_IF_CHEETAH_PLUS_OR_FOLLOWON(tmp1,tmp2,label) \ argument 62 bgeu,pt %xcc, label; \ 65 #define BRANCH_IF_ANY_CHEETAH(tmp1,tmp2,label) \ argument 73 bgeu,pt %xcc, label; \
|
D | backoff.h | 54 #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.1.27/net/ipv6/ |
D | addrlabel.c | 37 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 …]
|
D | ip6_flowlabel.c | 74 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.1.27/drivers/regulator/ |
D | twl-regulator.c | 835 #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.1.27/samples/seccomp/ |
D | bpf-helper.c | 38 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()
|
D | bpf-helper.h | 29 const char *label; member 36 __u32 seccomp_bpf_label(struct bpf_labels *labels, const char *label); 48 #define JUMP(labels, label) \ argument 49 BPF_JUMP(BPF_JMP+BPF_JA, FIND_LABEL((labels), (label)), \ 51 #define LABEL(labels, label) \ argument 52 BPF_JUMP(BPF_JMP+BPF_JA, FIND_LABEL((labels), (label)), \ 59 #define FIND_LABEL(labels, label) seccomp_bpf_label((labels), #label) argument
|
/linux-4.1.27/arch/arc/boot/dts/ |
D | abilis_tb101_dvk.dts | 66 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 …]
|
D | abilis_tb100_dvk.dts | 66 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.1.27/scripts/dtc/ |
D | livetree.c | 27 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 …]
|
D | dtc.h | 129 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 …]
|
D | flattree.c | 55 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.1.27/arch/powerpc/boot/dts/ |
D | mpc8536ds.dtsi | 46 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 …]
|
D | p1022ds.dtsi | 46 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 …]
|
D | p2020rdb.dts | 52 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 …]
|
D | p1024rdb.dtsi | 48 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 …]
|
D | p1021rdb-pc.dtsi | 48 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 …]
|
D | p2020rdb-pc.dtsi | 48 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 …]
|
D | p1020rdb.dtsi | 48 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 …]
|
D | uc101.dts | 122 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";
|
D | p1020rdb-pc.dtsi | 48 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 …]
|
D | c293pcie.dts | 85 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 …]
|
D | p1020rdb-pd.dts | 64 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 …]
|
D | ac14xx.dts | 61 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 …]
|
D | pcm032.dts | 119 label = "ubootl"; 123 label = "kernel"; 127 label = "jffs2"; 131 label = "uboot"; 135 label = "env"; 139 label = "oftree"; 143 label = "space";
|
D | pdm360ng.dts | 35 label = "nand0"; 54 label = "u-boot"; 59 label = "environment"; 64 label = "splash-image"; 69 label = "device-tree"; 73 label = "kernel"; 77 label = "filesystem";
|
D | p1025rdb.dtsi | 48 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 …]
|
D | o2d300.dts | 31 label = "env_1"; 36 label = "env_2"; 41 label = "kernel"; 47 label = "o2d300 user defined";
|
D | mucmc52.dts | 131 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";
|
D | p5040ds.dts | 78 label = "u-boot"; 82 label = "kernel"; 86 label = "dtb"; 90 label = "file system"; 160 label = "NAND U-Boot Image"; 165 label = "NAND Root File System"; 170 label = "NAND Compressed RFS Image"; 175 label = "NAND Linux Kernel Image"; 180 label = "NAND DTB Image"; 185 label = "NAND Writable User area";
|
D | p2041rdb.dts | 78 label = "u-boot"; 83 label = "kernel"; 88 label = "dtb"; 93 label = "file system"; 160 label = "NAND U-Boot Image"; 166 label = "NAND Root File System"; 171 label = "NAND Compressed RFS Image"; 176 label = "NAND Linux Kernel Image"; 181 label = "NAND DTB Image"; 186 label = "NAND Writable User area";
|
D | p1010rdb.dtsi | 47 label = "NOR DTB Image"; 53 label = "NOR Linux Kernel Image"; 59 label = "NOR JFFS2 Root File System"; 67 label = "NOR U-Boot Image"; 121 label = "SPI Flash U-Boot Image"; 128 label = "SPI Flash DTB Image"; 134 label = "SPI Flash Linux Kernel Image"; 140 label = "SPI Flash Compressed RFSImage"; 146 label = "SPI Flash JFFS2 RFS";
|
D | p5020ds.dts | 78 label = "u-boot"; 83 label = "kernel"; 88 label = "dtb"; 93 label = "file system"; 174 label = "NAND U-Boot Image"; 180 label = "NAND Root File System"; 185 label = "NAND Compressed RFS Image"; 190 label = "NAND Linux Kernel Image"; 195 label = "NAND DTB Image"; 200 label = "NAND Writable User area";
|
D | p3041ds.dts | 78 label = "u-boot"; 83 label = "kernel"; 88 label = "dtb"; 93 label = "file system"; 174 label = "NAND U-Boot Image"; 180 label = "NAND Root File System"; 185 label = "NAND Compressed RFS Image"; 190 label = "NAND Linux Kernel Image"; 195 label = "NAND DTB Image"; 200 label = "NAND Writable User area";
|
D | p1021mds.dts | 46 label = "NAND (RO) U-Boot Image"; 53 label = "NAND (RO) DTB Image"; 60 label = "NAND (RO) Linux Kernel Image"; 67 label = "NAND (RO) Compressed RFS Image"; 74 label = "NAND (RW) JFFS2 Root File System"; 80 label = "NAND (RW) Writable User area"; 86 label = "NAND (RO) QE Ucode"; 131 label = "u-boot-spi"; 136 label = "kernel-spi"; 141 label = "dtb-spi"; [all …]
|
D | p1010rdb-pa.dtsi | 40 label = "NAND U-Boot Image"; 47 label = "NAND DTB Image"; 53 label = "NAND Linux Kernel Image"; 59 label = "NAND Compressed RFS Image"; 65 label = "NAND JFFS2 Root File System"; 71 label = "NAND User area";
|
D | a3m071.dts | 109 label = "u-boot"; 114 label = "env"; 118 label = "dtb"; 122 label = "kernel"; 126 label = "root";
|
/linux-4.1.27/drivers/media/pci/mantis/ |
D | hopper_cards.c | 51 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() 112 dprintk(MANTIS_DEBUG, 0, "<%s>", label[3]); in hopper_irq_handler() 115 dprintk(MANTIS_DEBUG, 0, "<%s>", label[4]); in hopper_irq_handler() 118 dprintk(MANTIS_DEBUG, 0, "<%s>", label[5]); in hopper_irq_handler() 121 dprintk(MANTIS_DEBUG, 0, "<%s>", label[6]); in hopper_irq_handler() 124 dprintk(MANTIS_DEBUG, 0, "<%s>", label[7]); in hopper_irq_handler() 127 dprintk(MANTIS_DEBUG, 0, "<%s>", label[8]); in hopper_irq_handler() [all …]
|
D | mantis_cards.c | 61 static char *label[10] = { variable 107 dprintk(MANTIS_DEBUG, 0, "<%s>", label[0]); in mantis_irq_handler() 110 dprintk(MANTIS_DEBUG, 0, "<%s>", label[1]); in mantis_irq_handler() 116 dprintk(MANTIS_DEBUG, 0, "<%s>", label[2]); in mantis_irq_handler() 120 dprintk(MANTIS_DEBUG, 0, "<%s>", label[3]); in mantis_irq_handler() 123 dprintk(MANTIS_DEBUG, 0, "<%s>", label[4]); in mantis_irq_handler() 126 dprintk(MANTIS_DEBUG, 0, "<%s>", label[5]); in mantis_irq_handler() 129 dprintk(MANTIS_DEBUG, 0, "<%s>", label[6]); in mantis_irq_handler() 132 dprintk(MANTIS_DEBUG, 0, "<%s>", label[7]); in mantis_irq_handler() 135 dprintk(MANTIS_DEBUG, 0, "<%s>", label[8]); in mantis_irq_handler() [all …]
|
/linux-4.1.27/net/netfilter/ |
D | xt_IDLETIMER.c | 67 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() 129 info->timer->attr.attr.name = kstrdup(info->label, GFP_KERNEL); in idletimer_tg_create() 173 info->label, info->timeout); in idletimer_tg_target() 188 pr_debug("checkentry targinfo%s\n", info->label); in idletimer_tg_checkentry() 195 if (info->label[0] == '\0' || in idletimer_tg_checkentry() 196 strnlen(info->label, in idletimer_tg_checkentry() 204 info->timer = __idletimer_tg_find_by_label(info->label); in idletimer_tg_checkentry() 211 info->label, info->timer->refcnt); in idletimer_tg_checkentry() [all …]
|
/linux-4.1.27/Documentation/security/ |
D | Smack.txt | 40 smackaccess - report if a process with one label has access 70 the label given to a new filesystem object will be the label 73 The Smack label of a process that execs a program file with 77 label does not allow all of the access permitted to a process 78 with the label contained in this attribute. This is a very 85 gets the label of the directory instead of the label of the 90 Use the Smack label in this attribute for access control 94 Use the Smack label in this attribute for access control 97 There are multiple ways to set a Smack label on a file: 102 A process can see the Smack label it is running with by [all …]
|
/linux-4.1.27/drivers/hwmon/ |
D | ibmpowernv.c | 76 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 …]
|
D | ab8500.c | 122 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.1.27/drivers/pwm/ |
D | pwm-twl-led.c | 98 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 …]
|
D | pwm-twl.c | 100 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.1.27/arch/m68k/include/asm/ |
D | math-emu.h | 177 .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.1.27/drivers/usb/host/ |
D | ehci-dbg.c | 27 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.1.27/net/mpls/ |
D | internal.h | 9 u32 label; member 29 static inline struct mpls_shim_hdr mpls_entry_encode(u32 label, unsigned ttl, unsigned tc, bool bos) in mpls_entry_encode() argument 33 cpu_to_be32((label << MPLS_LS_LABEL_SHIFT) | in mpls_entry_encode() 45 result.label = (entry & MPLS_LS_LABEL_MASK) >> MPLS_LS_LABEL_SHIFT; in mpls_entry_decode() 53 int nla_put_labels(struct sk_buff *skb, int attrtype, u8 labels, const u32 label[]); 54 int nla_get_labels(const struct nlattr *nla, u32 max_labels, u32 *labels, u32 label[]);
|
/linux-4.1.27/Documentation/networking/ |
D | mpls-sysctl.txt | 4 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
|
D | secid.txt | 4 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.1.27/arch/arm/mach-imx/ |
D | iomux-imx31.c | 98 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.1.27/drivers/staging/vme/devices/ |
D | vme_pio2_gpio.c | 191 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.1.27/include/linux/ |
D | gpio.h | 42 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 264 const char *label) in devm_gpio_request() argument 271 unsigned long flags, const char *label) in devm_gpio_request_one() argument
|
/linux-4.1.27/Documentation/devicetree/bindings/input/ |
D | sun4i-lradc-keys.txt | 13 - 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.1.27/Documentation/devicetree/bindings/leds/ |
D | register-bit-led.txt | 22 - 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";
|
D | pca963x.txt | 14 - label : (optional) see Documentation/devicetree/bindings/leds/common.txt 29 label = "red"; 34 label = "green"; 39 label = "blue"; 44 label = "unused";
|
D | common.txt | 17 - label : The label for this LED. If omitted, the label is taken from the node 20 label. 44 label = "Status"; 50 label = "Flash";
|
/linux-4.1.27/tools/perf/ui/gtk/ |
D | browser.c | 50 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.1.27/arch/xtensa/boot/dts/ |
D | xtfpga-flash-16m.dtsi | 11 label = "boot loader area"; 15 label = "kernel image"; 19 label = "data"; 23 label = "boot environment";
|
D | xtfpga-flash-128m.dtsi | 11 label = "data"; 15 label = "boot loader area"; 19 label = "kernel image"; 23 label = "boot environment";
|
/linux-4.1.27/Documentation/devicetree/bindings/mtd/ |
D | partition.txt | 20 - label : The label / name for this partition. If omitted, the label is taken 35 label = "u-boot"; 51 label = "filesystem"; 62 label = "filesystem #1"; 68 label = "filesystem #2";
|
D | orion-nand.txt | 31 label = "u-boot"; 37 label = "uImage"; 42 label = "dtb"; 47 label = "root";
|
/linux-4.1.27/arch/frv/include/asm/ |
D | math-emu.h | 177 .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.1.27/arch/mips/boot/dts/netlogic/ |
D | xlp_gvp.dts | 45 label = "x-loader"; 51 label = "u-boot"; 56 label = "kernel"; 61 label = "rootfs"; 66 label = "env";
|
D | xlp_rvp.dts | 45 label = "x-loader"; 51 label = "u-boot"; 56 label = "kernel"; 61 label = "rootfs"; 66 label = "env";
|
D | xlp_svp.dts | 87 label = "x-loader"; 93 label = "u-boot"; 98 label = "kernel"; 103 label = "rootfs"; 108 label = "env";
|
D | xlp_fvp.dts | 87 label = "x-loader"; 93 label = "u-boot"; 98 label = "kernel"; 103 label = "rootfs"; 108 label = "env";
|
D | xlp_evp.dts | 87 label = "x-loader"; 93 label = "u-boot"; 98 label = "kernel"; 103 label = "rootfs"; 108 label = "env";
|
/linux-4.1.27/arch/mips/boot/dts/ralink/ |
D | rt2880_eval.dts | 28 label = "uboot"; 33 label = "uboot-env"; 38 label = "calibration"; 43 label = "linux";
|
D | rt3052_eval.dts | 28 label = "uboot"; 33 label = "uboot-env"; 38 label = "calibration"; 43 label = "linux";
|
/linux-4.1.27/include/ras/ |
D | ras_event.h | 100 const char *label, 111 TP_ARGS(err_type, error_msg, label, error_count, mc_index, 118 __string( label, label ) 133 __assign_str(label, label); 151 __get_str(label),
|
/linux-4.1.27/arch/arm64/kernel/ |
D | hyp-stub.S | 67 .macro invalid_vector label 68 \label: 69 b \label 70 ENDPROC(\label)
|
/linux-4.1.27/drivers/mfd/ |
D | vexpress-sysreg.c | 73 .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.1.27/arch/powerpc/boot/ |
D | planetcore.c | 110 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.1.27/arch/blackfin/kernel/ |
D | bfin_gpio.c | 117 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.1.27/arch/arm/plat-pxa/ |
D | ssp.c | 42 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()
|
/linux-4.1.27/drivers/mtd/nand/ |
D | ams-delta.c | 143 .label = "nand_nce", 148 .label = "nand_nre", 153 .label = "nand_nwp", 158 .label = "nand_nwe", 163 .label = "nand_ale", 168 .label = "nand_cle",
|
/linux-4.1.27/drivers/hwmon/pmbus/ |
D | pmbus_core.c | 84 char label[PMBUS_NAME_SIZE]; /* label */ member 796 struct pmbus_label *label = to_pmbus_label(da); in pmbus_show_label() local 798 return snprintf(buf, PAGE_SIZE, "%s\n", label->label); in pmbus_show_label() 913 struct pmbus_label *label; in pmbus_add_label() local 916 label = devm_kzalloc(data->dev, sizeof(*label), GFP_KERNEL); in pmbus_add_label() 917 if (!label) in pmbus_add_label() 920 a = &label->attribute; in pmbus_add_label() 922 snprintf(label->name, sizeof(label->name), "%s%d_label", name, seq); in pmbus_add_label() 924 strncpy(label->label, lstring, sizeof(label->label) - 1); in pmbus_add_label() 926 snprintf(label->label, sizeof(label->label), "%s%d", lstring, in pmbus_add_label() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/net/dsa/ |
D | dsa.txt | 39 - label : Describes the label associated with this port, special 85 label = "lan1"; 91 label = "lan2"; 96 label = "cpu"; 101 label = "dsa"; 113 label = "dsa";
|