Home
last modified time | relevance | path

Searched defs:label (Results 1 – 25 of 67) sorted by relevance

123

/drivers/scsi/sym53c8xx_2/
Dsym_fw.h87 #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
197 #define RADDR_1(label) (RELOC_REGISTER | REG(label)) argument
198 #define RADDR_2(label,ofs) (RELOC_REGISTER | ((REG(label))+(ofs))) argument
[all …]
Dsym_fw.c45 #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
/drivers/usb/host/
Dehci-dbg.c27 static void dbg_hcs_params (struct ehci_hcd *ehci, char *label) in dbg_hcs_params()
61 static inline void dbg_hcs_params (struct ehci_hcd *ehci, char *label) {} in dbg_hcs_params()
71 static void dbg_hcc_params (struct ehci_hcd *ehci, char *label) in dbg_hcc_params()
100 static inline void dbg_hcc_params (struct ehci_hcd *ehci, char *label) {} in dbg_hcc_params()
107 dbg_qtd (const char *label, struct ehci_hcd *ehci, struct ehci_qtd *qtd) in dbg_qtd()
123 dbg_qh (const char *label, struct ehci_hcd *ehci, struct ehci_qh *qh) in dbg_qh()
133 dbg_itd (const char *label, struct ehci_hcd *ehci, struct ehci_itd *itd) in dbg_itd()
164 dbg_sitd (const char *label, struct ehci_hcd *ehci, struct ehci_sitd *sitd) in dbg_sitd()
179 dbg_status_buf (char *buf, unsigned len, const char *label, u32 status) in dbg_status_buf()
199 dbg_intr_buf (char *buf, unsigned len, const char *label, u32 enable) in dbg_intr_buf()
[all …]
Doxu210hp-hcd.c89 dbg_status_buf(char *buf, unsigned len, const char *label, u32 status) in dbg_status_buf()
107 dbg_intr_buf(char *buf, unsigned len, const char *label, u32 enable) in dbg_intr_buf()
124 const char *label, u32 command) in dbg_command_buf()
142 static int dbg_port_buf(char *buf, unsigned len, const char *label, in dbg_port_buf()
184 dbg_status_buf(char *buf, unsigned len, const char *label, u32 status) in dbg_status_buf()
188 dbg_command_buf(char *buf, unsigned len, const char *label, u32 command) in dbg_command_buf()
192 dbg_intr_buf(char *buf, unsigned len, const char *label, u32 enable) in dbg_intr_buf()
196 dbg_port_buf(char *buf, unsigned len, const char *label, int port, u32 status) in dbg_port_buf()
202 #define dbg_status(oxu, label, status) { \ argument
208 #define dbg_cmd(oxu, label, command) { \ argument
[all …]
Dohci-dbg.c96 char *label, in ohci_dump_intr_mask()
118 char *label, in maybe_print_eds()
307 static void ohci_dump_td (const struct ohci_hcd *ohci, const char *label, in ohci_dump_td()
364 ohci_dump_ed (const struct ohci_hcd *ohci, const char *label, in ohci_dump_ed()
/drivers/regulator/
Dtwl-regulator.c835 #define TWL4030_FIXED_LDO(label, offset, mVolts, num, turnon_delay, \ argument
839 #define TWL6030_FIXED_LDO(label, offset, mVolts, turnon_delay) \ argument
843 #define TWL4030_ADJUSTABLE_LDO(label, offset, num, turnon_delay, remap_conf) \ argument
861 #define TWL4030_ADJUSTABLE_SMPS(label, offset, num, turnon_delay, remap_conf) \ argument
876 #define TWL6030_ADJUSTABLE_SMPS(label) \ argument
887 #define TWL6030_ADJUSTABLE_LDO(label, offset, min_mVolts, max_mVolts) \ argument
902 #define TWL6025_ADJUSTABLE_LDO(label, offset, min_mVolts, max_mVolts) \ argument
917 #define TWL_FIXED_LDO(label, offset, mVolts, num, turnon_delay, remap_conf, \ argument
936 #define TWL6025_ADJUSTABLE_SMPS(label, offset) \ argument
1026 #define TWL_OF_MATCH(comp, family, label) \ argument
[all …]
/drivers/mfd/
Dtps65010.c161 static void show_chgstatus(const char *label, u8 chgstatus) in show_chgstatus()
169 static void show_regstatus(const char *label, u8 regstatus) in show_regstatus()
177 static void show_chgconfig(int por, const char *label, u8 chgconfig) in show_chgconfig()
187 static inline void show_chgstatus(const char *label, u8 chgstatus) { } in show_chgstatus()
188 static inline void show_regstatus(const char *label, u8 chgstatus) { } in show_regstatus()
189 static inline void show_chgconfig(int por, const char *label, u8 chgconfig) { } in show_chgconfig()
/drivers/staging/rts5139/
Dtrace.h56 #define TRACE_GOTO(chip, label) \ argument
76 #define TRACE_GOTO(chip, label) goto label argument
/drivers/gpio/
Ddevres.c51 int devm_gpio_request(struct device *dev, unsigned gpio, const char *label) in devm_gpio_request()
81 unsigned long flags, const char *label) in devm_gpio_request_one()
Dgpiolib.c70 const char *label; member
106 static inline void desc_set_label(struct gpio_desc *d, const char *label) in desc_set_label()
1395 static int gpiod_request(struct gpio_desc *desc, const char *label) in gpiod_request()
1455 int gpio_request(unsigned gpio, const char *label) in gpio_request()
1509 int gpio_request_one(unsigned gpio, unsigned long flags, const char *label) in gpio_request_one()
Dgpio-wm8994.c184 const char *label; in wm8994_gpio_dbg_show() local
/drivers/staging/vme/devices/
Dvme_pio2_gpio.c192 char *label; in pio2_gpio_init() local
222 const char *label = card->gc.label; in pio2_gpio_exit() local
/drivers/usb/gadget/
Dimx_udc.h207 static void dump_intr(const char *label, int irqreg, struct device *dev) in dump_intr()
225 static void dump_ep_intr(const char *label, int nr, int irqreg, in dump_ep_intr()
244 static void dump_usb_stat(const char *label, in dump_usb_stat()
258 static void dump_ep_stat(const char *label, in dump_ep_stat()
302 static void dump_req(const char *label, struct imx_ep_struct *imx_ep, in dump_req()
Dpxa25x_udc.h168 dump_udccr(const char *label) in dump_udccr()
184 dump_udccs0(const char *label) in dump_udccs0()
/drivers/pwm/
Dcore.c111 static int pwm_device_request(struct pwm_device *pwm, const char *label) in pwm_device_request()
326 struct pwm_device *pwm_request(int pwm, const char *label) in pwm_request()
365 const char *label) in pwm_request_from_chip()
/drivers/media/pci/mantis/
Dmantis_cards.c61 static char *label[10] = { variable
Dhopper_cards.c51 static char *label[10] = { variable
/drivers/net/ethernet/sfc/
Dmcdi_mon.c28 const char *label; member
32 #define SENSOR(name, label, hwmon_type, port) \ argument
Dvfdi.h180 u32 label; member
190 u32 label; member
/drivers/spi/
Dspi-gpio.c290 static int spi_gpio_alloc(unsigned pin, const char *label, bool is_in) in spi_gpio_alloc()
305 const char *label, u16 *res_flags) in spi_gpio_request()
/drivers/hwmon/
Dvexpress.c44 const char *label = of_get_property(dev->of_node, "label", NULL); in vexpress_hwmon_label_show() local
Dab8500.c121 char *label; in ab8500_show_label() local
/drivers/media/dvb-frontends/
Dstv0367.c830 static void extract_mask_pos(u32 label, u8 *mask, u8 *pos) in extract_mask_pos()
844 static void stv0367_writebits(struct stv0367_state *state, u32 label, u8 val) in stv0367_writebits()
858 static void stv0367_setbits(u8 *reg, u32 label, u8 val) in stv0367_setbits()
869 static u8 stv0367_readbits(struct stv0367_state *state, u32 label) in stv0367_readbits()
Dstv0900_core.c180 static void extract_mask_pos(u32 label, u8 *mask, u8 *pos) in extract_mask_pos()
194 void stv0900_write_bits(struct stv0900_internal *intp, u32 label, u8 val) in stv0900_write_bits()
208 u8 stv0900_get_bits(struct stv0900_internal *intp, u32 label) in stv0900_get_bits()
/drivers/edac/
Dedac_mc.c979 const char *label, in edac_ce_error()
1033 const char *label, in edac_ue_error()

123