Searched refs:label (Results 1 - 25 of 262) sorted by relevance

1234567891011

/drivers/scsi/sym53c8xx_2/
H A Dsym_fw.h87 #define SYM_GEN_A(s, label) s label;
88 #define SYM_GEN_B(s, label) s label;
89 #define SYM_GEN_Z(s, label) s label;
165 #define SCRIPTA_BA(np, label) (np->fwa_bas.label)
166 #define SCRIPTB_BA(np, label) (np->fwb_bas.label)
[all...]
H A Dsym_fw.c45 #define SYM_GEN_A(s, label) ((short) offsetof(s, label)),
46 #define SYM_GEN_B(s, label) ((short) offsetof(s, label)),
47 #define SYM_GEN_Z(s, label) ((short) offsetof(s, label)),
48 #define PADDR_A(label) SYM_GEN_PADDR_A(struct SYM_FWA_SCR, label)
49 #define PADDR_B(label) SYM_GEN_PADDR_B(struct SYM_FWB_SCR, label)
[all...]
/drivers/gpio/
H A Dgpiolib.h85 const char *label; member in struct:gpio_desc
88 int gpiod_request(struct gpio_desc *desc, const char *label);
102 pr_emerg("gpio-%d (%s): " fmt, desc_to_gpio(desc), desc->label ? : "?",\
105 pr_crit("gpio-%d (%s): " fmt, desc_to_gpio(desc), desc->label ? : "?", \
108 pr_err("gpio-%d (%s): " fmt, desc_to_gpio(desc), desc->label ? : "?", \
111 pr_warn("gpio-%d (%s): " fmt, desc_to_gpio(desc), desc->label ? : "?", \
114 pr_info("gpio-%d (%s): " fmt, desc_to_gpio(desc), desc->label ? : "?", \
117 pr_debug("gpio-%d (%s): " fmt, desc_to_gpio(desc), desc->label ? : "?",\
123 pr_emerg("GPIO chip %s: " fmt, chip->label, ##__VA_ARGS__)
125 pr_crit("GPIO chip %s: " fmt, chip->label, ##__VA_ARGS_
[all...]
H A Dgpiolib-legacy.c18 * @label: a literal description string of this GPIO
20 int gpio_request_one(unsigned gpio, unsigned long flags, const char *label) argument
27 err = gpiod_request(desc, label);
63 int gpio_request(unsigned gpio, const char *label) argument
65 return gpiod_request(gpio_to_desc(gpio), label);
79 err = gpio_request_one(array->gpio, array->flags, array->label);
H A Dgpio-samsung.c732 BUG_ON(!gc->label);
750 gc->label);
752 pr_err("gpio: %s has no PM function\n", gc->label);
906 .label = "GPIOA",
915 .label = "GPIOB",
922 .label = "GPIOC",
929 .label = "GPIOD",
935 .label = "GPIOE",
943 .label = "GPIOF",
952 .label
[all...]
H A Ddevres.c176 * @label: the name of the requested GPIO
187 int devm_gpio_request(struct device *dev, unsigned gpio, const char *label) argument
196 rc = gpio_request(gpio, label);
214 * @label: a literal description string of this GPIO
217 unsigned long flags, const char *label)
226 rc = gpio_request_one(gpio, flags, label);
216 devm_gpio_request_one(struct device *dev, unsigned gpio, unsigned long flags, const char *label) argument
H A Dgpio-wm831x.c150 const char *label, *pull, *powerdomain; local
157 label = gpiochip_is_requested(chip, i);
158 if (!label)
159 label = "Unrequested";
161 seq_printf(s, " gpio-%-3d (%-20.20s) ", gpio, label);
234 .label = "wm831x",
H A Dgpio-wm8994.c184 const char *label; local
191 label = gpiochip_is_requested(chip, i);
192 if (!label)
193 label = "Unrequested";
195 seq_printf(s, " gpio-%-3d (%-20.20s) ", gpio, label);
236 .label = "wm8994",
/drivers/staging/rts5208/
H A Dtrace.h66 #define TRACE_GOTO(chip, label) \
80 goto label; \
84 #define TRACE_GOTO(chip, label) goto label
/drivers/regulator/
H A Dtwl-regulator.c835 #define TWL4030_FIXED_LDO(label, offset, mVolts, num, turnon_delay, \
837 TWL_FIXED_LDO(label, offset, mVolts, num, turnon_delay, \
839 #define TWL6030_FIXED_LDO(label, offset, mVolts, turnon_delay) \
840 TWL_FIXED_LDO(label, offset, mVolts, 0x0, turnon_delay, \
843 #define TWL4030_ADJUSTABLE_LDO(label, offset, num, turnon_delay, remap_conf) \
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...]
/drivers/media/pci/mantis/
H A Dhopper_cards.c51 static char *label[10] = { variable
99 dprintk(MANTIS_DEBUG, 0, "<%s>", label[0]);
102 dprintk(MANTIS_DEBUG, 0, "<%s>", label[1]);
108 dprintk(MANTIS_DEBUG, 0, "<%s>", label[2]);
112 dprintk(MANTIS_DEBUG, 0, "<%s>", label[3]);
115 dprintk(MANTIS_DEBUG, 0, "<%s>", label[4]);
118 dprintk(MANTIS_DEBUG, 0, "<%s>", label[5]);
121 dprintk(MANTIS_DEBUG, 0, "<%s>", label[6]);
124 dprintk(MANTIS_DEBUG, 0, "<%s>", label[7]);
127 dprintk(MANTIS_DEBUG, 0, "<%s>", label[
[all...]
H A Dmantis_cards.c61 static char *label[10] = { variable
107 dprintk(MANTIS_DEBUG, 0, "<%s>", label[0]);
110 dprintk(MANTIS_DEBUG, 0, "<%s>", label[1]);
116 dprintk(MANTIS_DEBUG, 0, "<%s>", label[2]);
120 dprintk(MANTIS_DEBUG, 0, "<%s>", label[3]);
123 dprintk(MANTIS_DEBUG, 0, "<%s>", label[4]);
126 dprintk(MANTIS_DEBUG, 0, "<%s>", label[5]);
129 dprintk(MANTIS_DEBUG, 0, "<%s>", label[6]);
132 dprintk(MANTIS_DEBUG, 0, "<%s>", label[7]);
135 dprintk(MANTIS_DEBUG, 0, "<%s>", label[
[all...]
/drivers/usb/host/
H A Dehci-dbg.c27 static void dbg_hcs_params (struct ehci_hcd *ehci, char *label) argument
33 label, params,
56 label, buf);
61 static inline void dbg_hcs_params (struct ehci_hcd *ehci, char *label) {} argument
71 static void dbg_hcc_params (struct ehci_hcd *ehci, char *label) argument
78 label, params,
85 label,
100 static inline void dbg_hcc_params (struct ehci_hcd *ehci, char *label) {} argument
107 dbg_qtd (const char *label, struct ehci_hcd *ehci, struct ehci_qtd *qtd) argument
109 ehci_dbg(ehci, "%s td %p n%08x %08x t%08x p0=%08x\n", label, qt
123 dbg_qh(const char *label, struct ehci_hcd *ehci, struct ehci_qh *qh) argument
133 dbg_itd(const char *label, struct ehci_hcd *ehci, struct ehci_itd *itd) argument
164 dbg_sitd(const char *label, struct ehci_hcd *ehci, struct ehci_sitd *sitd) argument
179 dbg_status_buf(char *buf, unsigned len, const char *label, u32 status) argument
199 dbg_intr_buf(char *buf, unsigned len, const char *label, u32 enable) argument
218 dbg_command_buf(char *buf, unsigned len, const char *label, u32 command) argument
243 dbg_port_buf(char *buf, unsigned len, const char *label, int port, u32 status) argument
285 dbg_qh(char *label, struct ehci_hcd *ehci, struct ehci_qh *qh) argument
289 dbg_status_buf(char *buf, unsigned len, const char *label, u32 status) argument
293 dbg_command_buf(char *buf, unsigned len, const char *label, u32 command) argument
297 dbg_intr_buf(char *buf, unsigned len, const char *label, u32 enable) argument
301 dbg_port_buf(char *buf, unsigned len, const char *label, int port, u32 status) argument
786 static char label [] = ""; local
[all...]
/drivers/pwm/
H A Dpwm-twl-led.c98 dev_err(chip->dev, "%s: Failed to configure PWM\n", pwm->label);
112 dev_err(chip->dev, "%s: Failed to read LEDEN\n", pwm->label);
120 dev_err(chip->dev, "%s: Failed to enable PWM\n", pwm->label);
137 dev_err(chip->dev, "%s: Failed to read LEDEN\n", pwm->label);
145 dev_err(chip->dev, "%s: Failed to disable PWM\n", pwm->label);
163 dev_err(chip->dev, "%s: Failed to configure PWM\n", pwm->label);
178 pwm->label);
187 dev_err(chip->dev, "%s: Failed to enable PWM\n", pwm->label);
205 pwm->label);
214 dev_err(chip->dev, "%s: Failed to disable PWM\n", pwm->label);
[all...]
H A Dpwm-twl.c100 dev_err(chip->dev, "%s: Failed to configure PWM\n", pwm->label);
114 dev_err(chip->dev, "%s: Failed to read GPBR1\n", pwm->label);
122 dev_err(chip->dev, "%s: Failed to enable PWM\n", pwm->label);
128 dev_err(chip->dev, "%s: Failed to enable PWM\n", pwm->label);
144 dev_err(chip->dev, "%s: Failed to read GPBR1\n", pwm->label);
152 dev_err(chip->dev, "%s: Failed to disable PWM\n", pwm->label);
158 dev_err(chip->dev, "%s: Failed to disable PWM\n", pwm->label);
181 dev_err(chip->dev, "%s: Failed to read PMBR1\n", pwm->label);
195 dev_err(chip->dev, "%s: Failed to request PWM\n", pwm->label);
216 dev_err(chip->dev, "%s: Failed to read PMBR1\n", pwm->label);
[all...]
/drivers/staging/vme/devices/
H A Dvme_pio2_gpio.c192 char *label; local
194 label = kmalloc(PIO2_NUM_CHANNELS, GFP_KERNEL);
195 if (label == NULL)
198 sprintf(label, "%s@%s", driver_name, dev_name(&card->vdev->dev));
199 card->gc.label = label;
214 kfree(card->gc.label);
222 const char *label = card->gc.label; local
225 kfree(label);
[all...]
/drivers/input/serio/
H A Dams_delta_serio.c110 .label = "serio-data",
115 .label = "serio-clock",
120 .label = "serio-power",
125 .label = "serio-dataout",
/drivers/net/ethernet/sfc/
H A Dvfdi.h139 * @u.init_rxq.label: Label used in receive events.
147 * @u.init_txq.label: Label used in transmit completion events.
180 u32 label; member in struct:vfdi_req::__anon3880::__anon3882
190 u32 label; member in struct:vfdi_req::__anon3880::__anon3883
/drivers/phy/
H A Dphy-samsung-usb2.h54 char *label; member in struct:samsung_usb2_common_phy
H A Dphy-samsung-usb2.c29 inst->cfg->label);
57 inst->cfg->label);
201 char *label = drv->cfg->phys[i].label; local
204 dev_dbg(dev, "Creating phy \"%s\"\n", label);
209 label);
/drivers/usb/gadget/udc/
H A Dpxa25x_udc.h168 dump_udccr(const char *label) argument
172 label, udccr,
184 dump_udccs0(const char *label) argument
189 label, state_name[the_controller->ep0state], udccs0,
/drivers/hwmon/
H A Dab8500.c122 char *label; local
128 label = "ext_adc1";
131 label = "ext_adc2";
134 label = "bat_temp";
137 label = "bat_ctrl";
143 return sprintf(buf, "%s\n", label);
/drivers/mfd/
H A Dvexpress-sysreg.c118 .label = "sys_id",
122 .label = "sys_led",
128 .label = "sys_mci",
134 .label = "sys_flash",
140 .label = "sys_misc",
144 .label = "sys_procid",
/drivers/mtd/nand/
H A Dams-delta.c143 .label = "nand_nce",
148 .label = "nand_nre",
153 .label = "nand_nwp",
158 .label = "nand_nwe",
163 .label = "nand_ale",
168 .label = "nand_cle",
/drivers/hwmon/pmbus/
H A Dpmbus_core.c80 char name[PMBUS_NAME_SIZE]; /* sysfs label name */
82 char label[PMBUS_NAME_SIZE]; /* label */ member in struct:pmbus_label
763 struct pmbus_label *label = to_pmbus_label(da); local
765 return snprintf(buf, PAGE_SIZE, "%s\n", label->label);
880 struct pmbus_label *label; local
883 label = devm_kzalloc(data->dev, sizeof(*label), GFP_KERNEL);
884 if (!label)
927 const char *label; /* sensor label */ member in struct:pmbus_sensor_attr
[all...]

Completed in 1123 milliseconds

1234567891011