/drivers/scsi/sym53c8xx_2/ |
D | sym_fw.h | 87 #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 …]
|
D | sym_fw.c | 45 #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/ |
D | ehci-dbg.c | 27 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 …]
|
D | oxu210hp-hcd.c | 89 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 …]
|
D | ohci-dbg.c | 96 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/ |
D | twl-regulator.c | 835 #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/ |
D | tps65010.c | 161 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/ |
D | trace.h | 56 #define TRACE_GOTO(chip, label) \ argument 76 #define TRACE_GOTO(chip, label) goto label argument
|
/drivers/gpio/ |
D | devres.c | 51 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()
|
D | gpiolib.c | 70 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()
|
D | gpio-wm8994.c | 184 const char *label; in wm8994_gpio_dbg_show() local
|
/drivers/staging/vme/devices/ |
D | vme_pio2_gpio.c | 192 char *label; in pio2_gpio_init() local 222 const char *label = card->gc.label; in pio2_gpio_exit() local
|
/drivers/usb/gadget/ |
D | imx_udc.h | 207 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()
|
D | pxa25x_udc.h | 168 dump_udccr(const char *label) in dump_udccr() 184 dump_udccs0(const char *label) in dump_udccs0()
|
/drivers/pwm/ |
D | core.c | 111 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/ |
D | mantis_cards.c | 61 static char *label[10] = { variable
|
D | hopper_cards.c | 51 static char *label[10] = { variable
|
/drivers/net/ethernet/sfc/ |
D | mcdi_mon.c | 28 const char *label; member 32 #define SENSOR(name, label, hwmon_type, port) \ argument
|
D | vfdi.h | 180 u32 label; member 190 u32 label; member
|
/drivers/spi/ |
D | spi-gpio.c | 290 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/ |
D | vexpress.c | 44 const char *label = of_get_property(dev->of_node, "label", NULL); in vexpress_hwmon_label_show() local
|
D | ab8500.c | 121 char *label; in ab8500_show_label() local
|
/drivers/media/dvb-frontends/ |
D | stv0367.c | 830 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()
|
D | stv0900_core.c | 180 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/ |
D | edac_mc.c | 979 const char *label, in edac_ce_error() 1033 const char *label, in edac_ue_error()
|