/openbmc/u-boot/drivers/power/regulator/ |
H A D | lp873x_regulator.c | 23 static int lp873x_buck_enable(struct udevice *dev, int op, bool *enable) in lp873x_buck_enable() 86 static int lp873x_buck_val(struct udevice *dev, int op, int *uV) in lp873x_buck_val() 125 static int lp873x_ldo_enable(struct udevice *dev, int op, bool *enable) in lp873x_ldo_enable() 180 static int lp873x_ldo_val(struct udevice *dev, int op, int *uV) in lp873x_ldo_val() 220 static int lp873x_ldo_probe(struct udevice *dev) in lp873x_ldo_probe() 239 static int ldo_get_value(struct udevice *dev) in ldo_get_value() 251 static int ldo_set_value(struct udevice *dev, int uV) in ldo_set_value() 256 static int ldo_get_enable(struct udevice *dev) in ldo_get_enable() 268 static int ldo_set_enable(struct udevice *dev, bool enable) in ldo_set_enable() 273 static int lp873x_buck_probe(struct udevice *dev) in lp873x_buck_probe() [all …]
|
H A D | palmas_regulator.c | 50 static int palmas_smps_enable(struct udevice *dev, int op, bool *enable) in palmas_smps_enable() 118 static int palmas_smps_val(struct udevice *dev, int op, int *uV) in palmas_smps_val() 163 static int palmas_ldo_bypass_enable(struct udevice *dev, bool enabled) in palmas_ldo_bypass_enable() 195 static int palmas_ldo_enable(struct udevice *dev, int op, bool *enable) in palmas_ldo_enable() 254 static int palmas_ldo_val(struct udevice *dev, int op, int *uV) in palmas_ldo_val() 293 static int palmas_ldo_probe(struct udevice *dev) in palmas_ldo_probe() 323 static int ldo_get_value(struct udevice *dev) in ldo_get_value() 335 static int ldo_set_value(struct udevice *dev, int uV) in ldo_set_value() 340 static int ldo_get_enable(struct udevice *dev) in ldo_get_enable() 352 static int ldo_set_enable(struct udevice *dev, bool enable) in ldo_set_enable() [all …]
|
H A D | max77686.c | 288 struct udevice *dev) in max77686_ldo_modes() 317 static int max77686_ldo_val(struct udevice *dev, int op, int *uV) in max77686_ldo_val() 358 static int max77686_buck_val(struct udevice *dev, int op, int *uV) in max77686_buck_val() 412 static int max77686_ldo_mode(struct udevice *dev, int op, int *opmode) in max77686_ldo_mode() 504 static int max77686_ldo_enable(struct udevice *dev, int op, bool *enable) in max77686_ldo_enable() 537 static int max77686_buck_mode(struct udevice *dev, int op, int *opmode) in max77686_buck_mode() 625 static int max77686_buck_enable(struct udevice *dev, int op, bool *enable) in max77686_buck_enable() 658 static int max77686_ldo_probe(struct udevice *dev) in max77686_ldo_probe() 671 static int ldo_get_value(struct udevice *dev) in ldo_get_value() 683 static int ldo_set_value(struct udevice *dev, int uV) in ldo_set_value() [all …]
|
/openbmc/u-boot/fs/yaffs2/ |
H A D | yaffs_yaffs2.c | 42 void yaffs_calc_oldest_dirty_seq(struct yaffs_dev *dev) in yaffs_calc_oldest_dirty_seq() 72 void yaffs2_find_oldest_dirty_seq(struct yaffs_dev *dev) in yaffs2_find_oldest_dirty_seq() 87 void yaffs2_clear_oldest_dirty_seq(struct yaffs_dev *dev, in yaffs2_clear_oldest_dirty_seq() 105 void yaffs2_update_oldest_dirty_seq(struct yaffs_dev *dev, unsigned block_no, in yaffs2_update_oldest_dirty_seq() 119 int yaffs_block_ok_for_gc(struct yaffs_dev *dev, struct yaffs_block_info *bi) in yaffs_block_ok_for_gc() 141 u32 yaffs2_find_refresh_block(struct yaffs_dev *dev) in yaffs2_find_refresh_block() 195 int yaffs2_checkpt_required(struct yaffs_dev *dev) in yaffs2_checkpt_required() 208 int yaffs_calc_checkpt_blocks_required(struct yaffs_dev *dev) in yaffs_calc_checkpt_blocks_required() 251 static int yaffs2_wr_checkpt_validity_marker(struct yaffs_dev *dev, int head) in yaffs2_wr_checkpt_validity_marker() 265 static int yaffs2_rd_checkpt_validity_marker(struct yaffs_dev *dev, int head) in yaffs2_rd_checkpt_validity_marker() [all …]
|
H A D | yaffs_bitmap.c | 20 static inline u8 *yaffs_block_bits(struct yaffs_dev *dev, int blk) in yaffs_block_bits() 32 void yaffs_verify_chunk_bit_id(struct yaffs_dev *dev, int blk, int chunk) in yaffs_verify_chunk_bit_id() 43 void yaffs_clear_chunk_bits(struct yaffs_dev *dev, int blk) in yaffs_clear_chunk_bits() 50 void yaffs_clear_chunk_bit(struct yaffs_dev *dev, int blk, int chunk) in yaffs_clear_chunk_bit() 58 void yaffs_set_chunk_bit(struct yaffs_dev *dev, int blk, int chunk) in yaffs_set_chunk_bit() 66 int yaffs_check_chunk_bit(struct yaffs_dev *dev, int blk, int chunk) in yaffs_check_chunk_bit() 74 int yaffs_still_some_chunks(struct yaffs_dev *dev, int blk) in yaffs_still_some_chunks() 87 int yaffs_count_chunk_bits(struct yaffs_dev *dev, int blk) in yaffs_count_chunk_bits()
|
/openbmc/qemu/hw/core/ |
H A D | qdev.c | 46 const VMStateDescription *qdev_get_vmsd(DeviceState *dev) in qdev_get_vmsd() 108 bool qdev_set_parent_bus(DeviceState *dev, BusState *bus, Error **errp) in qdev_set_parent_bus() 191 static int device_listener_add(DeviceState *dev, void *opaque) in device_listener_add() 229 void qdev_set_legacy_instance_id(DeviceState *dev, int alias_id, in qdev_set_legacy_instance_id() 237 void device_cold_reset(DeviceState *dev) in device_cold_reset() 242 bool device_is_in_reset(DeviceState *dev) in device_is_in_reset() 249 DeviceState *dev = DEVICE(obj); in device_get_reset_state() local 256 DeviceState *dev = DEVICE(obj); in device_reset_child_foreach() local 264 bool qdev_realize(DeviceState *dev, BusState *bus, Error **errp) in qdev_realize() 279 bool qdev_realize_and_unref(DeviceState *dev, BusState *bus, Error **errp) in qdev_realize_and_unref() [all …]
|
H A D | qdev-hotplug.c | 17 HotplugHandler *qdev_get_machine_hotplug_handler(DeviceState *dev) in qdev_get_machine_hotplug_handler() 34 static bool qdev_hotplug_unplug_allowed_common(DeviceState *dev, BusState *bus, in qdev_hotplug_unplug_allowed_common() 66 bool qdev_hotplug_allowed(DeviceState *dev, BusState *bus, Error **errp) in qdev_hotplug_allowed() 87 bool qdev_hotunplug_allowed(DeviceState *dev, Error **errp) in qdev_hotunplug_allowed() 93 HotplugHandler *qdev_get_bus_hotplug_handler(DeviceState *dev) in qdev_get_bus_hotplug_handler() 101 HotplugHandler *qdev_get_hotplug_handler(DeviceState *dev) in qdev_get_hotplug_handler() 113 DeviceState *dev, Error **errp) in qdev_simple_device_unplug_cb()
|
/openbmc/u-boot/arch/x86/cpu/broadwell/ |
H A D | pch.c | 36 static int broadwell_pch_early_init(struct udevice *dev) in broadwell_pch_early_init() 84 static void pch_misc_init(struct udevice *dev) in pch_misc_init() 164 static int pch_power_options(struct udevice *dev) in pch_power_options() 208 static void pch_pm_init_magic(struct udevice *dev) in pch_pm_init_magic() 265 static int pch_type(struct udevice *dev) in pch_type() 275 static int pch_is_wpt(struct udevice *dev) in pch_is_wpt() 281 static int pch_is_wpt_ulx(struct udevice *dev) in pch_is_wpt_ulx() 303 static void pch_enable_mphy(struct udevice *dev) in pch_enable_mphy() 353 static void pch_pm_init(struct udevice *dev) in pch_pm_init() 375 static void pch_cg_init(struct udevice *dev) in pch_cg_init() [all …]
|
/openbmc/u-boot/drivers/video/bridge/ |
H A D | anx6345.c | 22 static int anx6345_write(struct udevice *dev, unsigned int addr_off, in anx6345_write() 45 static int anx6345_read(struct udevice *dev, unsigned int addr_off, in anx6345_read() 72 static int anx6345_write_r0(struct udevice *dev, unsigned char reg_addr, in anx6345_write_r0() 80 static int anx6345_read_r0(struct udevice *dev, unsigned char reg_addr, in anx6345_read_r0() 88 static int anx6345_write_r1(struct udevice *dev, unsigned char reg_addr, in anx6345_write_r1() 96 static int anx6345_read_r1(struct udevice *dev, unsigned char reg_addr, in anx6345_read_r1() 104 static int anx6345_set_backlight(struct udevice *dev, int percent) in anx6345_set_backlight() 109 static int anx6345_aux_wait(struct udevice *dev) in anx6345_aux_wait() 157 static void anx6345_aux_addr(struct udevice *dev, u32 addr) in anx6345_aux_addr() 169 static int anx6345_aux_transfer(struct udevice *dev, u8 req, in anx6345_aux_transfer() [all …]
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost-vdpa.c | 504 static int vhost_vdpa_call(struct vhost_dev *dev, unsigned long int request, in vhost_vdpa_call() 517 static int vhost_vdpa_add_status(struct vhost_dev *dev, uint8_t status) in vhost_vdpa_add_status() 565 static bool vhost_vdpa_first_dev(struct vhost_dev *dev) in vhost_vdpa_first_dev() 572 static bool vhost_vdpa_last_dev(struct vhost_dev *dev) in vhost_vdpa_last_dev() 577 static int vhost_vdpa_get_dev_features(struct vhost_dev *dev, in vhost_vdpa_get_dev_features() 602 static int vhost_vdpa_set_backend_cap(struct vhost_dev *dev) in vhost_vdpa_set_backend_cap() 632 static int vhost_vdpa_init(struct vhost_dev *dev, void *opaque, Error **errp) in vhost_vdpa_init() 686 static void vhost_vdpa_host_notifier_uninit(struct vhost_dev *dev, in vhost_vdpa_host_notifier_uninit() 704 static int vhost_vdpa_host_notifier_init(struct vhost_dev *dev, int queue_index) in vhost_vdpa_host_notifier_init() 743 static void vhost_vdpa_host_notifiers_uninit(struct vhost_dev *dev, int n) in vhost_vdpa_host_notifiers_uninit() [all …]
|
/openbmc/u-boot/drivers/mmc/ |
H A D | mmc-uclass.c | 14 int dm_mmc_send_cmd(struct udevice *dev, struct mmc_cmd *cmd, in dm_mmc_send_cmd() 36 int dm_mmc_set_ios(struct udevice *dev) in dm_mmc_set_ios() 50 void dm_mmc_send_init_stream(struct udevice *dev) in dm_mmc_send_init_stream() 64 int dm_mmc_wait_dat0(struct udevice *dev, int state, int timeout) in dm_mmc_wait_dat0() 79 int dm_mmc_get_wp(struct udevice *dev) in dm_mmc_get_wp() 93 int dm_mmc_get_cd(struct udevice *dev) in dm_mmc_get_cd() 108 int dm_mmc_execute_tuning(struct udevice *dev, uint opcode) in dm_mmc_execute_tuning() 123 int mmc_of_parse(struct udevice *dev, struct mmc_config *cfg) in mmc_of_parse() 177 struct mmc *mmc_get_mmc_dev(struct udevice *dev) in mmc_get_mmc_dev() 190 struct udevice *dev, *mmc_dev; in find_mmc_device() local [all …]
|
/openbmc/u-boot/drivers/net/ |
H A D | lan91c96.c | 142 void dump_memory_info(struct eth_device *dev) in dump_memory_info() 163 static int poll4int (struct eth_device *dev, byte mask, int timeout) in poll4int() 204 static void smc_reset(struct eth_device *dev) in smc_reset() 236 static void smc_enable(struct eth_device *dev) in smc_enable() 270 static void smc_shutdown(struct eth_device *dev) in smc_shutdown() 303 static int smc_send_packet(struct eth_device *dev, void *packet, in smc_send_packet() 472 static int smc_open(bd_t *bd, struct eth_device *dev) in smc_open() 515 static int smc_rcv(struct eth_device *dev) in smc_rcv() 628 static int smc_close(struct eth_device *dev) in smc_close() 675 static int lan91c96_init(struct eth_device *dev, bd_t *bd) in lan91c96_init() [all …]
|
/openbmc/u-boot/drivers/core/ |
H A D | uclass.c | 107 struct udevice *dev; in uclass_destroy() local 174 int dev_get_uclass_index(struct udevice *dev, struct uclass **ucp) in dev_get_uclass_index() 198 struct udevice *dev; in uclass_find_device() local 237 struct udevice *dev = *devp; in uclass_find_next_device() local 252 struct udevice *dev; in uclass_find_device_by_name() local 276 struct udevice *dev; in uclass_find_next_free_req_seq() local 300 struct udevice *dev; in uclass_find_device_by_seq() local 329 struct udevice *dev; in uclass_find_device_by_of_offset() local 353 struct udevice *dev; in uclass_find_device_by_ofnode() local 384 struct udevice *dev; in uclass_find_device_by_phandle() local [all …]
|
H A D | devres.c | 46 static void devres_log(struct udevice *dev, struct devres *dr, in devres_log() 54 #define devres_log(dev, dr, op) do {} while (0) argument 88 void devres_add(struct udevice *dev, void *res) in devres_add() 98 void *devres_find(struct udevice *dev, dr_release_t release, in devres_find() 114 void *devres_get(struct udevice *dev, void *new_res, in devres_get() 131 void *devres_remove(struct udevice *dev, dr_release_t release, in devres_remove() 147 int devres_destroy(struct udevice *dev, dr_release_t release, in devres_destroy() 160 int devres_release(struct udevice *dev, dr_release_t release, in devres_release() 174 static void release_nodes(struct udevice *dev, struct list_head *head, in release_nodes() 189 void devres_release_probe(struct udevice *dev) in devres_release_probe() [all …]
|
/openbmc/u-boot/drivers/usb/eth/ |
H A D | asix.c | 114 static int asix_write_cmd(struct ueth_data *dev, u8 cmd, u16 value, u16 index, in asix_write_cmd() 136 static int asix_read_cmd(struct ueth_data *dev, u8 cmd, u16 value, u16 index, in asix_read_cmd() 157 static inline int asix_set_sw_mii(struct ueth_data *dev) in asix_set_sw_mii() 167 static inline int asix_set_hw_mii(struct ueth_data *dev) in asix_set_hw_mii() 177 static int asix_mdio_read(struct ueth_data *dev, int phy_id, int loc) in asix_mdio_read() 192 asix_mdio_write(struct ueth_data *dev, int phy_id, int loc, int val) in asix_mdio_write() 207 static int asix_sw_reset(struct ueth_data *dev, u8 flags) in asix_sw_reset() 220 static inline int asix_get_phy_addr(struct ueth_data *dev) in asix_get_phy_addr() 239 static int asix_write_medium_mode(struct ueth_data *dev, u16 mode) in asix_write_medium_mode() 253 static u16 asix_read_rx_ctl(struct ueth_data *dev) in asix_read_rx_ctl() [all …]
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | pnp_def.h | 34 static inline void pnp_write_config(uint16_t dev, uint8_t reg, uint8_t value) in pnp_write_config() 42 static inline uint8_t pnp_read_config(uint16_t dev, uint8_t reg) in pnp_read_config() 50 static inline void pnp_set_logical_device(uint16_t dev) in pnp_set_logical_device() 57 static inline void pnp_set_enable(uint16_t dev, int enable) in pnp_set_enable() 62 static inline int pnp_read_enable(uint16_t dev) in pnp_read_enable() 67 static inline void pnp_set_iobase(uint16_t dev, uint8_t index, uint16_t iobase) in pnp_set_iobase() 73 static inline uint16_t pnp_read_iobase(uint16_t dev, uint8_t index) in pnp_read_iobase() 79 static inline void pnp_set_irq(uint16_t dev, uint8_t index, unsigned irq) in pnp_set_irq() 84 static inline void pnp_set_drq(uint16_t dev, uint8_t index, unsigned drq) in pnp_set_drq()
|
/openbmc/u-boot/drivers/rtc/ |
H A D | rtc-uclass.c | 12 int dm_rtc_get(struct udevice *dev, struct rtc_time *time) in dm_rtc_get() 22 int dm_rtc_set(struct udevice *dev, struct rtc_time *time) in dm_rtc_set() 32 int dm_rtc_reset(struct udevice *dev) in dm_rtc_reset() 42 int rtc_read8(struct udevice *dev, unsigned int reg) in rtc_read8() 52 int rtc_write8(struct udevice *dev, unsigned int reg, int val) in rtc_write8() 62 int rtc_read16(struct udevice *dev, unsigned int reg, u16 *valuep) in rtc_read16() 79 int rtc_write16(struct udevice *dev, unsigned int reg, u16 value) in rtc_write16() 92 int rtc_read32(struct udevice *dev, unsigned int reg, u32 *valuep) in rtc_read32() 109 int rtc_write32(struct udevice *dev, unsigned int reg, u32 value) in rtc_write32()
|
/openbmc/u-boot/drivers/serial/ |
H A D | serial_nulldev.c | 10 static int nulldev_serial_setbrg(struct udevice *dev, int baudrate) in nulldev_serial_setbrg() 15 static int nulldev_serial_getc(struct udevice *dev) in nulldev_serial_getc() 20 static int nulldev_serial_pending(struct udevice *dev, bool input) in nulldev_serial_pending() 25 static int nulldev_serial_input(struct udevice *dev) in nulldev_serial_input() 30 static int nulldev_serial_putc(struct udevice *dev, const char ch) in nulldev_serial_putc()
|
/openbmc/u-boot/examples/standalone/ |
H A D | smc911x_eeprom.c | 57 static void dump_regs(struct eth_device *dev) in dump_regs() 69 static int do_eeprom_cmd(struct eth_device *dev, int cmd, u8 reg) in do_eeprom_cmd() 92 static u8 read_eeprom_reg(struct eth_device *dev, u8 reg) in read_eeprom_reg() 101 static int write_eeprom_reg(struct eth_device *dev, u8 value, u8 reg) in write_eeprom_reg() 141 static void write_stuff(struct eth_device *dev, char *line) in write_stuff() 194 static void copy_from_eeprom(struct eth_device *dev) in copy_from_eeprom() 212 static void print_macaddr(struct eth_device *dev) in print_macaddr() 231 static void dump_eeprom(struct eth_device *dev) in dump_eeprom() 242 static int smc911x_init(struct eth_device *dev) in smc911x_init() 321 struct eth_device dev; in smc911x_eeprom() local
|
/openbmc/u-boot/drivers/ata/ |
H A D | sata_sandbox.c | 9 int init_sata(int dev) in init_sata() 14 int reset_sata(int dev) in reset_sata() 19 int scan_sata(int dev) in scan_sata() 24 ulong sata_read(int dev, ulong blknr, lbaint_t blkcnt, void *buffer) in sata_read() 29 ulong sata_write(int dev, ulong blknr, lbaint_t blkcnt, const void *buffer) in sata_write()
|
/openbmc/u-boot/drivers/mtd/ |
H A D | mw_eeprom.c | 21 static void mw_eeprom_select(int dev) in mw_eeprom_select() 30 static int mw_eeprom_size(int dev) in mw_eeprom_size() 51 int mw_eeprom_erase_enable(int dev) in mw_eeprom_erase_enable() 62 int mw_eeprom_erase_disable(int dev) in mw_eeprom_erase_disable() 74 u32 mw_eeprom_read_word(int dev, int addr) in mw_eeprom_read_word() 101 int mw_eeprom_write_word(int dev, int addr, u16 data) in mw_eeprom_write_word() 152 int mw_eeprom_write(int dev, int addr, u8 *buffer, int len) in mw_eeprom_write() 193 int mw_eeprom_read(int dev, int addr, u8 *buffer, int len) in mw_eeprom_read() 229 int mw_eeprom_probe(int dev) in mw_eeprom_probe()
|
/openbmc/u-boot/drivers/tee/ |
H A D | tee-uclass.c | 22 static const struct tee_driver_ops *tee_get_ops(struct udevice *dev) in tee_get_ops() 27 void tee_get_version(struct udevice *dev, struct tee_version_data *vers) in tee_get_version() 32 int tee_open_session(struct udevice *dev, struct tee_open_session_arg *arg, in tee_open_session() 38 int tee_close_session(struct udevice *dev, u32 session) in tee_close_session() 43 int tee_invoke_func(struct udevice *dev, struct tee_invoke_arg *arg, in tee_invoke_func() 49 int __tee_shm_add(struct udevice *dev, ulong align, void *addr, ulong size, in __tee_shm_add() 99 int tee_shm_alloc(struct udevice *dev, ulong size, u32 flags, in tee_shm_alloc() 109 int tee_shm_register(struct udevice *dev, void *addr, ulong size, u32 flags, in tee_shm_register() 136 bool tee_shm_is_registered(struct tee_shm *shm, struct udevice *dev) in tee_shm_is_registered() 154 struct udevice *dev = start; in tee_find_device() local [all …]
|
/openbmc/u-boot/drivers/sound/ |
H A D | sandbox.c | 35 void sandbox_get_codec_params(struct udevice *dev, int *interfacep, int *ratep, in sandbox_get_codec_params() 48 int sandbox_get_i2s_sum(struct udevice *dev) in sandbox_get_i2s_sum() 55 int sandbox_get_setup_called(struct udevice *dev) in sandbox_get_setup_called() 62 int sandbox_get_sound_sum(struct udevice *dev) in sandbox_get_sound_sum() 69 void sandbox_set_allow_beep(struct udevice *dev, bool allow) in sandbox_set_allow_beep() 76 int sandbox_get_beep_frequency(struct udevice *dev) in sandbox_get_beep_frequency() 83 static int sandbox_codec_set_params(struct udevice *dev, int interface, in sandbox_codec_set_params() 98 static int sandbox_i2s_tx_data(struct udevice *dev, void *data, in sandbox_i2s_tx_data() 118 static int sandbox_i2s_probe(struct udevice *dev) in sandbox_i2s_probe() 145 static int sandbox_sound_setup(struct udevice *dev) in sandbox_sound_setup() [all …]
|
/openbmc/u-boot/drivers/tpm/ |
H A D | tpm2_tis_core.c | 15 int tpm_tis_get_desc(struct udevice *dev, char *buf, int size) in tpm_tis_get_desc() 37 static bool tpm_tis_check_locality(struct udevice *dev, int loc) in tpm_tis_check_locality() 62 int tpm_tis_request_locality(struct udevice *dev, int loc) in tpm_tis_request_locality() 92 static int tpm_tis_status(struct udevice *dev, u8 *status) in tpm_tis_status() 118 int tpm_tis_release_locality(struct udevice *dev, int loc) in tpm_tis_release_locality() 144 static int tpm_tis_wait_for_stat(struct udevice *dev, u8 mask, in tpm_tis_wait_for_stat() 172 static int tpm_tis_get_burstcount(struct udevice *dev, size_t *burstcount) in tpm_tis_get_burstcount() 208 static int tpm_tis_ready(struct udevice *dev) in tpm_tis_ready() 218 int tpm_tis_send(struct udevice *dev, const u8 *buf, size_t len) in tpm_tis_send() 304 static int tpm_tis_recv_data(struct udevice *dev, u8 *buf, size_t count) in tpm_tis_recv_data() [all …]
|
/openbmc/u-boot/common/ |
H A D | usb.c | 59 struct usb_device *dev; in usb_init() local 197 int usb_submit_int_msg(struct usb_device *dev, unsigned long pipe, in usb_submit_int_msg() 212 int usb_control_msg(struct usb_device *dev, unsigned int pipe, in usb_control_msg() 264 int usb_bulk_msg(struct usb_device *dev, unsigned int pipe, in usb_bulk_msg() 293 int usb_maxpacket(struct usb_device *dev, unsigned long pipe) in usb_maxpacket() 314 usb_set_maxpacket_ep(struct usb_device *dev, int if_idx, int ep_idx) in usb_set_maxpacket_ep() 354 static int usb_set_maxpacket(struct usb_device *dev) in usb_set_maxpacket() 370 static int usb_parse_config(struct usb_device *dev, in usb_parse_config() 525 int usb_clear_halt(struct usb_device *dev, int pipe) in usb_clear_halt() 554 static int usb_get_descriptor(struct usb_device *dev, unsigned char type, in usb_get_descriptor() [all …]
|