Searched refs:label (Results 151 - 175 of 795) sorted by relevance

1234567891011>>

/linux-master/arch/sparc/include/asm/
H A Dhead_32.h12 #define TRAP_ENTRY(type, label) \
13 rd %psr, %l0; b label; rd %wim, %l3; nop;
H A Duaccess_64.h77 #define __put_kernel_nofault(dst, src, type, label) \
90 goto label; \
147 #define __get_kernel_nofault(dst, src, type, label) \
163 goto label; \
/linux-master/arch/m68k/math-emu/
H A Dfp_decode.h189 .macro fp_get_test_extword label
192 jne \label
197 .macro fp_test_basereg_d16 label
199 jeq \label
203 .macro fp_test_basereg_ext label
205 jeq \label
208 .macro fp_test_suppr_index label
210 jne \label
/linux-master/drivers/gpio/
H A Dgpio-xtensa.c126 .label = "impwire",
135 .label = "expstate",
H A Dgpio-sim.c233 const char *label; local
238 for_each_hwgpio(gc, i, label)
241 label ?: "<unused>",
411 const char *label; local
422 ret = fwnode_property_read_string(swnode, "gpio-sim,label", &label);
424 label = devm_kasprintf(dev, GFP_KERNEL, "%s:%pfwP",
426 if (!label)
470 gc->label = label;
625 char *label; member in struct:gpio_sim_bank
[all...]
H A Dgpiolib-cdev.c71 * @label: consumer label used to tag descriptors
77 const char *label; member in struct:linehandle_state
273 kfree(lh->label);
319 /* label is only initialized if consumer_label is set */
320 lh->label = kstrndup(handlereq.consumer_label,
323 if (!lh->label) {
341 ret = gpiod_request_user(desc, lh->label);
527 * @label: consumer label use
543 const char *label; member in struct:linereq
745 free_irq_label(const char *label) argument
1037 char *label; local
1139 char *label; local
1889 const char *label; member in struct:lineevent_state
2150 char *label; local
2340 const char *label; local
[all...]
/linux-master/arch/sh/boards/mach-x3proto/
H A Dgpio.c77 .label = "x3proto-gpio",
118 x3proto_gpio_chip.label, x3proto_gpio_chip.base,
/linux-master/arch/arm64/kernel/
H A Dhyp-stub.S188 .macro invalid_vector label
189 SYM_CODE_START_LOCAL(\label)
190 b \label
191 SYM_CODE_END(\label)
/linux-master/security/apparmor/
H A Dcapability.c144 * @label: label being tested for capability (NOT NULL)
152 int aa_capable(const struct cred *subj_cred, struct aa_label *label, argument
161 error = fn_for_each_confined(label, profile,
/linux-master/drivers/staging/media/atomisp/pci/runtime/debug/interface/
H A Dia_css_debug.h249 * @param[in] label description of resolution output
254 const char *label);
259 * @param[in] label description of frame_info output
264 const char *label);
/linux-master/fs/pstore/
H A Dram_core.c458 unsigned int memtype, char *label)
462 if (!request_mem_region(start, size, label ?: "ramoops")) {
464 label ?: "ramoops",
492 prz->label);
514 pr_warn("ECC failed %s\n", prz->label);
579 kfree(prz->label);
586 unsigned int memtype, u32 flags, char *label)
600 prz->label = kstrdup(label, GFP_KERNEL);
601 if (!prz->label)
457 persistent_ram_iomap(phys_addr_t start, size_t size, unsigned int memtype, char *label) argument
584 persistent_ram_new(phys_addr_t start, size_t size, u32 sig, struct persistent_ram_ecc_info *ecc_info, unsigned int memtype, u32 flags, char *label) argument
[all...]
/linux-master/tools/bpf/
H A Dbpf_exp.l183 yylval.label = strdup(yytext);
184 return label;
/linux-master/net/sctp/
H A Dobjcnt.c68 seq_printf(seq, "%s: %d", sctp_dbg_objcnt[i].label,
/linux-master/drivers/phy/samsung/
H A Dphy-exynos4x12-usb2.c338 .label = "device",
344 .label = "host",
350 .label = "hsic0",
356 .label = "hsic1",
H A Dphy-exynos4210-usb2.c227 .label = "device",
233 .label = "host",
239 .label = "hsic0",
245 .label = "hsic1",
H A Dphy-samsung-usb2.h53 char *label; member in struct:samsung_usb2_common_phy
/linux-master/tools/testing/selftests/net/
H A Dipv6_flowlabel_mgr.c48 static int flowlabel_get(int fd, uint32_t label, uint8_t share, uint16_t flags) argument
52 .flr_label = htonl(label),
64 static int flowlabel_put(int fd, uint32_t label) argument
68 .flr_label = htonl(label),
79 explain("cannot get non-existent label");
82 explain("cannot put non-existent label");
85 explain("cannot create label greater than 20 bits");
89 explain("create a new label (FL_F_CREATE)");
91 explain("can get the label (without FL_F_CREATE)");
104 explain("create a new exclusive label (FL_S_EXC
[all...]
/linux-master/drivers/usb/gadget/legacy/
H A Dether.c231 .label = "RNDIS",
296 /* .label = f(hardware) */
313 /* set up main config label and device descriptor */
324 eth_config_driver.label = "CDC Ethernet (EEM)";
338 eth_config_driver.label = "CDC Ethernet (ECM)";
351 eth_config_driver.label = "CDC Subset/SAFE";
/linux-master/fs/ocfs2/
H A Docfs1_fs_compat.h78 * OCFS1 volume label. Lives at sector 1.
83 /*30*/ __u8 label[OCFS1_MAX_VOL_LABEL_LEN]; member in struct:ocfs1_vol_label
/linux-master/include/net/
H A Dinet_ecn.h68 #define IP6_ECN_flow_init(label) do { \
69 (label) &= ~htonl(INET_ECN_MASK << 20); \
72 #define IP6_ECN_flow_xmit(sk, label) do { \
74 (label) |= htonl(INET_ECN_ECT_0 << 20); \
/linux-master/drivers/nvdimm/
H A DMakefile23 libnvdimm-y += label.o
/linux-master/include/linux/
H A Dpxa2xx_ssp.h243 const char *label; member in struct:ssp_device
292 struct ssp_device *pxa_ssp_request(int port, const char *label);
295 const char *label);
297 static inline struct ssp_device *pxa_ssp_request(int port, const char *label) argument
H A Dlinkage.h335 #define SYM_DATA_END_LABEL(name, linkage, label) \
336 linkage(label) ASM_NL \
337 .type label SYM_T_OBJECT ASM_NL \
338 label: \
H A Duaccess.h389 #define __get_kernel_nofault(dst, src, type, label) \
394 goto label; \
398 #define __put_kernel_nofault(dst, src, type, label) \
403 goto label; \
/linux-master/block/
H A Dearly-lookup.c96 * match_dev_by_label - callback for finding a partition using its label
98 * @data: opaque pointer to the label to match
105 const char *label = data; local
107 if (!bdev->bd_meta_info || strcmp(label, bdev->bd_meta_info->volname))
112 static int __init devt_from_partlabel(const char *label, dev_t *devt) argument
116 dev = class_find_device(&block_class, NULL, label, &match_dev_by_label);
236 * 9) PARTLABEL=<name> with name being the GPT partition label.

Completed in 250 milliseconds

1234567891011>>