Searched refs:label (Results 351 - 375 of 800) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-lite-reg.h144 void flite_hw_dump_regs(struct fimc_lite *dev, const char *label);
H A Dfimc-lite-reg.c317 void flite_hw_dump_regs(struct fimc_lite *dev, const char *label) argument
340 v4l2_info(&dev->subdev, "--- %s ---\n", label);
/linux-master/scripts/kconfig/lxdialog/
H A Ddialog.h185 void print_button(WINDOW * win, const char *label, int y, int x, int selected);
/linux-master/drivers/pwm/
H A Dpwm-dwc.c118 i, chip->pwms[i].label);
H A Dcore.c334 static int pwm_device_request(struct pwm_device *pwm, const char *label) argument
382 pwm->label = label;
391 * @label: a literal description string of this PWM
399 const char *label)
410 err = pwm_device_request(pwm, label);
1301 pwm->label = con_id;
1545 pwm->label = NULL;
1632 seq_printf(s, " pwm-%-3d (%-20.20s):", i, pwm->label);
397 pwm_request_from_chip(struct pwm_chip *chip, unsigned int index, const char *label) argument
/linux-master/net/mpls/
H A Daf_mpls.c74 static void rtmsg_lfib(int event, u32 label, struct mpls_route *rt,
172 /* Read and decode the current label */
179 if (likely(dec.label >= MPLS_LABEL_FIRST_UNRESERVED)) {
180 hash = jhash_1word(dec.label, hash);
182 /* The entropy label follows the entropy label
184 * label was just added to the hash - no need to
185 * go any deeper either in the label stack or in the
190 } else if (dec.label == MPLS_LABEL_ENTROPY) {
197 /* found bottom label; doe
1687 nla_put_labels(struct sk_buff *skb, int attrtype, u8 labels, const u32 label[]) argument
1709 nla_get_labels(const struct nlattr *nla, u8 max_labels, u8 *labels, u32 label[], struct netlink_ext_ack *extack) argument
1972 mpls_dump_route(struct sk_buff *skb, u32 portid, u32 seq, int event, u32 label, struct mpls_route *rt, int flags) argument
2258 rtmsg_lfib(int event, u32 label, struct mpls_route *rt, struct nlmsghdr *nlh, struct net *net, u32 portid, unsigned int nlm_flags) argument
[all...]
/linux-master/arch/x86/kernel/
H A Dsignal_64.c138 #define unsafe_put_sigcontext(sc, fp, regs, set, label) \
141 goto label; \
144 #define unsafe_put_sigmask(set, frame, label) \
147 label)
/linux-master/include/net/
H A Dip_tunnels.h70 __be32 label; /* Flow Label for IPv6 */ member in struct:ip_tunnel_key
281 u8 tos, u8 ttl, __be32 label,
293 key->label = label;
279 ip_tunnel_key_init(struct ip_tunnel_key *key, __be32 saddr, __be32 daddr, u8 tos, u8 ttl, __be32 label, __be16 tp_src, __be16 tp_dst, __be64 tun_id, const unsigned long *tun_flags) argument
/linux-master/arch/powerpc/mm/book3s64/
H A Dslice.c34 static void slice_print_mask(const char *label, const struct slice_mask *mask) argument
38 pr_devel("%s low_slice: %*pbl\n", label,
40 pr_devel("%s high_slice: %*pbl\n", label,
48 static void slice_print_mask(const char *label, const struct slice_mask *mask) {} argument
/linux-master/arch/mips/rb532/
H A Dgpio.c161 .label = "gpio0",
/linux-master/fs/ntfs3/
H A Dsuper.c487 /* read /proc/fs/ntfs3/<dev>/label */
493 seq_printf(m, "%s\n", sbi->volume.label);
498 /* write /proc/fs/ntfs3/<dev>/label */
505 u8 *label; local
510 label = kmalloc(count, GFP_NOFS);
512 if (!label)
515 if (copy_from_user(label, buffer, ret)) {
519 while (ret > 0 && label[ret - 1] == '\n')
522 err = ntfs_set_label(sb->s_fs_info, label, ret);
525 ntfs_err(sb, "failed (%d) to write label", er
[all...]
/linux-master/drivers/usb/gadget/legacy/
H A Dzero.c203 .label = "loopback",
225 .label = "source/sink",
H A Dnokia.c121 .label = "Bus Powered",
129 .label = "Self Powered",
H A Dmulti.c192 config.label = strings_dev[MULTI_STRING_RNDIS_CONFIG_IDX].s;
275 config.label = strings_dev[MULTI_STRING_CDC_CONFIG_IDX].s;
/linux-master/scripts/dtc/
H A Ddtx_diff353 diff ${diff_flags} ${diff_color} --label "${dtx_file_1}" --label "${dtx_file_2}" \
/linux-master/arch/arm64/lib/
H A Dmemcpy.S18 #define L(label) .L ## label
H A Dstrncmp.S18 #define L(label) .L ## label
/linux-master/drivers/iio/adc/
H A Dmt6360-adc.c217 char *label)
219 return snprintf(label, PAGE_SIZE, "%s\n", mt6360_channel_labels[chan->channel]);
216 mt6360_adc_read_label(struct iio_dev *iio_dev, const struct iio_chan_spec *chan, char *label) argument
/linux-master/drivers/gpio/
H A Dgpio-tqmx86.c235 seq_printf(p, gc->label);
281 chip->label = "gpio-tqmx86";
H A Dgpio-xgs-iproc.c246 chip->gc.label = dev_name(dev);
269 IRQF_SHARED, chip->gc.label, &chip->gc);
H A Dgpio-mvebu.c887 const char *label; local
899 for_each_requested_gpio(chip, i, label) {
906 seq_printf(s, " gpio-%-3d (%-20.20s)", chip->base + i, label);
1167 mvchip->chip.label = dev_name(&pdev->dev);
1247 mvchip->chip.label);
1261 mvchip->chip.label);
1276 ct->chip.name = mvchip->chip.label;
1285 ct->chip.name = mvchip->chip.label;
/linux-master/drivers/net/wireguard/
H A Dcookie.c34 const u8 label[COOKIE_KEY_LABEL_LEN])
39 blake2s_update(&blake, label, COOKIE_KEY_LABEL_LEN);
32 precompute_key(u8 key[NOISE_SYMMETRIC_KEY_LEN], const u8 pubkey[NOISE_PUBLIC_KEY_LEN], const u8 label[COOKIE_KEY_LABEL_LEN]) argument
/linux-master/drivers/iio/position/
H A Dhid-sensor-custom-intel-hinge.c175 struct iio_chan_spec const *chan, char *label)
179 return sprintf(label, "%s\n", st->labels[chan->channel]);
174 hinge_read_label(struct iio_dev *indio_dev, struct iio_chan_spec const *chan, char *label) argument
/linux-master/drivers/usb/fotg210/
H A Dfotg210-hcd.c93 static void dbg_hcs_params(struct fotg210_hcd *fotg210, char *label) argument
97 fotg210_dbg(fotg210, "%s hcs_params 0x%x ports=%d\n", label, params,
104 static void dbg_hcc_params(struct fotg210_hcd *fotg210, char *label) argument
108 fotg210_dbg(fotg210, "%s hcc_params %04x uframes %s%s\n", label,
115 dbg_qtd(const char *label, struct fotg210_hcd *fotg210, struct fotg210_qtd *qtd) argument
117 fotg210_dbg(fotg210, "%s td %p n%08x %08x t%08x p0=%08x\n", label, qtd,
131 dbg_qh(const char *label, struct fotg210_hcd *fotg210, struct fotg210_qh *qh) argument
135 fotg210_dbg(fotg210, "%s qh %p n%08x info %x %x qtd %x\n", label, qh,
143 dbg_itd(const char *label, struct fotg210_hcd *fotg210, struct fotg210_itd *itd) argument
145 fotg210_dbg(fotg210, "%s[%d] itd %p, next %08x, urb %p\n", label,
177 dbg_status_buf(char *buf, unsigned len, const char *label, u32 status) argument
194 dbg_intr_buf(char *buf, unsigned len, const char *label, u32 enable) argument
208 dbg_command_buf(char *buf, unsigned len, const char *label, u32 command) argument
225 dbg_port_buf(char *buf, unsigned len, const char *label, int port, u32 status) argument
640 static const char label[] = ""; local
[all...]
/linux-master/include/linux/
H A Dedac.h47 /* Max length of a DIMM label*/
384 char label[EDAC_MC_LABEL_LEN + 1]; /* DIMM label on motherboard */ member in struct:dimm_info
415 * @dimm: A pointer to the DIMM structure, where the DIMM label
474 * @label: label of the affected DIMM(s)
479 char label[(EDAC_MC_LABEL_LEN + 1 + sizeof(OTHER_LABEL)) * EDAC_MAX_LABELS]; member in struct:edac_raw_error_desc

Completed in 515 milliseconds

<<11121314151617181920>>