/openbmc/linux/drivers/misc/cxl/ |
H A D | pci.c | 29 #define CXL_READ_VSEC_LENGTH(dev, vsec, dest) \ argument 34 #define CXL_READ_VSEC_NAFUS(dev, vsec, dest) \ argument 37 #define CXL_READ_VSEC_STATUS(dev, vsec, dest) \ argument 50 #define CXL_READ_VSEC_MODE_CONTROL(dev, vsec, dest) \ argument 52 #define CXL_WRITE_VSEC_MODE_CONTROL(dev, vsec, val) \ argument 60 #define CXL_READ_VSEC_PSL_REVISION(dev, vsec, dest) \ argument 62 #define CXL_READ_VSEC_CAIA_MINOR(dev, vsec, dest) \ argument 64 #define CXL_READ_VSEC_CAIA_MAJOR(dev, vsec, dest) \ argument 66 #define CXL_READ_VSEC_BASE_IMAGE(dev, vsec, dest) \ argument 69 #define CXL_READ_VSEC_IMAGE_STATE(dev, vsec, dest) \ argument [all …]
|
/openbmc/linux/drivers/net/ethernet/8390/ |
H A D | smc-ultra.c | 127 static void ultra_poll(struct net_device *dev) in ultra_poll() 139 static int __init do_ultra_probe(struct net_device *dev) in do_ultra_probe() 168 struct net_device *dev = alloc_ei_netdev(); in ultra_probe() local 202 static int __init ultra_probe1(struct net_device *dev, int ioaddr) in ultra_probe1() 338 static int __init ultra_probe_isapnp(struct net_device *dev) in ultra_probe_isapnp() 387 ultra_open(struct net_device *dev) in ultra_open() 419 ultra_reset_8390(struct net_device *dev) in ultra_reset_8390() 443 ultra_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page) in ultra_get_8390_hdr() 463 ultra_block_input(struct net_device *dev, int count, struct sk_buff *skb, int ring_offset) in ultra_block_input() 484 ultra_block_output(struct net_device *dev, int count, const unsigned char *buf, in ultra_block_output() [all …]
|
H A D | lib8390.c | 203 static int __ei_open(struct net_device *dev) in __ei_open() 232 static int __ei_close(struct net_device *dev) in __ei_close() 256 static void __ei_tx_timeout(struct net_device *dev, unsigned int txqueue) in __ei_tx_timeout() 303 struct net_device *dev) in __ei_start_xmit() 429 struct net_device *dev = dev_id; in __ei_interrupt() local 511 static void __ei_poll(struct net_device *dev) in __ei_poll() 533 static void ei_tx_err(struct net_device *dev) in ei_tx_err() 579 static void ei_tx_intr(struct net_device *dev) in ei_tx_intr() 659 static void ei_receive(struct net_device *dev) in ei_receive() 788 static void ei_rx_overrun(struct net_device *dev) in ei_rx_overrun() [all …]
|
/openbmc/linux/drivers/net/wireless/ath/ath6kl/ |
H A D | hif.c | 117 static int ath6kl_hif_proc_dbg_intr(struct ath6kl_device *dev) in ath6kl_hif_proc_dbg_intr() 141 int ath6kl_hif_poll_mboxmsg_rx(struct ath6kl_device *dev, u32 *lk_ahd, in ath6kl_hif_poll_mboxmsg_rx() 200 int ath6kl_hif_rx_control(struct ath6kl_device *dev, bool enable_rx) in ath6kl_hif_rx_control() 230 int ath6kl_hif_submit_scat_req(struct ath6kl_device *dev, in ath6kl_hif_submit_scat_req() 275 static int ath6kl_hif_proc_counter_intr(struct ath6kl_device *dev) in ath6kl_hif_proc_counter_intr() 299 static int ath6kl_hif_proc_err_intr(struct ath6kl_device *dev) in ath6kl_hif_proc_err_intr() 343 static int ath6kl_hif_proc_cpu_intr(struct ath6kl_device *dev) in ath6kl_hif_proc_cpu_intr() 388 static int proc_pending_irqs(struct ath6kl_device *dev, bool *done) in proc_pending_irqs() 542 struct ath6kl_device *dev = ar->htc_target->dev; in ath6kl_hif_intr_bh_handler() local 568 static int ath6kl_hif_enable_intrs(struct ath6kl_device *dev) in ath6kl_hif_enable_intrs() [all …]
|
/openbmc/linux/drivers/net/ethernet/cirrus/ |
H A D | mac89x0.c | 126 readreg_io(struct net_device *dev, int portno) in readreg_io() 133 writereg_io(struct net_device *dev, int portno, int value) in writereg_io() 141 readreg(struct net_device *dev, int portno) in readreg() 147 writereg(struct net_device *dev, int portno, int value) in writereg() 166 struct net_device *dev; in mac89x0_device_probe() local 285 net_open(struct net_device *dev) in net_open() 331 net_send_packet(struct sk_buff *skb, struct net_device *dev) in net_send_packet() 372 struct net_device *dev = dev_id; in net_interrupt() local 436 net_rx(struct net_device *dev) in net_rx() 482 net_close(struct net_device *dev) in net_close() [all …]
|
/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/ |
H A D | eeprom.c | 32 mt7601u_efuse_read(struct mt7601u_dev *dev, u16 addr, u8 *data, in mt7601u_efuse_read() 67 mt7601u_efuse_physical_size_check(struct mt7601u_dev *dev) in mt7601u_efuse_physical_size_check() 98 mt7601u_has_tssi(struct mt7601u_dev *dev, u8 *eeprom) in mt7601u_has_tssi() 106 mt7601u_set_chip_cap(struct mt7601u_dev *dev, u8 *eeprom) in mt7601u_set_chip_cap() 130 static void mt7601u_set_channel_target_power(struct mt7601u_dev *dev, in mt7601u_set_channel_target_power() 145 mt7601u_set_channel_power(struct mt7601u_dev *dev, u8 *eeprom) in mt7601u_set_channel_power() 169 mt7601u_set_country_reg(struct mt7601u_dev *dev, u8 *eeprom) in mt7601u_set_country_reg() 205 mt7601u_set_rf_freq_off(struct mt7601u_dev *dev, u8 *eeprom) in mt7601u_set_rf_freq_off() 219 mt7601u_set_rssi_offset(struct mt7601u_dev *dev, u8 *eeprom) in mt7601u_set_rssi_offset() 237 mt7601u_extra_power_over_mac(struct mt7601u_dev *dev) in mt7601u_extra_power_over_mac() [all …]
|
H A D | main.c | 13 struct mt7601u_dev *dev = hw->priv; in mt7601u_start() local 33 struct mt7601u_dev *dev = hw->priv; in mt7601u_stop() local 47 struct mt7601u_dev *dev = hw->priv; in mt7601u_add_interface() local 74 struct mt7601u_dev *dev = hw->priv; in mt7601u_remove_interface() local 83 struct mt7601u_dev *dev = hw->priv; in mt7601u_config() local 103 struct mt7601u_dev *dev = hw->priv; in mt76_configure_filter() local 137 struct mt7601u_dev *dev = hw->priv; in mt7601u_bss_info_changed() local 187 mt76_wcid_alloc(struct mt7601u_dev *dev) in mt76_wcid_alloc() 212 struct mt7601u_dev *dev = hw->priv; in mt7601u_sta_add() local 243 struct mt7601u_dev *dev = hw->priv; in mt7601u_sta_remove() local [all …]
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | mmio.c | 80 static u32 mt7996_reg_map_l1(struct mt7996_dev *dev, u32 addr) in mt7996_reg_map_l1() 94 static u32 mt7996_reg_map_l2(struct mt7996_dev *dev, u32 addr) in mt7996_reg_map_l2() 108 static u32 __mt7996_reg_addr(struct mt7996_dev *dev, u32 addr) in __mt7996_reg_addr() 131 static u32 __mt7996_reg_remap_addr(struct mt7996_dev *dev, u32 addr) in __mt7996_reg_remap_addr() 152 void mt7996_memcpy_fromio(struct mt7996_dev *dev, void *buf, u32 offset, in mt7996_memcpy_fromio() 170 struct mt7996_dev *dev = container_of(mdev, struct mt7996_dev, mt76); in mt7996_rr() local 185 struct mt7996_dev *dev = container_of(mdev, struct mt7996_dev, mt76); in mt7996_wr() local 200 struct mt7996_dev *dev = container_of(mdev, struct mt7996_dev, mt76); in mt7996_rmw() local 218 struct mt7996_dev *dev; in mt7996_mmio_init() local 252 void mt7996_dual_hif_set_irq_mask(struct mt7996_dev *dev, bool write_reg, in mt7996_dual_hif_set_irq_mask() [all …]
|
/openbmc/linux/drivers/comedi/ |
H A D | comedi_fops.c | 61 struct comedi_device *dev; member 102 static void comedi_device_init(struct comedi_device *dev) in comedi_device_init() 113 struct comedi_device *dev = in comedi_dev_kref_release() local 133 int comedi_dev_put(struct comedi_device *dev) in comedi_dev_put() 141 static struct comedi_device *comedi_dev_get(struct comedi_device *dev) in comedi_dev_get() 148 static void comedi_device_cleanup(struct comedi_device *dev) in comedi_device_cleanup() 163 static bool comedi_clear_board_dev(struct comedi_device *dev) in comedi_clear_board_dev() 180 struct comedi_device *dev; in comedi_clear_board_minor() local 190 comedi_subdevice_from_minor(const struct comedi_device *dev, unsigned int minor) in comedi_subdevice_from_minor() 205 struct comedi_device *dev; in comedi_dev_get_from_board_minor() local [all …]
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | usb.c | 24 static u32 mt7663u_rr(struct mt76_dev *dev, u32 addr) in mt7663u_rr() 36 static void mt7663u_wr(struct mt76_dev *dev, u32 addr, u32 val) in mt7663u_wr() 44 static u32 mt7663u_rmw(struct mt76_dev *dev, u32 addr, in mt7663u_rmw() 57 static void mt7663u_copy(struct mt76_dev *dev, u32 offset, in mt7663u_copy() 85 struct mt7615_dev *dev = hw->priv; in mt7663u_stop() local 95 static void mt7663u_cleanup(struct mt7615_dev *dev) in mt7663u_cleanup() 103 struct mt7615_dev *dev; in mt7663u_init_work() local 137 struct mt7615_dev *dev; in mt7663u_probe() local 204 struct mt7615_dev *dev = usb_get_intfdata(usb_intf); in mt7663u_disconnect() local 221 struct mt7615_dev *dev = usb_get_intfdata(intf); in mt7663u_suspend() local [all …]
|
/openbmc/linux/drivers/media/test-drivers/vivid/ |
H A D | vivid-osd.c | 48 void vivid_clear_fb(struct vivid_dev *dev) in vivid_clear_fb() 70 struct vivid_dev *dev = (struct vivid_dev *)info->par; in vivid_fb_ioctl() local 96 static int vivid_fb_set_var(struct vivid_dev *dev, struct fb_var_screeninfo *var) in vivid_fb_set_var() 109 static int vivid_fb_get_fix(struct vivid_dev *dev, struct fb_fix_screeninfo *fix) in vivid_fb_get_fix() 129 static int _vivid_fb_check_var(struct fb_var_screeninfo *var, struct vivid_dev *dev) in _vivid_fb_check_var() 171 struct vivid_dev *dev = (struct vivid_dev *) info->par; in vivid_fb_check_var() local 185 struct vivid_dev *dev = (struct vivid_dev *) info->par; in vivid_fb_set_par() local 232 struct vivid_dev *dev = (struct vivid_dev *)info->par; in vivid_fb_blank() local 263 static int vivid_fb_init_vidmode(struct vivid_dev *dev) in vivid_fb_init_vidmode() 336 void vivid_fb_release_buffers(struct vivid_dev *dev) in vivid_fb_release_buffers() [all …]
|
/openbmc/linux/drivers/net/can/dev/ |
H A D | skb.c | 25 void can_flush_echo_skb(struct net_device *dev) in can_flush_echo_skb() 47 int can_put_echo_skb(struct sk_buff *skb, struct net_device *dev, in can_put_echo_skb() 98 __can_get_echo_skb(struct net_device *dev, unsigned int idx, in __can_get_echo_skb() 146 unsigned int can_get_echo_skb(struct net_device *dev, unsigned int idx, in can_get_echo_skb() 170 void can_free_echo_skb(struct net_device *dev, unsigned int idx, in can_free_echo_skb() 208 struct sk_buff *alloc_can_skb(struct net_device *dev, struct can_frame **cf) in alloc_can_skb() 230 struct sk_buff *alloc_canfd_skb(struct net_device *dev, in alloc_canfd_skb() 256 struct sk_buff *alloc_canxl_skb(struct net_device *dev, in alloc_canxl_skb() 289 struct sk_buff *alloc_can_err_skb(struct net_device *dev, struct can_frame **cf) in alloc_can_err_skb() 305 static bool can_skb_headroom_valid(struct net_device *dev, struct sk_buff *skb) in can_skb_headroom_valid() [all …]
|
/openbmc/u-boot/fs/yaffs2/ |
H A D | yaffs_checkptrw.c | 17 static int yaffs2_checkpt_space_ok(struct yaffs_dev *dev) in yaffs2_checkpt_space_ok() 27 static int yaffs_checkpt_erase(struct yaffs_dev *dev) in yaffs_checkpt_erase() 64 static void yaffs2_checkpt_find_erased_block(struct yaffs_dev *dev) in yaffs2_checkpt_find_erased_block() 97 static void yaffs2_checkpt_find_block(struct yaffs_dev *dev) in yaffs2_checkpt_find_block() 138 int yaffs2_checkpt_open(struct yaffs_dev *dev, int writing) in yaffs2_checkpt_open() 193 int yaffs2_get_checkpt_sum(struct yaffs_dev *dev, u32 * sum) in yaffs2_get_checkpt_sum() 202 static int yaffs2_checkpt_flush_buffer(struct yaffs_dev *dev) in yaffs2_checkpt_flush_buffer() 257 int yaffs2_checkpt_wr(struct yaffs_dev *dev, const void *data, int n_bytes) in yaffs2_checkpt_wr() 287 int yaffs2_checkpt_rd(struct yaffs_dev *dev, void *data, int n_bytes) in yaffs2_checkpt_rd() 358 int yaffs_checkpt_close(struct yaffs_dev *dev) in yaffs_checkpt_close() [all …]
|
/openbmc/linux/drivers/mfd/ |
H A D | abx500-core.c | 20 struct device *dev; member 23 static void lookup_ops(struct device *dev, struct abx500_ops **ops) in lookup_ops() 36 int abx500_register_ops(struct device *dev, struct abx500_ops *ops) in abx500_register_ops() 52 void abx500_remove_ops(struct device *dev) in abx500_remove_ops() 62 int abx500_set_register_interruptible(struct device *dev, u8 bank, u8 reg, in abx500_set_register_interruptible() 75 int abx500_get_register_interruptible(struct device *dev, u8 bank, u8 reg, in abx500_get_register_interruptible() 88 int abx500_get_register_page_interruptible(struct device *dev, u8 bank, in abx500_get_register_page_interruptible() 102 int abx500_mask_and_set_register_interruptible(struct device *dev, u8 bank, in abx500_mask_and_set_register_interruptible() 116 int abx500_get_chip_id(struct device *dev) in abx500_get_chip_id() 128 int abx500_event_registers_startup_state_get(struct device *dev, u8 *event) in abx500_event_registers_startup_state_get() [all …]
|
/openbmc/linux/drivers/opp/ |
H A D | core.c | 40 static bool _find_opp_dev(const struct device *dev, struct opp_table *opp_table) in _find_opp_dev() 56 static struct opp_table *_find_opp_table_unlocked(struct device *dev) in _find_opp_table_unlocked() 81 struct opp_table *_find_opp_table(struct device *dev) in _find_opp_table() 295 unsigned long dev_pm_opp_get_max_clock_latency(struct device *dev) in dev_pm_opp_get_max_clock_latency() 318 unsigned long dev_pm_opp_get_max_volt_latency(struct device *dev) in dev_pm_opp_get_max_volt_latency() 390 unsigned long dev_pm_opp_get_max_transition_latency(struct device *dev) in dev_pm_opp_get_max_transition_latency() 404 unsigned long dev_pm_opp_get_suspend_opp_freq(struct device *dev) in dev_pm_opp_get_suspend_opp_freq() 446 int dev_pm_opp_get_opp_count(struct device *dev) in dev_pm_opp_get_opp_count() 550 _find_key(struct device *dev, unsigned long *key, int index, bool available, in _find_key() 574 static struct dev_pm_opp *_find_key_exact(struct device *dev, in _find_key_exact() [all …]
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | cmd.c | 189 static int mlx4_internal_err_ret_value(struct mlx4_dev *dev, u16 op, in mlx4_internal_err_ret_value() 241 static int mlx4_cmd_reset_flow(struct mlx4_dev *dev, u16 op, u8 op_modifier, in mlx4_cmd_reset_flow() 255 static int comm_pending(struct mlx4_dev *dev) in comm_pending() 263 static int mlx4_comm_cmd_post(struct mlx4_dev *dev, u8 cmd, u16 param) in mlx4_comm_cmd_post() 288 static int mlx4_comm_cmd_poll(struct mlx4_dev *dev, u8 cmd, u16 param, in mlx4_comm_cmd_poll() 338 static int mlx4_comm_cmd_wait(struct mlx4_dev *dev, u8 vhcr_cmd, in mlx4_comm_cmd_wait() 407 int mlx4_comm_cmd(struct mlx4_dev *dev, u8 cmd, u16 param, in mlx4_comm_cmd() 418 static int cmd_pending(struct mlx4_dev *dev) in cmd_pending() 432 static int mlx4_cmd_post(struct mlx4_dev *dev, u64 in_param, u64 out_param, in mlx4_cmd_post() 511 static int mlx4_slave_cmd(struct mlx4_dev *dev, u64 in_param, u64 *out_param, in mlx4_slave_cmd() [all …]
|
/openbmc/linux/drivers/staging/vc04_services/bcm2835-camera/ |
H A D | bcm2835-camera.c | 211 struct bcm2835_mmal_dev *dev = vb2_get_drv_priv(vq); in queue_setup() local 266 struct bcm2835_mmal_dev *dev = vb2_get_drv_priv(vb->vb2_queue); in buffer_init() local 281 struct bcm2835_mmal_dev *dev = vb2_get_drv_priv(vb->vb2_queue); in buffer_prepare() local 303 struct bcm2835_mmal_dev *dev = vb2_get_drv_priv(vb->vb2_queue); in buffer_cleanup() local 314 static inline bool is_capturing(struct bcm2835_mmal_dev *dev) in is_capturing() 325 struct bcm2835_mmal_dev *dev = port->cb_ctx; in buffer_cb() local 417 static int enable_camera(struct bcm2835_mmal_dev *dev) in enable_camera() 448 static int disable_camera(struct bcm2835_mmal_dev *dev) in disable_camera() 483 struct bcm2835_mmal_dev *dev = vb2_get_drv_priv(vb->vb2_queue); in buffer_queue() local 502 struct bcm2835_mmal_dev *dev = vb2_get_drv_priv(vq); in start_streaming() local [all …]
|
/openbmc/linux/drivers/net/wireless/admtek/ |
H A D | adm8211.c | 103 static int adm8211_read_eeprom(struct ieee80211_hw *dev) in adm8211_read_eeprom() 240 static inline void adm8211_write_sram(struct ieee80211_hw *dev, in adm8211_write_sram() 256 static void adm8211_write_sram_bytes(struct ieee80211_hw *dev, in adm8211_write_sram_bytes() 280 static void adm8211_clear_sram(struct ieee80211_hw *dev) in adm8211_clear_sram() 292 static int adm8211_get_stats(struct ieee80211_hw *dev, in adm8211_get_stats() 302 static void adm8211_interrupt_tci(struct ieee80211_hw *dev) in adm8211_interrupt_tci() 350 static void adm8211_interrupt_rci(struct ieee80211_hw *dev) in adm8211_interrupt_rci() 465 struct ieee80211_hw *dev = dev_id; in adm8211_interrupt() local 559 static int adm8211_write_bbp(struct ieee80211_hw *dev, u8 addr, u8 data) in adm8211_write_bbp() 619 static int adm8211_rf_set_channel(struct ieee80211_hw *dev, unsigned int chan) in adm8211_rf_set_channel() [all …]
|
/openbmc/linux/sound/core/seq/ |
H A D | seq_midi_event.c | 104 struct snd_midi_event *dev; in snd_midi_event_new() local 126 void snd_midi_event_free(struct snd_midi_event *dev) in snd_midi_event_free() 138 static inline void reset_encode(struct snd_midi_event *dev) in reset_encode() 145 void snd_midi_event_reset_encode(struct snd_midi_event *dev) in snd_midi_event_reset_encode() 155 void snd_midi_event_reset_decode(struct snd_midi_event *dev) in snd_midi_event_reset_decode() 165 void snd_midi_event_no_status(struct snd_midi_event *dev, int on) in snd_midi_event_no_status() 176 bool snd_midi_event_encode_byte(struct snd_midi_event *dev, unsigned char c, in snd_midi_event_encode_byte() 245 static void note_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in note_event() 253 static void one_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in one_param_ctrl_event() 260 static void pitchbend_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in pitchbend_ctrl_event() [all …]
|
/openbmc/u-boot/drivers/core/ |
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/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/linux/drivers/scsi/libsas/ |
H A D | sas_discover.c | 22 void sas_init_dev(struct domain_device *dev) in sas_init_dev() 53 struct domain_device *dev; in sas_get_port_device() local 169 int sas_notify_lldd_dev_found(struct domain_device *dev) in sas_notify_lldd_dev_found() 192 void sas_notify_lldd_dev_gone(struct domain_device *dev) in sas_notify_lldd_dev_gone() 209 struct domain_device *dev, *n; in sas_probe_devices() local 234 struct domain_device *dev; in sas_suspend_devices() local 278 int sas_discover_end_dev(struct domain_device *dev) in sas_discover_end_dev() 287 struct domain_device *dev = container_of(kref, typeof(*dev), kref); in sas_free_device() local 313 static void sas_unregister_common_dev(struct asd_sas_port *port, struct domain_device *dev) in sas_unregister_common_dev() 342 struct domain_device *dev, *n; in sas_destruct_devices() local [all …]
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | pch_udc.c | 290 struct pch_udc_dev *dev; member 401 static inline u32 pch_udc_readl(struct pch_udc_dev *dev, unsigned long reg) in pch_udc_readl() 406 static inline void pch_udc_writel(struct pch_udc_dev *dev, in pch_udc_writel() 412 static inline void pch_udc_bit_set(struct pch_udc_dev *dev, in pch_udc_bit_set() 419 static inline void pch_udc_bit_clr(struct pch_udc_dev *dev, in pch_udc_bit_clr() 455 static void pch_udc_csr_busy(struct pch_udc_dev *dev) in pch_udc_csr_busy() 473 static void pch_udc_write_csr(struct pch_udc_dev *dev, unsigned long val, in pch_udc_write_csr() 490 static u32 pch_udc_read_csr(struct pch_udc_dev *dev, unsigned int ep) in pch_udc_read_csr() 504 static inline void pch_udc_rmt_wakeup(struct pch_udc_dev *dev) in pch_udc_rmt_wakeup() 516 static inline int pch_udc_get_frame(struct pch_udc_dev *dev) in pch_udc_get_frame() [all …]
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-diolan-u2c.c | 96 static int diolan_usb_transfer(struct i2c_diolan_u2c *dev) in diolan_usb_transfer() 156 static int diolan_write_cmd(struct i2c_diolan_u2c *dev, bool flush) in diolan_write_cmd() 164 static int diolan_usb_cmd(struct i2c_diolan_u2c *dev, u8 command, bool flush) in diolan_usb_cmd() 172 static int diolan_usb_cmd_data(struct i2c_diolan_u2c *dev, u8 command, u8 data, in diolan_usb_cmd_data() 182 static int diolan_usb_cmd_data2(struct i2c_diolan_u2c *dev, u8 command, u8 d1, in diolan_usb_cmd_data2() 198 static void diolan_flush_input(struct i2c_diolan_u2c *dev) in diolan_flush_input() 217 static int diolan_i2c_start(struct i2c_diolan_u2c *dev) in diolan_i2c_start() 222 static int diolan_i2c_repeated_start(struct i2c_diolan_u2c *dev) in diolan_i2c_repeated_start() 227 static int diolan_i2c_stop(struct i2c_diolan_u2c *dev) in diolan_i2c_stop() 232 static int diolan_i2c_get_byte_ack(struct i2c_diolan_u2c *dev, bool ack, in diolan_i2c_get_byte_ack() [all …]
|
/openbmc/linux/drivers/net/wireless/intersil/p54/ |
H A D | main.c | 50 static void p54_sta_notify(struct ieee80211_hw *dev, struct ieee80211_vif *vif, in p54_sta_notify() 66 static int p54_set_tim(struct ieee80211_hw *dev, struct ieee80211_sta *sta, in p54_set_tim() 165 static int p54_start(struct ieee80211_hw *dev) in p54_start() 200 static void p54_stop(struct ieee80211_hw *dev) in p54_stop() 223 static int p54_add_interface(struct ieee80211_hw *dev, in p54_add_interface() 257 static void p54_remove_interface(struct ieee80211_hw *dev, in p54_remove_interface() 280 static int p54_wait_for_stats(struct ieee80211_hw *dev) in p54_wait_for_stats() 316 static int p54_config(struct ieee80211_hw *dev, u32 changed) in p54_config() 363 static u64 p54_prepare_multicast(struct ieee80211_hw *dev, in p54_prepare_multicast() 388 static void p54_configure_filter(struct ieee80211_hw *dev, in p54_configure_filter() [all …]
|