Home
last modified time | relevance | path

Searched defs:dev (Results 751 – 775 of 15975) sorted by relevance

1...<<31323334353637383940>>...639

/openbmc/linux/drivers/net/ethernet/8390/
H A Dmac8390.c284 static bool mac8390_rsrc_init(struct net_device *dev, in mac8390_rsrc_init()
389 struct net_device *dev; in mac8390_device_probe() local
433 struct net_device *dev = nubus_get_drvdata(board); in mac8390_device_remove() local
612 static int mac8390_open(struct net_device *dev) in mac8390_open()
623 static int mac8390_close(struct net_device *dev) in mac8390_close()
630 static void mac8390_no_reset(struct net_device *dev) in mac8390_no_reset()
638 static void interlan_reset(struct net_device *dev) in interlan_reset()
677 static void dayna_memcpy_tocard(struct net_device *dev, int to, in dayna_memcpy_tocard()
704 static void sane_get_8390_hdr(struct net_device *dev, in sane_get_8390_hdr()
744 static void dayna_get_8390_hdr(struct net_device *dev, in dayna_get_8390_hdr()
[all …]
/openbmc/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_ethtool.c55 static int netxen_nic_get_eeprom_len(struct net_device *dev) in netxen_nic_get_eeprom_len()
83 netxen_nic_get_link_ksettings(struct net_device *dev, in netxen_nic_get_link_ksettings()
247 netxen_nic_set_link_ksettings(struct net_device *dev, in netxen_nic_set_link_ksettings()
278 static int netxen_nic_get_regs_len(struct net_device *dev) in netxen_nic_get_regs_len()
353 static u32 netxen_nic_test_link(struct net_device *dev) in netxen_nic_test_link()
394 netxen_nic_get_ringparam(struct net_device *dev, in netxen_nic_get_ringparam()
434 netxen_nic_set_ringparam(struct net_device *dev, in netxen_nic_set_ringparam()
476 netxen_nic_get_pauseparam(struct net_device *dev, in netxen_nic_get_pauseparam()
523 netxen_nic_set_pauseparam(struct net_device *dev, in netxen_nic_set_pauseparam()
602 static int netxen_nic_reg_test(struct net_device *dev) in netxen_nic_reg_test()
[all …]
/openbmc/linux/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_core.c235 struct peak_usb_device *dev = urb->context; in peak_usb_read_bulk_callback() local
301 struct peak_usb_device *dev; in peak_usb_write_bulk_callback() local
355 struct peak_usb_device *dev = netdev_priv(netdev); in peak_usb_ndo_start_xmit() local
575 struct peak_usb_device *dev = netdev_priv(netdev); in peak_usb_ndo_open() local
633 struct peak_usb_device *dev = netdev_priv(netdev); in peak_usb_ndo_stop() local
725 struct peak_usb_device *dev = netdev_priv(netdev); in peak_usb_set_mode() local
748 struct peak_usb_device *dev = netdev_priv(netdev); in peak_usb_set_bittiming() local
769 struct peak_usb_device *dev = netdev_priv(netdev); in peak_usb_set_data_bittiming() local
924 struct peak_usb_device *dev; in peak_usb_create_dev() local
1046 struct peak_usb_device *dev; in peak_usb_disconnect() local
[all …]
/openbmc/linux/drivers/comedi/drivers/
H A Daddi_apci_1564.c170 static int apci1564_reset(struct comedi_device *dev) in apci1564_reset()
205 struct comedi_device *dev = d; in apci1564_interrupt() local
263 static int apci1564_di_insn_bits(struct comedi_device *dev, in apci1564_di_insn_bits()
273 static int apci1564_do_insn_bits(struct comedi_device *dev, in apci1564_do_insn_bits()
408 static int apci1564_cos_insn_bits(struct comedi_device *dev, in apci1564_cos_insn_bits()
418 static int apci1564_cos_cmdtest(struct comedi_device *dev, in apci1564_cos_cmdtest()
462 static int apci1564_cos_cmd(struct comedi_device *dev, in apci1564_cos_cmd()
480 static int apci1564_cos_cancel(struct comedi_device *dev, in apci1564_cos_cancel()
658 static int apci1564_auto_attach(struct comedi_device *dev, in apci1564_auto_attach()
784 static void apci1564_detach(struct comedi_device *dev) in apci1564_detach()
[all …]
H A Daddi_apci_3xxx.c349 struct comedi_device *dev = d; in apci3xxx_irq_handler() local
371 static int apci3xxx_ai_started(struct comedi_device *dev) in apci3xxx_ai_started()
418 static int apci3xxx_ai_eoc(struct comedi_device *dev, in apci3xxx_ai_eoc()
509 static int apci3xxx_ai_cmdtest(struct comedi_device *dev, in apci3xxx_ai_cmdtest()
566 static int apci3xxx_ai_cmd(struct comedi_device *dev, in apci3xxx_ai_cmd()
589 static int apci3xxx_ai_cancel(struct comedi_device *dev, in apci3xxx_ai_cancel()
595 static int apci3xxx_ao_eoc(struct comedi_device *dev, in apci3xxx_ao_eoc()
724 static int apci3xxx_reset(struct comedi_device *dev) in apci3xxx_reset()
752 static int apci3xxx_auto_attach(struct comedi_device *dev, in apci3xxx_auto_attach()
900 static void apci3xxx_detach(struct comedi_device *dev) in apci3xxx_detach()
[all …]
/openbmc/linux/drivers/pci/
H A Dvpd.c43 static struct pci_dev *pci_get_func0_dev(struct pci_dev *dev) in pci_get_func0_dev()
55 static size_t pci_vpd_size(struct pci_dev *dev) in pci_vpd_size()
99 static bool pci_vpd_available(struct pci_dev *dev, bool check_size) in pci_vpd_available()
126 static int pci_vpd_wait(struct pci_dev *dev, bool set) in pci_vpd_wait()
264 void pci_vpd_init(struct pci_dev *dev) in pci_vpd_init()
277 struct pci_dev *dev = to_pci_dev(kobj_to_dev(kobj)); in vpd_read() local
301 struct pci_dev *dev = to_pci_dev(kobj_to_dev(kobj)); in vpd_write() local
343 void *pci_vpd_alloc(struct pci_dev *dev, unsigned int *size) in pci_vpd_alloc()
549 static void quirk_f0_vpd_link(struct pci_dev *dev) in quirk_f0_vpd_link()
576 static void quirk_blacklist_vpd(struct pci_dev *dev) in quirk_blacklist_vpd()
[all …]
/openbmc/linux/drivers/infiniband/hw/mthca/
H A Dmthca_mr.c238 void mthca_free_mtt(struct mthca_dev *dev, struct mthca_mtt *mtt) in mthca_free_mtt()
297 int mthca_write_mtt_size(struct mthca_dev *dev) in mthca_write_mtt_size()
313 static void mthca_tavor_write_mtt_seg(struct mthca_dev *dev, in mthca_tavor_write_mtt_seg()
327 static void mthca_arbel_write_mtt_seg(struct mthca_dev *dev, in mthca_arbel_write_mtt_seg()
419 static inline u32 adjust_key(struct mthca_dev *dev, u32 key) in adjust_key()
509 int mthca_mr_alloc_notrans(struct mthca_dev *dev, u32 pd, in mthca_mr_alloc_notrans()
516 int mthca_mr_alloc_phys(struct mthca_dev *dev, u32 pd, in mthca_mr_alloc_phys()
542 static void mthca_free_region(struct mthca_dev *dev, u32 lkey) in mthca_free_region()
550 void mthca_free_mr(struct mthca_dev *dev, struct mthca_mr *mr) in mthca_free_mr()
564 int mthca_init_mr_table(struct mthca_dev *dev) in mthca_init_mr_table()
[all …]
/openbmc/linux/drivers/cxl/core/
H A Dport.c331 struct device *dev = kobj_to_dev(kobj); in cxl_root_decoder_visible() local
464 bool is_root_decoder(struct device *dev) in is_root_decoder()
635 struct device *dev; in cxl_port_alloc() local
753 struct device *dev; in __devm_cxl_add_port() local
1195 struct device *dev; in __find_cxl_port() local
1278 struct device *dev = &cxlmd->dev; in cxl_endpoint_autoremove() local
1348 struct device *dev; in cxl_detach_ep() local
1476 struct device *dev = &cxlmd->dev; in devm_cxl_enumerate_ports() local
1629 struct device *dev; in cxl_decoder_init() local
1817 struct device *dev; in cxl_decoder_add_locked() local
[all …]
/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmc91c92_cs.c305 struct net_device *dev; in smc91c92_probe() local
335 struct net_device *dev = link->priv; in smc91c92_detach() local
382 struct net_device *dev = link->priv; in mhz_3288_power() local
425 struct net_device *dev = link->priv; in mhz_mfc_config() local
463 struct net_device *dev = priv; in pcmcia_get_versmac() local
672 struct net_device *dev = priv; in pcmcia_osi_mac() local
714 struct net_device *dev = link->priv; in smc91c92_suspend() local
724 struct net_device *dev = link->priv; in smc91c92_resume() local
960 struct net_device *dev = link->priv; in smc91c92_release() local
1199 struct net_device *dev) in smc_start_xmit()
[all …]
/openbmc/u-boot/drivers/net/
H A Dftmac100.c234 static void ftmac100_halt(struct eth_device *dev) in ftmac100_halt()
240 static int ftmac100_init(struct eth_device *dev, bd_t *bd) in ftmac100_init()
263 static int ftmac100_recv(struct eth_device *dev) in ftmac100_recv()
280 struct eth_device *dev; in ftmac100_initialize() local
316 static int ftmac100_start(struct udevice *dev) in ftmac100_start()
324 static void ftmac100_stop(struct udevice *dev) in ftmac100_stop()
330 static int ftmac100_send(struct udevice *dev, void *packet, int length) in ftmac100_send()
358 int ftmac100_read_rom_hwaddr(struct udevice *dev) in ftmac100_read_rom_hwaddr()
393 static int ftmac100_ofdata_to_platdata(struct udevice *dev) in ftmac100_ofdata_to_platdata()
407 static int ftmac100_probe(struct udevice *dev) in ftmac100_probe()
[all …]
/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/
H A Ddebugfs.c42 struct b43legacy_dfs_file * fops_to_dfs_file(struct b43legacy_wldev *dev, in fops_to_dfs_file()
66 static ssize_t tsf_read_file(struct b43legacy_wldev *dev, char *buf, size_t bufsize) in tsf_read_file()
80 static int tsf_write_file(struct b43legacy_wldev *dev, const char *buf, size_t count) in tsf_write_file()
106 static ssize_t shm_read_file(struct b43legacy_wldev *dev, char *buf, size_t bufsize) in shm_read_file()
190 struct b43legacy_wldev *dev; in b43legacy_debugfs_read() local
259 struct b43legacy_wldev *dev; in b43legacy_debugfs_write() local
334 int b43legacy_debug(struct b43legacy_wldev *dev, enum b43legacy_dyndbg feature) in b43legacy_debug()
339 static void b43legacy_add_dynamic_debug(struct b43legacy_wldev *dev) in b43legacy_add_dynamic_debug()
358 void b43legacy_debugfs_add_device(struct b43legacy_wldev *dev) in b43legacy_debugfs_add_device()
406 void b43legacy_debugfs_remove_device(struct b43legacy_wldev *dev) in b43legacy_debugfs_remove_device()
[all …]
/openbmc/linux/net/caif/
H A Dchnl_net.c111 static int delete_device(struct chnl_net *dev) in delete_device()
121 struct chnl_net *dev = NULL; in close_work() local
196 struct net_device *dev) in chnl_net_start_xmit()
241 static int chnl_net_open(struct net_device *dev) in chnl_net_open()
333 static int chnl_net_stop(struct net_device *dev) in chnl_net_stop()
344 static int chnl_net_init(struct net_device *dev) in chnl_net_init()
354 static void chnl_net_uninit(struct net_device *dev) in chnl_net_uninit()
370 static void chnl_net_destructor(struct net_device *dev) in chnl_net_destructor()
376 static void ipcaif_net_setup(struct net_device *dev) in ipcaif_net_setup()
478 static size_t ipcaif_get_size(const struct net_device *dev) in ipcaif_get_size()
[all …]
/openbmc/linux/drivers/s390/net/
H A Dqeth_ethtool.c87 static int qeth_get_sset_count(struct net_device *dev, int stringset) in qeth_get_sset_count()
100 static void qeth_get_ethtool_stats(struct net_device *dev, in qeth_get_ethtool_stats()
112 static void __qeth_set_coalesce(struct net_device *dev, in __qeth_set_coalesce()
125 static int qeth_set_coalesce(struct net_device *dev, in qeth_set_coalesce()
146 static void qeth_get_ringparam(struct net_device *dev, in qeth_get_ringparam()
186 static void qeth_get_drvinfo(struct net_device *dev, in qeth_get_drvinfo()
199 static void qeth_get_channels(struct net_device *dev, in qeth_get_channels()
214 static int qeth_set_channels(struct net_device *dev, in qeth_set_channels()
249 static int qeth_get_ts_info(struct net_device *dev, in qeth_get_ts_info()
260 static int qeth_get_tunable(struct net_device *dev, in qeth_get_tunable()
[all …]
/openbmc/linux/drivers/nfc/pn533/
H A Dpn533.c1343 struct pn533 *dev = nfc_get_drvdata(nfc_dev); in pn533_poll_dep() local
1631 struct pn533 *dev = nfc_get_drvdata(nfc_dev); in pn533_start_poll() local
1750 struct pn533 *dev = nfc_get_drvdata(nfc_dev); in pn533_stop_poll() local
1804 struct pn533 *dev = nfc_get_drvdata(nfc_dev); in pn533_activate_target() local
1874 struct pn533 *dev = nfc_get_drvdata(nfc_dev); in pn533_deactivate_target() local
1968 struct pn533 *dev = nfc_get_drvdata(nfc_dev); in pn533_dep_link_up() local
2049 struct pn533 *dev = nfc_get_drvdata(nfc_dev); in pn533_dep_link_down() local
2262 struct pn533 *dev = nfc_get_drvdata(nfc_dev); in pn533_transceive() local
2646 static int pn533_setup(struct pn533 *dev) in pn533_setup()
2717 int pn533_finalize_setup(struct pn533 *dev) in pn533_finalize_setup()
[all …]
/openbmc/linux/drivers/thermal/
H A Dthermal_sysfs.c27 type_show(struct device *dev, struct device_attribute *attr, char *buf) in type_show()
35 temp_show(struct device *dev, struct device_attribute *attr, char *buf) in temp_show()
49 mode_show(struct device *dev, struct device_attribute *attr, char *buf) in mode_show()
62 mode_store(struct device *dev, struct device_attribute *attr, in mode_store()
82 trip_point_type_show(struct device *dev, struct device_attribute *attr, in trip_point_type_show()
152 trip_point_temp_show(struct device *dev, struct device_attribute *attr, in trip_point_temp_show()
234 policy_store(struct device *dev, struct device_attribute *attr, in policy_store()
267 emul_temp_store(struct device *dev, struct device_attribute *attr, in emul_temp_store()
615 cur_state_store(struct device *dev, struct device_attribute *attr, in cur_state_store()
708 static ssize_t total_trans_show(struct device *dev, in total_trans_show()
[all …]
/openbmc/linux/net/ipv4/
H A Dudp_tunnel_nic.c42 struct net_device *dev; member
165 __udp_tunnel_nic_get_port(struct net_device *dev, unsigned int table, in __udp_tunnel_nic_get_port()
179 __udp_tunnel_nic_set_port_priv(struct net_device *dev, unsigned int table, in __udp_tunnel_nic_set_port_priv()
209 udp_tunnel_nic_device_sync_one(struct net_device *dev, in udp_tunnel_nic_device_sync_one()
238 udp_tunnel_nic_device_sync_by_port(struct net_device *dev, in udp_tunnel_nic_device_sync_by_port()
250 udp_tunnel_nic_device_sync_by_table(struct net_device *dev, in udp_tunnel_nic_device_sync_by_table()
551 static void __udp_tunnel_nic_reset_ntf(struct net_device *dev) in __udp_tunnel_nic_reset_ntf()
585 __udp_tunnel_nic_dump_size(struct net_device *dev, unsigned int table) in __udp_tunnel_nic_dump_size()
610 __udp_tunnel_nic_dump_write(struct net_device *dev, unsigned int table, in __udp_tunnel_nic_dump_write()
766 static int udp_tunnel_nic_register(struct net_device *dev) in udp_tunnel_nic_register()
[all …]
/openbmc/linux/drivers/usb/host/
H A Dssb-hcd.c41 static void ssb_hcd_5354wa(struct ssb_device *dev) in ssb_hcd_5354wa()
55 static void ssb_hcd_usb20wa(struct ssb_device *dev) in ssb_hcd_usb20wa()
82 static u32 ssb_hcd_init_chip(struct ssb_device *dev) in ssb_hcd_init_chip()
103 static struct platform_device *ssb_hcd_create_pdev(struct ssb_device *dev, bool ohci, u32 addr, u32… in ssb_hcd_create_pdev()
149 static int ssb_hcd_probe(struct ssb_device *dev, in ssb_hcd_probe()
204 static void ssb_hcd_remove(struct ssb_device *dev) in ssb_hcd_remove()
218 static void ssb_hcd_shutdown(struct ssb_device *dev) in ssb_hcd_shutdown()
225 static int ssb_hcd_suspend(struct ssb_device *dev, pm_message_t state) in ssb_hcd_suspend()
232 static int ssb_hcd_resume(struct ssb_device *dev) in ssb_hcd_resume()
/openbmc/linux/drivers/base/power/
H A Dwakeup_stats.c38 static ssize_t active_time_ms_show(struct device *dev, in active_time_ms_show()
49 static ssize_t total_time_ms_show(struct device *dev, in total_time_ms_show()
65 static ssize_t max_time_ms_show(struct device *dev, in max_time_ms_show()
82 static ssize_t last_change_ms_show(struct device *dev, in last_change_ms_show()
91 static ssize_t name_show(struct device *dev, struct device_attribute *attr, in name_show()
100 static ssize_t prevent_suspend_time_ms_show(struct device *dev, in prevent_suspend_time_ms_show()
131 static void device_create_release(struct device *dev) in device_create_release()
139 struct device *dev = NULL; in wakeup_source_device_create() local
179 struct device *dev; in wakeup_source_sysfs_add() local
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dsf.h9 static inline u16 mlx5_sf_start_function_id(const struct mlx5_core_dev *dev) in mlx5_sf_start_function_id()
16 static inline bool mlx5_sf_supported(const struct mlx5_core_dev *dev) in mlx5_sf_supported()
21 static inline u16 mlx5_sf_max_functions(const struct mlx5_core_dev *dev) in mlx5_sf_max_functions()
33 static inline bool mlx5_sf_supported(const struct mlx5_core_dev *dev) in mlx5_sf_supported()
38 static inline u16 mlx5_sf_max_functions(const struct mlx5_core_dev *dev) in mlx5_sf_max_functions()
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_debug.h77 static inline bool kfd_dbg_is_per_vmid_supported(struct kfd_node *dev) in kfd_dbg_is_per_vmid_supported()
98 static inline bool kfd_dbg_is_rlc_restore_supported(struct kfd_node *dev) in kfd_dbg_is_rlc_restore_supported()
104 static inline bool kfd_dbg_has_cwsr_workaround(struct kfd_node *dev) in kfd_dbg_has_cwsr_workaround()
110 static inline bool kfd_dbg_has_gws_support(struct kfd_node *dev) in kfd_dbg_has_gws_support()
131 static inline bool kfd_dbg_has_ttmps_always_setup(struct kfd_node *dev) in kfd_dbg_has_ttmps_always_setup()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmac.c1121 struct mt7915_dev *dev = phy->dev; in mt7915_mac_cca_stats_reset() local
1130 struct mt7915_dev *dev = phy->dev; in mt7915_mac_reset_counters() local
1151 struct mt7915_dev *dev = phy->dev; in mt7915_mac_set_timing() local
1226 struct mt7915_dev *dev = phy->dev; in mt7915_phy_get_nf() local
1487 struct mt7915_dev *dev; in mt7915_mac_reset_work() local
1610 struct mt7915_dev *dev; in mt7915_mac_dump_work() local
1702 struct mt7915_dev *dev = phy->dev; in mt7915_mac_update_stats() local
1932 struct mt7915_dev *dev = phy->dev; in mt7915_mac_severe_check() local
2023 struct mt7915_dev *dev = phy->dev; in mt7915_dfs_stop_radar_detector() local
2069 struct mt7915_dev *dev = phy->dev; in mt7915_dfs_start_radar_detector() local
[all …]
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_pci.c72 static inline u8 hfa384x_inb_debug(struct net_device *dev, int a) in hfa384x_inb_debug()
108 static inline u16 hfa384x_inw_debug(struct net_device *dev, int a) in hfa384x_inw_debug()
136 static inline void hfa384x_outb(struct net_device *dev, int a, u8 v) in hfa384x_outb()
145 static inline u8 hfa384x_inb(struct net_device *dev, int a) in hfa384x_inb()
163 static inline u16 hfa384x_inw(struct net_device *dev, int a) in hfa384x_inw()
224 struct net_device *dev = local->dev; in prism2_pci_cor_sreset() local
269 struct net_device *dev = local->dev; in prism2_pci_genesis_reset() local
295 struct net_device *dev = NULL; in prism2_pci_probe() local
378 struct net_device *dev; in prism2_pci_remove() local
407 struct net_device *dev = dev_get_drvdata(dev_d); in prism2_pci_suspend() local
[all …]
/openbmc/linux/drivers/media/pci/saa7164/
H A Dsaa7164-vbi.c15 struct saa7164_dev *dev = port->dev; in saa7164_vbi_configure() local
31 struct saa7164_dev *dev = port->dev; in saa7164_vbi_buffers_dealloc() local
68 struct saa7164_dev *dev = port->dev; in saa7164_vbi_buffers_alloc() local
199 struct saa7164_dev *dev = port->dev; in vidioc_querycap() local
212 struct saa7164_dev *dev = port->dev; in saa7164_vbi_stop_port() local
230 struct saa7164_dev *dev = port->dev; in saa7164_vbi_acquire_port() local
248 struct saa7164_dev *dev = port->dev; in saa7164_vbi_pause_port() local
272 struct saa7164_dev *dev = port->dev; in saa7164_vbi_stop_streaming() local
315 struct saa7164_dev *dev = port->dev; in saa7164_vbi_start_streaming() local
414 struct saa7164_dev *dev; in fops_open() local
[all …]
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_matchall.c51 static int cxgb4_matchall_egress_validate(struct net_device *dev, in cxgb4_matchall_egress_validate()
164 static int cxgb4_matchall_alloc_tc(struct net_device *dev, in cxgb4_matchall_alloc_tc()
224 static void cxgb4_matchall_free_tc(struct net_device *dev) in cxgb4_matchall_free_tc()
239 static int cxgb4_matchall_mirror_alloc(struct net_device *dev, in cxgb4_matchall_mirror_alloc()
268 static void cxgb4_matchall_mirror_free(struct net_device *dev) in cxgb4_matchall_mirror_free()
299 static int cxgb4_matchall_add_filter(struct net_device *dev, in cxgb4_matchall_add_filter()
378 static int cxgb4_matchall_free_filter(struct net_device *dev) in cxgb4_matchall_free_filter()
403 int cxgb4_tc_matchall_replace(struct net_device *dev, in cxgb4_tc_matchall_replace()
444 int cxgb4_tc_matchall_destroy(struct net_device *dev, in cxgb4_tc_matchall_destroy()
472 int cxgb4_tc_matchall_stats(struct net_device *dev, in cxgb4_tc_matchall_stats()
[all …]
/openbmc/linux/drivers/crypto/caam/
H A Djr.c32 struct device *dev) in register_algs()
116 static int caam_jr_flush(struct device *dev) in caam_jr_flush()
138 static int caam_reset_hw_jr(struct device *dev) in caam_reset_hw_jr()
171 static int caam_jr_shutdown(struct device *dev) in caam_jr_shutdown()
227 struct device *dev = st_dev; in caam_jr_interrupt() local
267 struct device *dev = params->dev; in caam_jr_dequeue() local
355 struct device *dev = ERR_PTR(-ENODEV); in caam_jr_alloc() local
427 void (*cbk)(struct device *dev, u32 *desc, in caam_jr_enqueue()
527 static int caam_jr_init(struct device *dev) in caam_jr_init()
696 static int caam_jr_suspend(struct device *dev) in caam_jr_suspend()
[all …]

1...<<31323334353637383940>>...639