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

1234567891011>>

/linux-master/arch/alpha/include/asm/
H A Duaccess.h39 #define EXC(label,cont,res,err) \
41 " .long "#label"-.\n" \
42 " lda "#res","#cont"-"#label"("#err")\n" \
/linux-master/drivers/phy/samsung/
H A Dphy-exynos5250-usb2.c366 .label = "device",
372 .label = "host",
378 .label = "hsic0",
384 .label = "hsic1",
393 .label = "host",
399 .label = "hsic",
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/sound/firewire/fireface/
H A Dff-protocol-latter.c315 char *const label; member in struct:__anon4819
332 const char *label; local
355 snd_iprintf(buffer, "%s: ", clk_entry->label);
369 label = snd_ff_proc_get_clk_label(src);
370 if (!label)
373 snd_iprintf(buffer, "Referred clock: %s %d\n", label, rate);
/linux-master/include/ras/
H A Dras_event.h102 const char *label,
113 TP_ARGS(err_type, error_msg, label, error_count, mc_index,
120 __string( label, label )
135 __assign_str(label);
153 __get_str(label),
/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;
/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
1903 const char *label; member in struct:lineevent_state
2164 char *label; local
2354 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/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 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: \

Completed in 407 milliseconds

1234567891011>>