/openbmc/qemu/tests/qtest/libqos/ |
H A D | virtio-pci.c | 40 #define CONFIG_BASE(dev) (VIRTIO_PCI_CONFIG_OFF((dev)->pdev->msix_enabled)) argument 44 QVirtioPCIDevice *dev = container_of(d, QVirtioPCIDevice, vdev); in qvirtio_pci_config_readb() local 57 QVirtioPCIDevice *dev = container_of(d, QVirtioPCIDevice, vdev); in qvirtio_pci_config_readw() local 69 QVirtioPCIDevice *dev = container_of(d, QVirtioPCIDevice, vdev); in qvirtio_pci_config_readl() local 81 QVirtioPCIDevice *dev = container_of(d, QVirtioPCIDevice, vdev); in qvirtio_pci_config_readq() local 94 QVirtioPCIDevice *dev = container_of(d, QVirtioPCIDevice, vdev); in qvirtio_pci_get_features() local 100 QVirtioPCIDevice *dev = container_of(d, QVirtioPCIDevice, vdev); in qvirtio_pci_set_features() local 106 QVirtioPCIDevice *dev = container_of(d, QVirtioPCIDevice, vdev); in qvirtio_pci_get_guest_features() local 112 QVirtioPCIDevice *dev = container_of(d, QVirtioPCIDevice, vdev); in qvirtio_pci_get_status() local 118 QVirtioPCIDevice *dev = container_of(d, QVirtioPCIDevice, vdev); in qvirtio_pci_set_status() local [all …]
|
/openbmc/linux/kernel/time/ |
H A D | clockevents.c | 91 static int __clockevents_switch_state(struct clock_event_device *dev, in __clockevents_switch_state() 147 void clockevents_switch_state(struct clock_event_device *dev, in clockevents_switch_state() 171 void clockevents_shutdown(struct clock_event_device *dev) in clockevents_shutdown() 181 int clockevents_tick_resume(struct clock_event_device *dev) in clockevents_tick_resume() 202 static int clockevents_increase_min_delta(struct clock_event_device *dev) in clockevents_increase_min_delta() 233 static int clockevents_program_min_delta(struct clock_event_device *dev) in clockevents_program_min_delta() 272 static int clockevents_program_min_delta(struct clock_event_device *dev) in clockevents_program_min_delta() 303 int clockevents_program_event(struct clock_event_device *dev, ktime_t expires, in clockevents_program_event() 345 struct clock_event_device *dev; in clockevents_notify_released() local 360 struct clock_event_device *dev, *newdev = NULL; in clockevents_replace() local [all …]
|
/openbmc/u-boot/drivers/power/regulator/ |
H A D | stpmu1.c | 138 static int stpmu1_buck_get_uv(struct udevice *dev, int buck) in stpmu1_buck_get_uv() 152 static int stpmu1_buck_get_value(struct udevice *dev) in stpmu1_buck_get_value() 157 static int stpmu1_buck_set_value(struct udevice *dev, int uv) in stpmu1_buck_set_value() 171 static int stpmu1_buck_get_enable(struct udevice *dev) in stpmu1_buck_get_enable() 183 static int stpmu1_buck_set_enable(struct udevice *dev, bool enable) in stpmu1_buck_set_enable() 209 static int stpmu1_buck_get_mode(struct udevice *dev) in stpmu1_buck_get_mode() 222 static int stpmu1_buck_set_mode(struct udevice *dev, int mode) in stpmu1_buck_set_mode() 230 static int stpmu1_buck_probe(struct udevice *dev) in stpmu1_buck_probe() 310 static int stpmu1_ldo_get_value(struct udevice *dev) in stpmu1_ldo_get_value() 332 static int stpmu1_ldo_set_value(struct udevice *dev, int uv) in stpmu1_ldo_set_value() [all …]
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | sdio.c | 23 static u32 mt76s_read_whisr(struct mt76_dev *dev) in mt76s_read_whisr() 28 u32 mt76s_read_pcr(struct mt76_dev *dev) in mt76s_read_pcr() 36 static u32 mt76s_read_mailbox(struct mt76_dev *dev, u32 offset) in mt76s_read_mailbox() 91 static void mt76s_write_mailbox(struct mt76_dev *dev, u32 offset, u32 val) in mt76s_write_mailbox() 144 u32 mt76s_rr(struct mt76_dev *dev, u32 offset) in mt76s_rr() 153 void mt76s_wr(struct mt76_dev *dev, u32 offset, u32 val) in mt76s_wr() 162 u32 mt76s_rmw(struct mt76_dev *dev, u32 offset, u32 mask, u32 val) in mt76s_rmw() 171 void mt76s_write_copy(struct mt76_dev *dev, u32 offset, in mt76s_write_copy() 184 void mt76s_read_copy(struct mt76_dev *dev, u32 offset, in mt76s_read_copy() 197 int mt76s_wr_rp(struct mt76_dev *dev, u32 base, in mt76s_wr_rp() [all …]
|
H A D | mt792x_dma.c | 13 struct mt792x_dev *dev = dev_instance; in mt792x_irq_handler() local 30 struct mt792x_dev *dev = (struct mt792x_dev *)data; in mt792x_irq_tasklet() local 78 struct mt792x_dev *dev = container_of(mdev, struct mt792x_dev, mt76); in mt792x_rx_poll_complete() local 91 static void mt792x_dma_prefetch(struct mt792x_dev *dev) in mt792x_dma_prefetch() 110 int mt792x_dma_enable(struct mt792x_dev *dev) in mt792x_dma_enable() 148 mt792x_dma_reset(struct mt792x_dev *dev, bool force) in mt792x_dma_reset() 171 int mt792x_wpdma_reset(struct mt792x_dev *dev, bool force) in mt792x_wpdma_reset() 201 int mt792x_wpdma_reinit_cond(struct mt792x_dev *dev) in mt792x_wpdma_reinit_cond() 227 int mt792x_dma_disable(struct mt792x_dev *dev, bool force) in mt792x_dma_disable() 262 void mt792x_dma_cleanup(struct mt792x_dev *dev) in mt792x_dma_cleanup() [all …]
|
/openbmc/linux/drivers/usb/c67x00/ |
H A D | c67x00-ll-hpi.c | 70 static inline u16 hpi_read_reg(struct c67x00_device *dev, int reg) in hpi_read_reg() 76 static inline void hpi_write_reg(struct c67x00_device *dev, int reg, u16 value) in hpi_write_reg() 82 static inline u16 hpi_read_word_nolock(struct c67x00_device *dev, u16 reg) in hpi_read_word_nolock() 88 static u16 hpi_read_word(struct c67x00_device *dev, u16 reg) in hpi_read_word() 100 static void hpi_write_word_nolock(struct c67x00_device *dev, u16 reg, u16 value) in hpi_write_word_nolock() 106 static void hpi_write_word(struct c67x00_device *dev, u16 reg, u16 value) in hpi_write_word() 118 static void hpi_write_words_le16(struct c67x00_device *dev, u16 addr, in hpi_write_words_le16() 136 static void hpi_read_words_le16(struct c67x00_device *dev, u16 addr, in hpi_read_words_le16() 150 static void hpi_set_bits(struct c67x00_device *dev, u16 reg, u16 mask) in hpi_set_bits() 161 static void hpi_clear_bits(struct c67x00_device *dev, u16 reg, u16 mask) in hpi_clear_bits() [all …]
|
/openbmc/linux/drivers/media/usb/stk1160/ |
H A D | stk1160-v4l.c | 67 static void stk1160_set_std(struct stk1160 *dev) in stk1160_set_std() 122 static void stk1160_set_fmt(struct stk1160 *dev, in stk1160_set_fmt() 161 static bool stk1160_set_alternate(struct stk1160 *dev) in stk1160_set_alternate() 203 static int stk1160_start_streaming(struct stk1160 *dev) in stk1160_start_streaming() 273 static void stk1160_stop_hw(struct stk1160 *dev) in stk1160_stop_hw() 292 static int stk1160_stop_streaming(struct stk1160 *dev) in stk1160_stop_streaming() 338 struct stk1160 *dev = video_drvdata(file); in vidioc_querycap() local 359 struct stk1160 *dev = video_drvdata(file); in vidioc_g_fmt_vid_cap() local 372 static int stk1160_try_fmt(struct stk1160 *dev, struct v4l2_format *f, in stk1160_try_fmt() 478 struct stk1160 *dev = video_drvdata(file); in vidioc_try_fmt_vid_cap() local [all …]
|
/openbmc/linux/drivers/gpu/drm/mediatek/ |
H A D | mtk_disp_ovl_adaptor.c | 86 void mtk_ovl_adaptor_layer_config(struct device *dev, unsigned int idx, in mtk_ovl_adaptor_layer_config() 163 void mtk_ovl_adaptor_config(struct device *dev, unsigned int w, in mtk_ovl_adaptor_config() 173 void mtk_ovl_adaptor_start(struct device *dev) in mtk_ovl_adaptor_start() 180 void mtk_ovl_adaptor_stop(struct device *dev) in mtk_ovl_adaptor_stop() 187 int mtk_ovl_adaptor_clk_enable(struct device *dev) in mtk_ovl_adaptor_clk_enable() 239 void mtk_ovl_adaptor_clk_disable(struct device *dev) in mtk_ovl_adaptor_clk_disable() 259 unsigned int mtk_ovl_adaptor_layer_nr(struct device *dev) in mtk_ovl_adaptor_layer_nr() 264 struct device *mtk_ovl_adaptor_dma_dev_get(struct device *dev) in mtk_ovl_adaptor_dma_dev_get() 271 void mtk_ovl_adaptor_register_vblank_cb(struct device *dev, void (*vblank_cb)(void *), in mtk_ovl_adaptor_register_vblank_cb() 280 void mtk_ovl_adaptor_unregister_vblank_cb(struct device *dev) in mtk_ovl_adaptor_unregister_vblank_cb() [all …]
|
/openbmc/linux/drivers/net/dsa/microchip/ |
H A D | ksz8795.c | 29 static void ksz_cfg(struct ksz_device *dev, u32 addr, u8 bits, bool set) in ksz_cfg() 34 static void ksz_port_cfg(struct ksz_device *dev, int port, int offset, u8 bits, in ksz_port_cfg() 41 static int ksz8_ind_write8(struct ksz_device *dev, u8 table, u16 addr, u8 data) in ksz8_ind_write8() 61 int ksz8_reset_switch(struct ksz_device *dev) in ksz8_reset_switch() 79 static int ksz8863_change_mtu(struct ksz_device *dev, int frame_size) in ksz8863_change_mtu() 92 static int ksz8795_change_mtu(struct ksz_device *dev, int frame_size) in ksz8795_change_mtu() 109 int ksz8_change_mtu(struct ksz_device *dev, int port, int mtu) in ksz8_change_mtu() 130 static void ksz8795_set_prio_queue(struct ksz_device *dev, int port, int queue) in ksz8795_set_prio_queue() 163 void ksz8_r_mib_cnt(struct ksz_device *dev, int port, u16 addr, u64 *cnt) in ksz8_r_mib_cnt() 198 static void ksz8795_r_mib_pkt(struct ksz_device *dev, int port, u16 addr, in ksz8795_r_mib_pkt() [all …]
|
/openbmc/linux/drivers/usb/typec/ |
H A D | pd.c | 23 struct device dev; member 28 static void pdo_release(struct device *dev) in pdo_release() 37 dual_role_power_show(struct device *dev, struct device_attribute *attr, char *buf) in dual_role_power_show() 44 usb_suspend_supported_show(struct device *dev, struct device_attribute *attr, char *buf) in usb_suspend_supported_show() 51 higher_capability_show(struct device *dev, struct device_attribute *attr, char *buf) in higher_capability_show() 58 unconstrained_power_show(struct device *dev, struct device_attribute *attr, char *buf) in unconstrained_power_show() 65 usb_communication_capable_show(struct device *dev, struct device_attribute *attr, char *buf) in usb_communication_capable_show() 72 dual_role_data_show(struct device *dev, struct device_attribute *attr, char *buf) in dual_role_data_show() 79 unchunked_extended_messages_supported_show(struct device *dev, in unchunked_extended_messages_supported_show() 96 fast_role_swap_current_show(struct device *dev, struct device_attribute *attr, char *buf) in fast_role_swap_current_show() [all …]
|
/openbmc/u-boot/drivers/pinctrl/mediatek/ |
H A D | pinctrl-mtk-common.c | 45 static void mtk_w32(struct udevice *dev, u32 reg, u32 val) in mtk_w32() 52 static u32 mtk_r32(struct udevice *dev, u32 reg) in mtk_r32() 69 void mtk_rmw(struct udevice *dev, u32 reg, u32 mask, u32 set) in mtk_rmw() 79 static int mtk_hw_pin_field_lookup(struct udevice *dev, int pin, in mtk_hw_pin_field_lookup() 120 static int mtk_hw_pin_field_get(struct udevice *dev, int pin, in mtk_hw_pin_field_get() 143 static void mtk_hw_write_cross_field(struct udevice *dev, in mtk_hw_write_cross_field() 157 static void mtk_hw_read_cross_field(struct udevice *dev, in mtk_hw_read_cross_field() 170 static int mtk_hw_set_value(struct udevice *dev, int pin, int field, in mtk_hw_set_value() 189 static int mtk_hw_get_value(struct udevice *dev, int pin, int field, in mtk_hw_get_value() 207 static int mtk_get_groups_count(struct udevice *dev) in mtk_get_groups_count() [all …]
|
/openbmc/u-boot/drivers/net/ |
H A D | ks8851_mll.c | 105 static u8 ks_rdreg8(struct eth_device *dev, u16 offset) in ks_rdreg8() 115 static u16 ks_rdreg16(struct eth_device *dev, u16 offset) in ks_rdreg16() 122 static void ks_wrreg8(struct eth_device *dev, u16 offset, u8 val) in ks_wrreg8() 131 static void ks_wrreg16(struct eth_device *dev, u16 offset, u16 val) in ks_wrreg16() 144 static inline void ks_inblk(struct eth_device *dev, u16 *wptr, u32 len) in ks_inblk() 158 static inline void ks_outblk(struct eth_device *dev, u16 *wptr, u32 len) in ks_outblk() 166 static void ks_enable_int(struct eth_device *dev) in ks_enable_int() 171 static void ks_set_powermode(struct eth_device *dev, unsigned pwrmode) in ks_set_powermode() 187 static void ks_read_config(struct eth_device *dev) in ks_read_config() 227 static void ks_soft_reset(struct eth_device *dev, unsigned op) in ks_soft_reset() [all …]
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | srq.c | 43 void mlx4_srq_event(struct mlx4_dev *dev, u32 srqn, int event_type) in mlx4_srq_event() 64 static int mlx4_SW2HW_SRQ(struct mlx4_dev *dev, struct mlx4_cmd_mailbox *mailbox, in mlx4_SW2HW_SRQ() 72 static int mlx4_HW2SW_SRQ(struct mlx4_dev *dev, struct mlx4_cmd_mailbox *mailbox, in mlx4_HW2SW_SRQ() 80 static int mlx4_ARM_SRQ(struct mlx4_dev *dev, int srq_num, int limit_watermark) in mlx4_ARM_SRQ() 86 static int mlx4_QUERY_SRQ(struct mlx4_dev *dev, struct mlx4_cmd_mailbox *mailbox, in mlx4_QUERY_SRQ() 93 int __mlx4_srq_alloc_icm(struct mlx4_dev *dev, int *srqn) in __mlx4_srq_alloc_icm() 120 static int mlx4_srq_alloc_icm(struct mlx4_dev *dev, int *srqn) in mlx4_srq_alloc_icm() 138 void __mlx4_srq_free_icm(struct mlx4_dev *dev, int srqn) in __mlx4_srq_free_icm() 147 static void mlx4_srq_free_icm(struct mlx4_dev *dev, int srqn) in mlx4_srq_free_icm() 162 int mlx4_srq_alloc(struct mlx4_dev *dev, u32 pdn, u32 cqn, u16 xrcd, in mlx4_srq_alloc() [all …]
|
H A D | eq.c | 86 static u64 get_async_ev_mask(struct mlx4_dev *dev) in get_async_ev_mask() 144 struct mlx4_dev *dev = &priv->dev; in mlx4_gen_slave_eqe() local 194 static void slave_event(struct mlx4_dev *dev, u8 slave, struct mlx4_eqe *eqe) in slave_event() 223 static void mlx4_slave_event(struct mlx4_dev *dev, int slave, in mlx4_slave_event() 240 struct mlx4_dev *dev = &priv->dev; in mlx4_set_eq_affinity_hint() local 253 int mlx4_gen_pkey_eqe(struct mlx4_dev *dev, int slave, u8 port) in mlx4_gen_pkey_eqe() 273 int mlx4_gen_guid_change_eqe(struct mlx4_dev *dev, int slave, u8 port) in mlx4_gen_guid_change_eqe() 290 int mlx4_gen_port_state_change_eqe(struct mlx4_dev *dev, int slave, u8 port, in mlx4_gen_port_state_change_eqe() 311 enum slave_port_state mlx4_get_slave_port_state(struct mlx4_dev *dev, int slave, u8 port) in mlx4_get_slave_port_state() 327 static int mlx4_set_slave_port_state(struct mlx4_dev *dev, int slave, u8 port, in mlx4_set_slave_port_state() [all …]
|
/openbmc/linux/sound/soc/dwc/ |
H A D | dwc-i2s.c | 41 static inline void i2s_disable_channels(struct dw_i2s_dev *dev, u32 stream) in i2s_disable_channels() 54 static inline void i2s_clear_irqs(struct dw_i2s_dev *dev, u32 stream) in i2s_clear_irqs() 67 static inline void i2s_disable_irqs(struct dw_i2s_dev *dev, u32 stream, in i2s_disable_irqs() 85 static inline void i2s_enable_irqs(struct dw_i2s_dev *dev, u32 stream, in i2s_enable_irqs() 105 struct dw_i2s_dev *dev = dev_id; in i2s_irq_handler() local 154 static void i2s_enable_dma(struct dw_i2s_dev *dev, u32 stream) in i2s_enable_dma() 167 static void i2s_disable_dma(struct dw_i2s_dev *dev, u32 stream) in i2s_disable_dma() 182 static void i2s_start(struct dw_i2s_dev *dev, in i2s_start() 211 static void i2s_stop(struct dw_i2s_dev *dev, in i2s_stop() 235 struct dw_i2s_dev *dev = snd_soc_dai_get_drvdata(cpu_dai); in dw_i2s_startup() local [all …]
|
/openbmc/linux/drivers/media/pci/saa7164/ |
H A D | saa7164-api.c | 13 int saa7164_api_get_load_info(struct saa7164_dev *dev, struct tmFwInfoStruct *i) in saa7164_api_get_load_info() 37 int saa7164_api_collect_debug(struct saa7164_dev *dev) in saa7164_api_collect_debug() 65 int saa7164_api_set_debug(struct saa7164_dev *dev, u8 level) in saa7164_api_set_debug() 93 struct saa7164_dev *dev = port->dev; in saa7164_api_set_vbi_format() local 156 struct saa7164_dev *dev = port->dev; in saa7164_api_set_gop_size() local 175 struct saa7164_dev *dev = port->dev; in saa7164_api_set_encoder() local 234 struct saa7164_dev *dev = port->dev; in saa7164_api_get_encoder() local 312 struct saa7164_dev *dev = port->dev; in saa7164_api_set_aspect_ratio() local 356 struct saa7164_dev *dev = port->dev; in saa7164_api_set_usercontrol() local 390 struct saa7164_dev *dev = port->dev; in saa7164_api_get_usercontrol() local [all …]
|
/openbmc/linux/drivers/dma/idxd/ |
H A D | sysfs.c | 20 static ssize_t engine_group_id_show(struct device *dev, in engine_group_id_show() 31 static ssize_t engine_group_id_store(struct device *dev, in engine_group_id_store() 87 static void idxd_conf_engine_release(struct device *dev) in idxd_conf_engine_release() 115 static ssize_t group_read_buffers_reserved_show(struct device *dev, in group_read_buffers_reserved_show() 124 static ssize_t group_tokens_reserved_show(struct device *dev, in group_tokens_reserved_show() 132 static ssize_t group_read_buffers_reserved_store(struct device *dev, in group_read_buffers_reserved_store() 165 static ssize_t group_tokens_reserved_store(struct device *dev, in group_tokens_reserved_store() 181 static ssize_t group_read_buffers_allowed_show(struct device *dev, in group_read_buffers_allowed_show() 190 static ssize_t group_tokens_allowed_show(struct device *dev, in group_tokens_allowed_show() 198 static ssize_t group_read_buffers_allowed_store(struct device *dev, in group_read_buffers_allowed_store() [all …]
|
/openbmc/linux/drivers/input/ |
H A D | input.c | 86 static void input_start_autorepeat(struct input_dev *dev, int code) in input_start_autorepeat() 97 static void input_stop_autorepeat(struct input_dev *dev) in input_stop_autorepeat() 142 static void input_pass_values(struct input_dev *dev, in input_pass_values() 189 static int input_handle_abs_event(struct input_dev *dev, in input_handle_abs_event() 241 static int input_get_disposition(struct input_dev *dev, in input_get_disposition() 351 static void input_event_dispose(struct input_dev *dev, int disposition, in input_event_dispose() 394 void input_handle_event(struct input_dev *dev, in input_handle_event() 427 void input_event(struct input_dev *dev, in input_event() 455 struct input_dev *dev = handle->dev; in input_inject_event() local 480 void input_alloc_absinfo(struct input_dev *dev) in input_alloc_absinfo() [all …]
|
/openbmc/linux/drivers/misc/mei/ |
H A D | pci-txe.c | 38 static inline void mei_txe_set_pm_domain(struct mei_device *dev) {} in mei_txe_set_pm_domain() 39 static inline void mei_txe_unset_pm_domain(struct mei_device *dev) {} in mei_txe_unset_pm_domain() 52 struct mei_device *dev; in mei_txe_probe() local 169 struct mei_device *dev; in mei_txe_shutdown() local 194 struct mei_device *dev; in mei_txe_remove() local 219 struct mei_device *dev = pci_get_drvdata(pdev); in mei_txe_pci_suspend() local 239 struct mei_device *dev; in mei_txe_pci_resume() local 276 struct mei_device *dev; in mei_txe_pm_runtime_idle() local 290 struct mei_device *dev; in mei_txe_pm_runtime_suspend() local 320 struct mei_device *dev; in mei_txe_pm_runtime_resume() local [all …]
|
/openbmc/linux/sound/core/ |
H A D | device.c | 32 struct snd_device *dev; in snd_device_new() local 59 static void __snd_device_disconnect(struct snd_device *dev) in __snd_device_disconnect() 69 static void __snd_device_free(struct snd_device *dev) in __snd_device_free() 84 struct snd_device *dev; in look_for_dev() local 108 struct snd_device *dev; in snd_device_disconnect() local 132 struct snd_device *dev; in snd_device_free() local 145 static int __snd_device_register(struct snd_device *dev) in __snd_device_register() 173 struct snd_device *dev; in snd_device_register() local 191 struct snd_device *dev; in snd_device_register_all() local 210 struct snd_device *dev; in snd_device_disconnect_all() local [all …]
|
/openbmc/linux/drivers/media/test-drivers/vivid/ |
H A D | vivid-vid-out.c | 27 struct vivid_dev *dev = vb2_get_drv_priv(vq); in vid_out_queue_setup() local 92 struct vivid_dev *dev = vb2_get_drv_priv(vb->vb2_queue); in vid_out_buf_out_validate() local 106 struct vivid_dev *dev = vb2_get_drv_priv(vb->vb2_queue); in vid_out_buf_prepare() local 148 struct vivid_dev *dev = vb2_get_drv_priv(vb->vb2_queue); in vid_out_buf_queue() local 160 struct vivid_dev *dev = vb2_get_drv_priv(vq); in vid_out_start_streaming() local 189 struct vivid_dev *dev = vb2_get_drv_priv(vq); in vid_out_stop_streaming() local 198 struct vivid_dev *dev = vb2_get_drv_priv(vb->vb2_queue); in vid_out_buf_request_complete() local 219 void vivid_update_format_out(struct vivid_dev *dev) in vivid_update_format_out() 284 static enum v4l2_field vivid_field_out(struct vivid_dev *dev, enum v4l2_field field) in vivid_field_out() 305 static enum tpg_pixel_aspect vivid_get_pixel_aspect(const struct vivid_dev *dev) in vivid_get_pixel_aspect() [all …]
|
/openbmc/linux/net/bluetooth/rfcomm/ |
H A D | tty.c | 82 struct rfcomm_dev *dev = container_of(port, struct rfcomm_dev, port); in rfcomm_dev_destruct() local 112 struct rfcomm_dev *dev = container_of(port, struct rfcomm_dev, port); in rfcomm_dev_activate() local 124 struct rfcomm_dev *dev = container_of(port, struct rfcomm_dev, port); in rfcomm_dev_carrier_raised() local 132 struct rfcomm_dev *dev = container_of(port, struct rfcomm_dev, port); in rfcomm_dev_shutdown() local 150 struct rfcomm_dev *dev; in __rfcomm_dev_lookup() local 161 struct rfcomm_dev *dev; in rfcomm_dev_get() local 175 static void rfcomm_reparent_device(struct rfcomm_dev *dev) in rfcomm_reparent_device() 203 struct rfcomm_dev *dev = dev_get_drvdata(tty_dev); in address_show() local 210 struct rfcomm_dev *dev = dev_get_drvdata(tty_dev); in channel_show() local 220 struct rfcomm_dev *dev, *entry; in __rfcomm_dev_add() local [all …]
|
/openbmc/linux/net/core/ |
H A D | dev.c | 254 static struct netdev_name_node *netdev_name_node_alloc(struct net_device *dev, in netdev_name_node_alloc() 269 netdev_name_node_head_alloc(struct net_device *dev) in netdev_name_node_head_alloc() 327 int netdev_name_node_alt_create(struct net_device *dev, const char *name) in netdev_name_node_alt_create() 352 int netdev_name_node_alt_destroy(struct net_device *dev, const char *name) in netdev_name_node_alt_destroy() 373 static void netdev_name_node_alt_flush(struct net_device *dev) in netdev_name_node_alt_flush() 382 static void list_netdevice(struct net_device *dev) in list_netdevice() 408 static void unlist_netdevice(struct net_device *dev, bool lock) in unlist_netdevice() 509 static inline void netdev_set_addr_lockdep_class(struct net_device *dev) in netdev_set_addr_lockdep_class() 524 static inline void netdev_set_addr_lockdep_class(struct net_device *dev) in netdev_set_addr_lockdep_class() 652 int dev_get_iflink(const struct net_device *dev) in dev_get_iflink() [all …]
|
/openbmc/linux/drivers/media/usb/cx231xx/ |
H A D | cx231xx-core.c | 58 void cx231xx_remove_from_devlist(struct cx231xx *dev) in cx231xx_remove_from_devlist() 73 void cx231xx_add_into_devlist(struct cx231xx *dev) in cx231xx_add_into_devlist() 85 struct cx231xx *dev = NULL; in cx231xx_register_extension() local 100 struct cx231xx *dev = NULL; in cx231xx_unregister_extension() local 113 void cx231xx_init_extension(struct cx231xx *dev) in cx231xx_init_extension() 125 void cx231xx_close_extension(struct cx231xx *dev) in cx231xx_close_extension() 144 struct cx231xx *dev = i2c_bus->dev; in cx231xx_send_usb_command() local 221 static int __usb_control_msg(struct cx231xx *dev, unsigned int pipe, in __usb_control_msg() 278 int cx231xx_read_ctrl_reg(struct cx231xx *dev, u8 req, u16 reg, in cx231xx_read_ctrl_reg() 317 int cx231xx_send_vendor_cmd(struct cx231xx *dev, in cx231xx_send_vendor_cmd() [all …]
|
/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
H A D | phy_n.c | 94 static inline bool b43_nphy_ipa(struct b43_wldev *dev) in b43_nphy_ipa() 102 static u8 b43_nphy_get_rx_core_state(struct b43_wldev *dev) in b43_nphy_get_rx_core_state() 113 static void b43_nphy_force_rf_sequence(struct b43_wldev *dev, in b43_nphy_force_rf_sequence() 142 static void b43_nphy_rf_ctl_override_rev19(struct b43_wldev *dev, u16 field, in b43_nphy_rf_ctl_override_rev19() 150 static void b43_nphy_rf_ctl_override_rev7(struct b43_wldev *dev, u16 field, in b43_nphy_rf_ctl_override_rev7() 197 static void b43_nphy_rf_ctl_override_one_to_many(struct b43_wldev *dev, in b43_nphy_rf_ctl_override_one_to_many() 241 static void b43_nphy_rf_ctl_override(struct b43_wldev *dev, u16 field, in b43_nphy_rf_ctl_override() 316 static void b43_nphy_rf_ctl_intc_override_rev7(struct b43_wldev *dev, in b43_nphy_rf_ctl_intc_override_rev7() 386 static void b43_nphy_rf_ctl_intc_override(struct b43_wldev *dev, in b43_nphy_rf_ctl_intc_override() 494 static void b43_nphy_write_clip_detection(struct b43_wldev *dev, in b43_nphy_write_clip_detection() [all …]
|