Home
last modified time | relevance | path

Searched defs:dev (Results 351 – 375 of 15846) sorted by relevance

1...<<11121314151617181920>>...634

/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U_wx.c37 static int r8192_wx_get_freq(struct net_device *dev, in r8192_wx_get_freq()
54 static int r8192_wx_get_rate(struct net_device *dev, in r8192_wx_get_rate()
63 static int r8192_wx_set_rate(struct net_device *dev, in r8192_wx_set_rate()
79 static int r8192_wx_set_rts(struct net_device *dev, in r8192_wx_set_rts()
95 static int r8192_wx_get_rts(struct net_device *dev, in r8192_wx_get_rts()
104 static int r8192_wx_set_power(struct net_device *dev, in r8192_wx_set_power()
120 static int r8192_wx_get_power(struct net_device *dev, in r8192_wx_get_power()
143 static int r8192_wx_set_rawtx(struct net_device *dev, in r8192_wx_set_rawtx()
458 static int r8192_wx_set_wap(struct net_device *dev, in r8192_wx_set_wap()
475 static int r8192_wx_get_wap(struct net_device *dev, in r8192_wx_get_wap()
[all …]
/openbmc/qemu/hw/core/
H A Dgpio.c25 static NamedGPIOList *qdev_get_named_gpio_list(DeviceState *dev, in qdev_get_named_gpio_list()
43 void qdev_init_gpio_in_named_with_opaque(DeviceState *dev, in qdev_init_gpio_in_named_with_opaque()
69 void qdev_init_gpio_in(DeviceState *dev, qemu_irq_handler handler, int n) in qdev_init_gpio_in()
74 void qdev_init_gpio_out_named(DeviceState *dev, qemu_irq *pins, in qdev_init_gpio_out_named()
99 void qdev_init_gpio_out(DeviceState *dev, qemu_irq *pins, int n) in qdev_init_gpio_out()
104 qemu_irq qdev_get_gpio_in_named(DeviceState *dev, const char *name, int n) in qdev_get_gpio_in_named()
112 qemu_irq qdev_get_gpio_in(DeviceState *dev, int n) in qdev_get_gpio_in()
146 static qemu_irq qdev_disconnect_gpio_out_named(DeviceState *dev, in qdev_disconnect_gpio_out_named()
161 qemu_irq qdev_intercept_gpio_out(DeviceState *dev, qemu_irq icpt, in qdev_intercept_gpio_out()
169 void qdev_connect_gpio_out(DeviceState *dev, int n, qemu_irq input_pin) in qdev_connect_gpio_out()
[all …]
/openbmc/linux/drivers/net/arcnet/
H A Dcom20020.c77 static void com20020_copy_to_card(struct net_device *dev, int bufnum, in com20020_copy_to_card()
92 int com20020_check(struct net_device *dev) in com20020_check()
154 static int com20020_set_hwaddr(struct net_device *dev, void *addr) in com20020_set_hwaddr()
167 static int com20020_netdev_open(struct net_device *dev) in com20020_netdev_open()
178 static int com20020_netdev_close(struct net_device *dev) in com20020_netdev_close()
203 int com20020_found(struct net_device *dev, int shared) in com20020_found()
332 static void com20020_setmask(struct net_device *dev, int mask) in com20020_setmask()
340 static void com20020_command(struct net_device *dev, int cmd) in com20020_command()
347 static int com20020_status(struct net_device *dev) in com20020_status()
355 static void com20020_close(struct net_device *dev) in com20020_close()
[all …]
/openbmc/linux/drivers/net/
H A Dvsockmon.c16 static int vsockmon_dev_init(struct net_device *dev) in vsockmon_dev_init()
24 static void vsockmon_dev_uninit(struct net_device *dev) in vsockmon_dev_uninit()
33 static int vsockmon_open(struct net_device *dev) in vsockmon_open()
42 static int vsockmon_close(struct net_device *dev) in vsockmon_close()
49 static netdev_tx_t vsockmon_xmit(struct sk_buff *skb, struct net_device *dev) in vsockmon_xmit()
59 vsockmon_get_stats64(struct net_device *dev, struct rtnl_link_stats64 *stats) in vsockmon_get_stats64()
72 static int vsockmon_change_mtu(struct net_device *dev, int new_mtu) in vsockmon_change_mtu()
91 static u32 always_on(struct net_device *dev) in always_on()
100 static void vsockmon_setup(struct net_device *dev) in vsockmon_setup()
/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Dphy_ac.c16 static int b43_phy_ac_op_allocate(struct b43_wldev *dev) in b43_phy_ac_op_allocate()
28 static void b43_phy_ac_op_free(struct b43_wldev *dev) in b43_phy_ac_op_free()
37 static void b43_phy_ac_op_maskset(struct b43_wldev *dev, u16 reg, u16 mask, in b43_phy_ac_op_maskset()
45 static u16 b43_phy_ac_op_radio_read(struct b43_wldev *dev, u16 reg) in b43_phy_ac_op_radio_read()
51 static void b43_phy_ac_op_radio_write(struct b43_wldev *dev, u16 reg, in b43_phy_ac_op_radio_write()
58 static unsigned int b43_phy_ac_op_get_default_chan(struct b43_wldev *dev) in b43_phy_ac_op_get_default_chan()
66 b43_phy_ac_op_recalc_txpower(struct b43_wldev *dev, bool ignore_tssi) in b43_phy_ac_op_recalc_txpower()
71 static void b43_phy_ac_op_adjust_txpower(struct b43_wldev *dev) in b43_phy_ac_op_adjust_txpower()
/openbmc/linux/lib/
H A Ddevres.c16 void devm_ioremap_release(struct device *dev, void *res) in devm_ioremap_release()
69 void __iomem *devm_ioremap(struct device *dev, resource_size_t offset, in devm_ioremap()
113 void devm_iounmap(struct device *dev, void __iomem *addr) in devm_iounmap()
122 __devm_ioremap_resource(struct device *dev, const struct resource *res, in __devm_ioremap_resource()
185 void __iomem *devm_ioremap_resource(struct device *dev, in devm_ioremap_resource()
201 void __iomem *devm_ioremap_resource_wc(struct device *dev, in devm_ioremap_resource_wc()
254 static void devm_ioport_map_release(struct device *dev, void *res) in devm_ioport_map_release()
259 static int devm_ioport_map_match(struct device *dev, void *res, in devm_ioport_map_match()
276 void __iomem *devm_ioport_map(struct device *dev, unsigned long port, in devm_ioport_map()
305 void devm_ioport_unmap(struct device *dev, void __iomem *addr) in devm_ioport_unmap()
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddevlink.c18 struct mlx5_core_dev *dev = devlink_priv(devlink); in mlx5_devlink_flash_update() local
44 struct mlx5_core_dev *dev = devlink_priv(devlink); in mlx5_devlink_info_get() local
86 struct mlx5_core_dev *dev = devlink_priv(devlink); in mlx5_devlink_reload_fw_activate() local
118 struct mlx5_core_dev *dev = devlink_priv(devlink); in mlx5_devlink_trigger_fw_live_patch() local
139 struct mlx5_core_dev *dev = devlink_priv(devlink); in mlx5_devlink_reload_down() local
203 struct mlx5_core_dev *dev = devlink_priv(devlink); in mlx5_devlink_reload_up() local
248 struct mlx5_core_dev *dev = devlink_priv(devlink); in mlx5_devlink_trap_init() local
272 struct mlx5_core_dev *dev = devlink_priv(devlink); in mlx5_devlink_trap_fini() local
289 struct mlx5_core_dev *dev = devlink_priv(devlink); in mlx5_devlink_trap_action_set() local
418 struct mlx5_core_dev *dev = devlink_priv(devlink); in mlx5_devlink_enable_roce_validate() local
[all …]
/openbmc/linux/drivers/net/netdevsim/
H A Dethtool.c11 nsim_get_pause_stats(struct net_device *dev, in nsim_get_pause_stats()
23 nsim_get_pauseparam(struct net_device *dev, struct ethtool_pauseparam *pause) in nsim_get_pauseparam()
33 nsim_set_pauseparam(struct net_device *dev, struct ethtool_pauseparam *pause) in nsim_set_pauseparam()
45 static int nsim_get_coalesce(struct net_device *dev, in nsim_get_coalesce()
56 static int nsim_set_coalesce(struct net_device *dev, in nsim_set_coalesce()
67 static void nsim_get_ringparam(struct net_device *dev, in nsim_get_ringparam()
77 static int nsim_set_ringparam(struct net_device *dev, in nsim_set_ringparam()
92 nsim_get_channels(struct net_device *dev, struct ethtool_channels *ch) in nsim_get_channels()
101 nsim_set_channels(struct net_device *dev, struct ethtool_channels *ch) in nsim_set_channels()
116 nsim_get_fecparam(struct net_device *dev, struct ethtool_fecparam *fecparam) in nsim_get_fecparam()
[all …]
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Ddebugfs.c9 struct mt792x_dev *dev = data; in mt7921_reg_set() local
21 struct mt792x_dev *dev = data; in mt7921_reg_get() local
35 struct mt792x_dev *dev = data; in mt7921_fw_debug_set() local
50 struct mt792x_dev *dev = data; in mt7921_fw_debug_get() local
93 struct mt792x_dev *dev = dev_get_drvdata(s->private); in mt7921_txpwr() local
145 struct mt792x_dev *dev = data; in mt7921_pm_set() local
178 struct mt792x_dev *dev = data; in mt7921_pm_get() local
190 struct mt792x_dev *dev = data; in mt7921_deep_sleep_set() local
214 struct mt792x_dev *dev = data; in mt7921_deep_sleep_get() local
229 struct mt792x_dev *dev = data; in mt7921_chip_reset() local
[all …]
/openbmc/linux/arch/powerpc/platforms/cell/
H A Dcbe_thermal.c137 static ssize_t spu_show_throttle_end(struct device *dev, in spu_show_throttle_end()
143 static ssize_t spu_show_throttle_begin(struct device *dev, in spu_show_throttle_begin()
155 static ssize_t spu_store_throttle_end(struct device *dev, in spu_store_throttle_end()
161 static ssize_t spu_store_throttle_begin(struct device *dev, in spu_store_throttle_begin()
189 static ssize_t ppe_show_temp0(struct device *dev, in ppe_show_temp0()
196 static ssize_t ppe_show_temp1(struct device *dev, in ppe_show_temp1()
202 static ssize_t ppe_show_throttle_end(struct device *dev, in ppe_show_throttle_end()
208 static ssize_t ppe_show_throttle_begin(struct device *dev, in ppe_show_throttle_begin()
220 static ssize_t ppe_store_throttle_end(struct device *dev, in ppe_store_throttle_end()
226 static ssize_t ppe_store_throttle_begin(struct device *dev, in ppe_store_throttle_begin()
[all …]
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_hw.c1918 struct net_device *dev = local->dev; in prism2_rx() local
2022 struct net_device *dev = skb->dev; in hostap_rx_skb() local
2210 struct net_device *dev = local->dev; in hostap_tx_compl_read() local
2255 struct net_device *dev = local->dev; in prism2_tx_ev() local
2308 struct net_device *dev = local->dev; in prism2_txexc() local
2399 struct net_device *dev = local->dev; in prism2_info() local
2466 struct net_device *dev = local->dev; in hostap_bap_tasklet() local
2565 struct net_device *dev = local->dev; in prism2_check_magic() local
2595 struct net_device *dev = dev_id; in prism2_interrupt() local
2780 struct net_device *dev = local->dev; in hostap_passive_scan() local
[all …]
/openbmc/linux/drivers/gpu/drm/ast/
H A Dast_drv.c95 struct drm_device *dev; in ast_pci_probe() local
122 struct drm_device *dev = pci_get_drvdata(pdev); in ast_pci_remove() local
128 static int ast_drm_freeze(struct drm_device *dev) in ast_drm_freeze()
139 static int ast_drm_thaw(struct drm_device *dev) in ast_drm_thaw()
146 static int ast_drm_resume(struct drm_device *dev) in ast_drm_resume()
154 static int ast_pm_suspend(struct device *dev) in ast_pm_suspend()
169 static int ast_pm_resume(struct device *dev) in ast_pm_resume()
176 static int ast_pm_freeze(struct device *dev) in ast_pm_freeze()
183 static int ast_pm_thaw(struct device *dev) in ast_pm_thaw()
190 static int ast_pm_poweroff(struct device *dev) in ast_pm_poweroff()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dsnps_udc_core.c184 static void print_regs(struct udc *dev) in print_regs()
281 struct udc *dev; in udc_set_txfifo_addr() local
322 struct udc *dev; in udc_ep_enable() local
964 struct udc *dev; in complete_req() local
1055 struct udc *dev; in udc_queue() local
1412 struct udc *dev; in udc_wakeup() local
1455 void udc_basic_init(struct udc *dev) in udc_basic_init()
2971 struct udc *dev = pdev; in udc_irq() local
3032 void udc_remove(struct udc *dev) in udc_remove()
3061 int init_dma_pools(struct udc *dev) in init_dma_pools()
[all …]
/openbmc/u-boot/include/dm/
H A Ddevice.h977 #define dev_printk(dev, fmt, ...) \ argument
988 #define dev_emerg(dev, fmt, ...) \ argument
990 #define dev_alert(dev, fmt, ...) \ argument
992 #define dev_crit(dev, fmt, ...) \ argument
994 #define dev_err(dev, fmt, ...) \ argument
996 #define dev_warn(dev, fmt, ...) \ argument
998 #define dev_notice(dev, fmt, ...) \ argument
1000 #define dev_info(dev, fmt, ...) \ argument
1004 #define dev_dbg(dev, fmt, ...) \ argument
1007 #define dev_dbg(dev, fmt, ...) \ argument
[all …]
/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dnorthbridge.c23 int bridge_silicon_revision(struct udevice *dev) in bridge_silicon_revision()
36 static int get_pcie_bar(struct udevice *dev, u32 *base, u32 *len) in get_pcie_bar()
69 static void add_fixed_resources(struct udevice *dev, int index) in add_fixed_resources()
79 static void northbridge_dmi_init(struct udevice *dev, int rev) in northbridge_dmi_init()
107 static void northbridge_init(struct udevice *dev, int rev) in northbridge_init()
155 static void sandybridge_setup_northbridge_bars(struct udevice *dev) in sandybridge_setup_northbridge_bars()
185 static void sandybridge_init_iommu(struct udevice *dev) in sandybridge_init_iommu()
209 static int bd82x6x_northbridge_early_init(struct udevice *dev) in bd82x6x_northbridge_early_init()
238 static int bd82x6x_northbridge_probe(struct udevice *dev) in bd82x6x_northbridge_probe()
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dfec_mpc52xx.c166 static void mpc52xx_fec_adjust_link(struct net_device *dev) in mpc52xx_fec_adjust_link()
216 static int mpc52xx_fec_open(struct net_device *dev) in mpc52xx_fec_open()
281 static int mpc52xx_fec_close(struct net_device *dev) in mpc52xx_fec_close()
362 struct net_device *dev = dev_id; in mpc52xx_fec_tx_interrupt() local
385 struct net_device *dev = dev_id; in mpc52xx_fec_rx_interrupt() local
445 struct net_device *dev = dev_id; in mpc52xx_fec_interrupt() local
593 static void mpc52xx_fec_hw_init(struct net_device *dev) in mpc52xx_fec_hw_init()
644 static void mpc52xx_fec_start(struct net_device *dev) in mpc52xx_fec_start()
738 static void mpc52xx_fec_reset(struct net_device *dev) in mpc52xx_fec_reset()
1006 struct net_device *dev = platform_get_drvdata(op); in mpc52xx_fec_of_suspend() local
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dqp.c313 int __mlx4_qp_alloc_icm(struct mlx4_dev *dev, int qpn) in __mlx4_qp_alloc_icm()
357 static int mlx4_qp_alloc_icm(struct mlx4_dev *dev, int qpn) in mlx4_qp_alloc_icm()
370 void __mlx4_qp_free_icm(struct mlx4_dev *dev, int qpn) in __mlx4_qp_free_icm()
382 static void mlx4_qp_free_icm(struct mlx4_dev *dev, int qpn) in mlx4_qp_free_icm()
443 int mlx4_update_qp(struct mlx4_dev *dev, u32 qpn, in mlx4_update_qp()
529 void mlx4_qp_free(struct mlx4_dev *dev, struct mlx4_qp *qp) in mlx4_qp_free()
548 static int mlx4_create_zones(struct mlx4_dev *dev, in mlx4_create_zones()
739 static void mlx4_cleanup_qp_zones(struct mlx4_dev *dev) in mlx4_cleanup_qp_zones()
766 int mlx4_init_qp_table(struct mlx4_dev *dev) in mlx4_init_qp_table()
888 void mlx4_cleanup_qp_table(struct mlx4_dev *dev) in mlx4_cleanup_qp_table()
[all …]
/openbmc/linux/drivers/iio/pressure/
H A Dbmp280-regmap.c8 static bool bmp180_is_writeable_reg(struct device *dev, unsigned int reg) in bmp180_is_writeable_reg()
19 static bool bmp180_is_volatile_reg(struct device *dev, unsigned int reg) in bmp180_is_volatile_reg()
44 static bool bmp280_is_writeable_reg(struct device *dev, unsigned int reg) in bmp280_is_writeable_reg()
57 static bool bmp280_is_volatile_reg(struct device *dev, unsigned int reg) in bmp280_is_volatile_reg()
75 static bool bmp380_is_writeable_reg(struct device *dev, unsigned int reg) in bmp380_is_writeable_reg()
95 static bool bmp380_is_volatile_reg(struct device *dev, unsigned int reg) in bmp380_is_volatile_reg()
118 static bool bmp580_is_writeable_reg(struct device *dev, unsigned int reg) in bmp580_is_writeable_reg()
144 static bool bmp580_is_volatile_reg(struct device *dev, unsigned int reg) in bmp580_is_volatile_reg()
/openbmc/linux/net/core/
H A Dnet-sysfs.c1243 struct net_device *dev = queue->dev; in get_netdev_queue_index() local
1255 struct net_device *dev = queue->dev; in traffic_class_show() local
1299 struct net_device *dev = queue->dev; in tx_maxrate_store() local
1499 struct net_device *dev = queue->dev; in xps_cpus_show() local
1533 struct net_device *dev = queue->dev; in xps_cpus_store() local
1573 struct net_device *dev = queue->dev; in xps_rxqs_show() local
1593 struct net_device *dev = queue->dev; in xps_rxqs_store() local
1987 struct device *dev; in of_find_net_device_by_node() local
2003 struct device *dev = &ndev->dev; in netdev_unregister_kobject() local
2020 struct device *dev = &ndev->dev; in netdev_register_kobject() local
[all …]
/openbmc/linux/drivers/mfd/
H A Dabx500-core.c20 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/u-boot/fs/yaffs2/
H A Dyaffs_checkptrw.c17 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/net/wireless/mediatek/mt76/mt7615/
H A Dusb.c24 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 Dvivid-osd.c48 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 Dskb.c25 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/linux/drivers/acpi/
H A Dacpi_tad.c69 static int acpi_tad_set_real_time(struct device *dev, struct acpi_tad_rt *rt) in acpi_tad_set_real_time()
104 static int acpi_tad_get_real_time(struct device *dev, struct acpi_tad_rt *rt) in acpi_tad_get_real_time()
156 static ssize_t time_store(struct device *dev, struct device_attribute *attr, in time_store()
225 static ssize_t time_show(struct device *dev, struct device_attribute *attr, in time_show()
250 static int acpi_tad_wake_set(struct device *dev, char *method, u32 timer_id, in acpi_tad_wake_set()
333 static int acpi_tad_alarm_write(struct device *dev, const char *buf, in acpi_tad_alarm_write()
346 static int acpi_tad_policy_write(struct device *dev, const char *buf, in acpi_tad_policy_write()
357 static int acpi_tad_clear_status(struct device *dev, u32 timer_id) in acpi_tad_clear_status()
552 static int acpi_tad_disable_timer(struct device *dev, u32 timer_id) in acpi_tad_disable_timer()
559 struct device *dev = &pdev->dev; in acpi_tad_remove() local
[all …]

1...<<11121314151617181920>>...634