/drivers/scsi/sym53c8xx_2/ |
D | sym_fw.h | 74 #define SYM_GEN_A(s, label) s label; argument 75 #define SYM_GEN_B(s, label) s label; argument 76 #define SYM_GEN_Z(s, label) s label; argument 152 #define SCRIPTA_BA(np, label) (np->fwa_bas.label) argument 153 #define SCRIPTB_BA(np, label) (np->fwb_bas.label) argument 154 #define SCRIPTZ_BA(np, label) (np->fwz_bas.label) argument 181 #define HADDR_1(label) (RELOC_SOFTC | offsetof(struct sym_hcb, label)) argument 182 #define HADDR_2(label,ofs) (RELOC_SOFTC | \ argument 184 #define RADDR_1(label) (RELOC_REGISTER | REG(label)) argument 185 #define RADDR_2(label,ofs) (RELOC_REGISTER | ((REG(label))+(ofs))) argument [all …]
|
D | sym_fw.c | 32 #define SYM_GEN_A(s, label) ((short) offsetof(s, label)), argument 33 #define SYM_GEN_B(s, label) ((short) offsetof(s, label)), argument 34 #define SYM_GEN_Z(s, label) ((short) offsetof(s, label)), argument 35 #define PADDR_A(label) SYM_GEN_PADDR_A(struct SYM_FWA_SCR, label) argument 36 #define PADDR_B(label) SYM_GEN_PADDR_B(struct SYM_FWB_SCR, label) argument
|
/drivers/usb/host/ |
D | ehci-dbg.c | 15 static void dbg_hcs_params(struct ehci_hcd *ehci, char *label) in dbg_hcs_params() 51 static void dbg_hcc_params(struct ehci_hcd *ehci, char *label) in dbg_hcc_params() 80 dbg_qtd(const char *label, struct ehci_hcd *ehci, struct ehci_qtd *qtd) in dbg_qtd() 96 dbg_qh(const char *label, struct ehci_hcd *ehci, struct ehci_qh *qh) in dbg_qh() 106 dbg_itd(const char *label, struct ehci_hcd *ehci, struct ehci_itd *itd) in dbg_itd() 137 dbg_sitd(const char *label, struct ehci_hcd *ehci, struct ehci_sitd *sitd) in dbg_sitd() 152 dbg_status_buf(char *buf, unsigned len, const char *label, u32 status) in dbg_status_buf() 171 dbg_intr_buf(char *buf, unsigned len, const char *label, u32 enable) in dbg_intr_buf() 188 dbg_command_buf(char *buf, unsigned len, const char *label, u32 command) in dbg_command_buf() 212 dbg_port_buf(char *buf, unsigned len, const char *label, int port, u32 status) in dbg_port_buf() [all …]
|
D | ohci-dbg.c | 44 char *label, in ohci_dump_intr_mask() 66 char *label, in maybe_print_eds() 255 static void ohci_dump_td (const struct ohci_hcd *ohci, const char *label, in ohci_dump_td() 312 ohci_dump_ed (const struct ohci_hcd *ohci, const char *label, in ohci_dump_ed()
|
D | fotg210-hcd.c | 94 static void dbg_hcs_params(struct fotg210_hcd *fotg210, char *label) in dbg_hcs_params() 105 static void dbg_hcc_params(struct fotg210_hcd *fotg210, char *label) in dbg_hcc_params() 116 dbg_qtd(const char *label, struct fotg210_hcd *fotg210, struct fotg210_qtd *qtd) in dbg_qtd() 132 dbg_qh(const char *label, struct fotg210_hcd *fotg210, struct fotg210_qh *qh) in dbg_qh() 144 dbg_itd(const char *label, struct fotg210_hcd *fotg210, struct fotg210_itd *itd) in dbg_itd() 178 dbg_status_buf(char *buf, unsigned len, const char *label, u32 status) in dbg_status_buf() 195 dbg_intr_buf(char *buf, unsigned len, const char *label, u32 enable) in dbg_intr_buf() 209 static int dbg_command_buf(char *buf, unsigned len, const char *label, in dbg_command_buf() 226 static char *dbg_port_buf(char *buf, unsigned len, const char *label, int port, in dbg_port_buf() 263 #define dbg_status(fotg210, label, status) { \ argument [all …]
|
D | oxu210hp-hcd.c | 519 dbg_status_buf(char *buf, unsigned len, const char *label, u32 status) in dbg_status_buf() 537 dbg_intr_buf(char *buf, unsigned len, const char *label, u32 enable) in dbg_intr_buf() 554 const char *label, u32 command) in dbg_command_buf() 572 static int dbg_port_buf(char *buf, unsigned len, const char *label, in dbg_port_buf() 614 dbg_status_buf(char *buf, unsigned len, const char *label, u32 status) in dbg_status_buf() 618 dbg_command_buf(char *buf, unsigned len, const char *label, u32 command) in dbg_command_buf() 622 dbg_intr_buf(char *buf, unsigned len, const char *label, u32 enable) in dbg_intr_buf() 626 dbg_port_buf(char *buf, unsigned len, const char *label, int port, u32 status) in dbg_port_buf() 632 #define dbg_status(oxu, label, status) { \ argument 638 #define dbg_cmd(oxu, label, command) { \ argument [all …]
|
/drivers/regulator/ |
D | twl6030-regulator.c | 511 #define TWL6030_ADJUSTABLE_SMPS(label) \ argument 522 #define TWL6030_ADJUSTABLE_LDO(label, offset) \ argument 537 #define TWL6032_ADJUSTABLE_LDO(label, offset) \ argument 553 #define TWL6030_FIXED_LDO(label, offset, mVolts, turnon_delay) \ argument 570 #define TWL6032_ADJUSTABLE_SMPS(label, offset) \ argument 635 #define TWL_OF_MATCH(comp, family, label) \ argument 641 #define TWL6030_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL6030, label) argument 642 #define TWL6032_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL6032, label) argument 643 #define TWLFIXED_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWLFIXED, label) argument 644 #define TWLSMPS_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWLSMPS, label) argument
|
D | twl-regulator.c | 463 #define TWL4030_ADJUSTABLE_LDO(label, offset, num, turnon_delay, remap_conf) \ argument 482 #define TWL4030_ADJUSTABLE_SMPS(label, offset, num, turnon_delay, remap_conf, \ argument 502 #define TWL4030_FIXED_LDO(label, offset, mVolts, num, turnon_delay, \ argument 547 #define TWL_OF_MATCH(comp, family, label) \ argument 553 #define TWL4030_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL4030, label) argument 554 #define TWL6030_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL6030, label) argument 555 #define TWL6032_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL6032, label) argument 556 #define TWLFIXED_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWLFIXED, label) argument 557 #define TWLSMPS_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWLSMPS, label) argument
|
/drivers/mfd/ |
D | tps65010.c | 148 static void show_chgstatus(const char *label, u8 chgstatus) in show_chgstatus() 156 static void show_regstatus(const char *label, u8 regstatus) in show_regstatus() 164 static void show_chgconfig(int por, const char *label, u8 chgconfig) in show_chgconfig() 174 static inline void show_chgstatus(const char *label, u8 chgstatus) { } in show_chgstatus() 175 static inline void show_regstatus(const char *label, u8 chgstatus) { } in show_regstatus() 176 static inline void show_chgconfig(int por, const char *label, u8 chgconfig) { } in show_chgconfig()
|
/drivers/gpio/ |
D | gpiolib-legacy.c | 21 int gpio_request_one(unsigned gpio, unsigned long flags, const char *label) in gpio_request_one() 68 int gpio_request(unsigned gpio, const char *label) in gpio_request()
|
D | gpiolib-devres.c | 151 const char *label) in devm_gpiod_get_from_of_node() 206 const char *label) in devm_fwnode_gpiod_get_index() 410 int devm_gpio_request(struct device *dev, unsigned gpio, const char *label) in devm_gpio_request() 440 unsigned long flags, const char *label) in devm_gpio_request_one()
|
D | gpiolib.h | 59 const char *label; member 156 const char *label; member 173 static inline int gpiod_request_user(struct gpio_desc *desc, const char *label) in gpiod_request_user()
|
/drivers/staging/media/atomisp/include/hmm/ |
D | hmm_common.h | 47 #define var_equal_goto(var1, var2, label, fmt, arg ...) \ argument 56 #define var_not_equal_goto(var1, var2, label, fmt, arg ...) \ argument
|
D | hmm_bo.h | 41 #define check_bo_status_yes_goto(bo, _status, label) \ argument 47 #define check_bo_status_no_goto(bo, _status, label) \ argument
|
/drivers/hwmon/ |
D | ibmpowernv.c | 78 char label[MAX_LABEL_LEN]; member 184 struct sensor_data *sdata, const char *label) in make_sensor_label() 446 const char *label; in populate_attr_groups() local 573 const char *label; in create_device_attrs() local
|
/drivers/pwm/ |
D | core.c | 92 static int pwm_device_request(struct pwm_device *pwm, const char *label) in pwm_device_request() 353 struct pwm_device *pwm_request(int pwm, const char *label) in pwm_request() 392 const char *label) in pwm_request_from_chip()
|
/drivers/gpu/drm/vc4/ |
D | vc4_bo.c | 37 static bool is_user_label(int label) in is_user_label() 130 static void vc4_bo_set_label(struct drm_gem_object *gem_obj, int label) in vc4_bo_set_label() 1016 int ret = 0, label; in vc4_label_bo_ioctl() local
|
/drivers/md/bcache/ |
D | bcache_ondisk.h | 174 __u8 label[SB_LABEL_SIZE]; member 236 __u8 label[SB_LABEL_SIZE]; member 390 __u8 label[32]; member 438 __u8 label[32]; member
|
/drivers/iio/multiplexer/ |
D | iio-mux.c | 239 u32 state, const char *label, int idx) in mux_configure_channel() 345 const char *label; in mux_probe() local
|
/drivers/net/ethernet/sfc/ |
D | mcdi_mon.c | 36 const char *label; member 40 #define SENSOR(name, label, hwmon_type, port) \ argument
|
D | vfdi.h | 177 u32 label; member 187 u32 label; member
|
/drivers/media/pci/mantis/ |
D | mantis_cards.c | 50 static char *label[10] = { variable
|
D | hopper_cards.c | 39 static char *label[10] = { variable
|
/drivers/phy/samsung/ |
D | phy-samsung-usb2.c | 223 char *label = drv->cfg->phys[i].label; in samsung_usb2_phy_probe() local
|
/drivers/usb/gadget/udc/ |
D | pxa25x_udc.h | 160 dump_udccr(const char *label) in dump_udccr() 176 dump_udccs0(const char *label) in dump_udccs0()
|