/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/Documentation/devicetree/bindings/leds/ |
D | leds-bcm6358.txt | 27 - 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 …]
|
D | leds-netxbig.txt | 22 - 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";
|
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 | leds-tlc591xx.txt | 14 - 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/ |
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.4.14/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.4.14/arch/arm/boot/dts/ |
D | bcm4709-buffalo-wxr-1900dhp.dts | 31 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 …]
|
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 | bcm4708-smartrg-sr400ac.dts | 31 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 …]
|
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 | 52 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 …]
|
D | bcm4709-netgear-r7000.dts | 31 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 …]
|
D | armada-xp-linksys-mamba.dts | 159 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 …]
|
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 | bcm4708-asus-rt-ac56u.dts | 31 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";
|
D | bcm47081-buffalo-wzr-600dhp2.dts | 52 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 …]
|
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 | at91sam9261ek.dts | 78 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 …]
|
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 | 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-asus-rt-ac68u.dts | 31 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";
|
D | bcm4708-netgear-r6300-v2.dts | 31 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";
|
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 | 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 | at91sam9263ek.dts | 135 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 …]
|
D | bcm4708-netgear-r6250.dts | 42 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";
|
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 | 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 | 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 | 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 | 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 | bcm4709-netgear-r8000.dts | 31 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";
|
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 | armada-385-linksys-cobra.dts | 57 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 …]
|
D | at91sam9rlek.dts | 73 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 …]
|
D | armada-385-linksys-caiman.dts | 57 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 …]
|
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 | bcm47081-asus-rt-n18u.dts | 31 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";
|
D | at91sam9x5cm.dtsi | 50 label = "at91bootstrap"; 55 label = "u-boot"; 60 label = "U-Boot Env"; 65 label = "kernel"; 70 label = "rootfs"; 80 label = "pb18"; 86 label = "pd21";
|
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 | at91sam9g20ek_common.dtsi | 133 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";
|
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 | armada-385-linksys.dtsi | 137 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 …]
|
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 | 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 | 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 | lpc4350-hitex-eval.dts | 49 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 …]
|
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 | at91-kizbox.dts | 68 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";
|
D | kirkwood-lswxl.dts | 130 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 …]
|
D | at91sam9m10g45ek.dts | 255 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 …]
|
D | kirkwood-lswvl.dts | 130 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 …]
|
D | at91rm9200ek.dts | 95 label = "barebox"; 100 label = "bareboxenv"; 105 label = "kernel"; 110 label = "root"; 120 label = "green"; 126 label = "yellow"; 132 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 | armada-370-seagate-nas-xbay.dtsi | 101 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 …]
|
D | sama5d3xcm.dtsi | 83 label = "at91bootstrap"; 88 label = "bootloader"; 93 label = "bootloader env"; 98 label = "device tree"; 103 label = "kernel"; 108 label = "rootfs"; 118 label = "d2";
|
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 | 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 | 155 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 …]
|
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 | 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 | 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 | 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 | spear600-evb.dts | 67 label = "xloader"; 71 label = "u-boot"; 75 label = "environment"; 79 label = "dtb"; 83 label = "linux"; 87 label = "rootfs";
|
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 | kirkwood-netxbig.dtsi | 44 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";
|
D | bcm4709-asus-rt-ac87u.dts | 31 label = "bcm53xx:blue:wps"; 37 label = "bcm53xx:blue:power"; 43 label = "bcm53xx:red:wan"; 55 label = "WPS"; 61 label = "Reset";
|
D | am335x-phycore-som.dtsi | 203 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 …]
|
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 | 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 | 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 | at91-kizboxmini.dts | 81 label = "bootstrap"; 86 label = "ubi"; 98 label = "PB_PROG"; 105 label = "PB_RST"; 116 label = "pwm:green:user"; 123 label = "pwm:red:user";
|
D | at91-kizbox2.dts | 154 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";
|
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 | armada-370-netgear-rn104.dts | 168 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 …]
|
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 | 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 | 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 | 155 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 …]
|
D | aks-cdu.dts | 72 label = "bootstrap"; 77 label = "uboot"; 81 label = "ubootenv"; 85 label = "kernel"; 89 label = "rootfs";
|
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 | armada-370-dlink-dns327l.dts | 109 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 …]
|
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-sama5d3_xplained.dts | 249 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";
|
D | omap3-overo-palo43-common.dtsi | 24 label = "overo:red:gpio21"; 29 label = "overo:blue:gpio22"; 41 label = "button0"; 47 label = "button1";
|
D | omap3-overo-palo35-common.dtsi | 24 label = "overo:red:gpio21"; 29 label = "overo:blue:gpio22"; 41 label = "button0"; 47 label = "button1";
|
D | dra7-evm.dts | 107 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 …]
|
D | omap3-devkit8000-common.dtsi | 22 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 …]
|
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 | kirkwood-net5big.dts | 92 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/ |
D | gpiolib.h | 101 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 …]
|
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 | gpio-etraxfs.c | 75 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 …]
|
D | gpiolib-legacy.c | 20 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/ |
D | head_64.h | 34 #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; \
|
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.4.14/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.4.14/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.4.14/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()
|
/linux-4.4.14/arch/arc/boot/dts/ |
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 …]
|
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 …]
|
/linux-4.4.14/arch/mips/boot/dts/qca/ |
D | ar9132_tl_wr1043nd_v1.dts | 50 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/ |
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.4.14/arch/powerpc/boot/dts/fsl/ |
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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | p2041rdb.dts | 90 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";
|
D | p5040ds.dts | 90 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/ |
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() 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/ |
D | dprc.c | 124 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/ |
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.4.14/Documentation/security/ |
D | Smack.txt | 44 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/ |
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.4.14/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.4.14/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.4.14/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() 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 …]
|
D | mantis_cards.c | 63 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/ |
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.4.14/arch/cris/boot/dts/ |
D | p1343.dts | 39 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/ |
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.4.14/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.4.14/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 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/ |
D | juno-motherboard.dtsi | 66 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/ |
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 | 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 | 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 | pcm032.dts | 119 label = "ubootl"; 123 label = "kernel"; 127 label = "jffs2"; 131 label = "uboot"; 135 label = "env"; 139 label = "oftree"; 143 label = "space";
|
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";
|
/linux-4.4.14/arch/s390/include/asm/ |
D | jump_label.h | 22 : : "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/ |
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.4.14/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.4.14/net/mpls/ |
D | internal.h | 9 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/ |
D | xtfpga-flash-128m.dtsi | 11 label = "data"; 15 label = "boot loader area"; 19 label = "kernel image"; 23 label = "boot environment";
|
D | xtfpga-flash-16m.dtsi | 11 label = "boot loader area"; 15 label = "kernel image"; 19 label = "data"; 23 label = "boot environment";
|
/linux-4.4.14/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.4.14/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.4.14/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";
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | partition.txt | 29 - 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";
|
D | orion-nand.txt | 31 label = "u-boot"; 37 label = "uImage"; 42 label = "dtb"; 47 label = "root";
|
/linux-4.4.14/arch/arm64/kernel/ |
D | hyp-stub.S | 67 .macro invalid_vector label 68 \label: 69 b \label 70 ENDPROC(\label)
|
/linux-4.4.14/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.4.14/arch/arm64/boot/dts/qcom/ |
D | apq8016-sbc.dtsi | 71 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/ |
D | dsa.txt | 39 - 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/ |
D | sram.c | 56 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/ |
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.4.14/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.4.14/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()
|