/kernel/linux/linux-6.6/drivers/cdx/ |
H A D | cdx.c | 46 * | | dev 1 | | dev 2 | | dev 3 | | 78 * @dev: CDX device 82 int cdx_dev_reset(struct device *dev) in cdx_dev_reset() argument 84 struct cdx_device *cdx_dev = to_cdx_device(dev); in cdx_dev_reset() 90 cdx_drv = to_cdx_driver(dev->driver); in cdx_dev_reset() 99 dev_err(dev, "cdx device reset failed\n"); in cdx_dev_reset() 111 * @dev: CDX device 119 static int cdx_unregister_device(struct device *dev, in cdx_unregister_device() argument 151 cdx_match_one_device(const struct cdx_device_id *id, const struct cdx_device *dev) cdx_match_one_device() argument 173 cdx_match_id(const struct cdx_device_id *ids, struct cdx_device *dev) cdx_match_id() argument 193 cdx_bus_match(struct device *dev, struct device_driver *drv) cdx_bus_match() argument 227 cdx_probe(struct device *dev) cdx_probe() argument 242 cdx_remove(struct device *dev) cdx_remove() argument 251 cdx_shutdown(struct device *dev) cdx_shutdown() argument 260 cdx_dma_configure(struct device *dev) cdx_dma_configure() argument 282 cdx_dma_cleanup(struct device *dev) cdx_dma_cleanup() argument 303 remove_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) remove_store() argument 327 reset_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) reset_store() argument 347 driver_override_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) driver_override_store() argument 364 driver_override_show(struct device *dev, struct device_attribute *attr, char *buf) driver_override_show() argument 456 cdx_device_release(struct device *dev) cdx_device_release() argument [all...] |
/kernel/linux/linux-6.6/drivers/comedi/drivers/ |
H A D | me_daq.c | 35 * PCI BAR2 Memory map (dev->mmio) 148 static int me_dio_insn_config(struct comedi_device *dev, in me_dio_insn_config() argument 153 struct me_private_data *devpriv = dev->private; in me_dio_insn_config() 163 ret = comedi_dio_insn_config(dev, s, insn, data, mask); in me_dio_insn_config() 176 writew(devpriv->ctrl2, dev->mmio + ME_CTRL2_REG); in me_dio_insn_config() 181 static int me_dio_insn_bits(struct comedi_device *dev, in me_dio_insn_bits() argument 186 void __iomem *mmio_porta = dev->mmio + ME_DIO_PORT_A_REG; in me_dio_insn_bits() 187 void __iomem *mmio_portb = dev->mmio + ME_DIO_PORT_B_REG; in me_dio_insn_bits() 214 static int me_ai_eoc(struct comedi_device *dev, in me_ai_eoc() argument 221 status = readw(dev in me_ai_eoc() 227 me_ai_insn_read(struct comedi_device *dev, struct comedi_subdevice *s, struct comedi_insn *insn, unsigned int *data) me_ai_insn_read() argument 294 me_ao_insn_write(struct comedi_device *dev, struct comedi_subdevice *s, struct comedi_insn *insn, unsigned int *data) me_ao_insn_write() argument 338 me2600_xilinx_download(struct comedi_device *dev, const u8 *data, size_t size, unsigned long context) me2600_xilinx_download() argument 408 me_reset(struct comedi_device *dev) me_reset() argument 426 me_auto_attach(struct comedi_device *dev, unsigned long context) me_auto_attach() argument 511 me_detach(struct comedi_device *dev) me_detach() argument 531 me_daq_pci_probe(struct pci_dev *dev, const struct pci_device_id *id) me_daq_pci_probe() argument [all...] |
H A D | me4000.c | 307 static int me4000_xilinx_download(struct comedi_device *dev, in me4000_xilinx_download() argument 311 struct pci_dev *pcidev = comedi_to_pci_dev(dev); in me4000_xilinx_download() 312 struct me4000_private *devpriv = dev->private; in me4000_xilinx_download() 339 dev_err(dev->class_dev, "Can't init Xilinx\n"); in me4000_xilinx_download() 362 dev_err(dev->class_dev, in me4000_xilinx_download() 371 dev_err(dev->class_dev, "DONE flag is not set\n"); in me4000_xilinx_download() 372 dev_err(dev->class_dev, "Download not successful\n"); in me4000_xilinx_download() 384 static void me4000_ai_reset(struct comedi_device *dev) in me4000_ai_reset() argument 389 ctrl = inl(dev->iobase + ME4000_AI_CTRL_REG); in me4000_ai_reset() 391 outl(ctrl, dev in me4000_ai_reset() 397 me4000_reset(struct comedi_device *dev) me4000_reset() argument 436 me4000_ai_get_sample(struct comedi_device *dev, struct comedi_subdevice *s) me4000_ai_get_sample() argument 446 me4000_ai_eoc(struct comedi_device *dev, struct comedi_subdevice *s, struct comedi_insn *insn, unsigned long context) me4000_ai_eoc() argument 459 me4000_ai_insn_read(struct comedi_device *dev, struct comedi_subdevice *s, struct comedi_insn *insn, unsigned int *data) me4000_ai_insn_read() argument 525 me4000_ai_cancel(struct comedi_device *dev, struct comedi_subdevice *s) me4000_ai_cancel() argument 533 me4000_ai_check_chanlist(struct comedi_device *dev, struct comedi_subdevice *s, struct comedi_cmd *cmd) me4000_ai_check_chanlist() argument 575 me4000_ai_round_cmd_args(struct comedi_device *dev, struct comedi_subdevice *s, struct comedi_cmd *cmd) me4000_ai_round_cmd_args() argument 626 me4000_ai_write_chanlist(struct comedi_device *dev, struct comedi_subdevice *s, struct comedi_cmd *cmd) me4000_ai_write_chanlist() argument 650 me4000_ai_do_cmd(struct comedi_device *dev, struct comedi_subdevice *s) me4000_ai_do_cmd() argument 703 me4000_ai_do_cmd_test(struct comedi_device *dev, struct comedi_subdevice *s, struct comedi_cmd *cmd) me4000_ai_do_cmd_test() argument 922 struct comedi_device *dev = dev_id; me4000_ai_isr() local 991 me4000_ao_insn_write(struct comedi_device *dev, struct comedi_subdevice *s, struct comedi_insn *insn, unsigned int *data) me4000_ao_insn_write() argument 1016 me4000_dio_insn_bits(struct comedi_device *dev, struct comedi_subdevice *s, struct comedi_insn *insn, unsigned int *data) me4000_dio_insn_bits() argument 1040 me4000_dio_insn_config(struct comedi_device *dev, struct comedi_subdevice *s, struct comedi_insn *insn, unsigned int *data) me4000_dio_insn_config() argument 1094 me4000_auto_attach(struct comedi_device *dev, unsigned long context) me4000_auto_attach() argument 1224 me4000_detach(struct comedi_device *dev) me4000_detach() argument 1242 me4000_pci_probe(struct pci_dev *dev, const struct pci_device_id *id) me4000_pci_probe() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/hamradio/ |
H A D | bpqether.c | 118 static void bpq_set_lockdep_class_one(struct net_device *dev, in bpq_set_lockdep_class_one() argument 125 static void bpq_set_lockdep_class(struct net_device *dev) in bpq_set_lockdep_class() argument 127 lockdep_set_class(&dev->addr_list_lock, &bpq_netdev_addr_lock_key); in bpq_set_lockdep_class() 128 netdev_for_each_tx_queue(dev, bpq_set_lockdep_class_one, NULL); in bpq_set_lockdep_class() 137 static inline struct net_device *bpq_get_ether_dev(struct net_device *dev) in bpq_get_ether_dev() argument 139 struct bpqdev *bpq = netdev_priv(dev); in bpq_get_ether_dev() 147 static inline struct net_device *bpq_get_ax25_dev(struct net_device *dev) in bpq_get_ax25_dev() argument 153 if (bpq->ethdev == dev) in bpq_get_ax25_dev() 159 static inline int dev_is_ethdev(struct net_device *dev) in dev_is_ethdev() argument 161 return dev in dev_is_ethdev() 170 bpq_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *ptype, struct net_device *orig_dev) bpq_rcv() argument 238 bpq_xmit(struct sk_buff *skb, struct net_device *dev) bpq_xmit() argument 301 bpq_set_mac_address(struct net_device *dev, void *addr) bpq_set_mac_address() argument 317 bpq_siocdevprivate(struct net_device *dev, struct ifreq *ifr, void __user *data, int cmd) bpq_siocdevprivate() argument 357 bpq_open(struct net_device *dev) bpq_open() argument 363 bpq_close(struct net_device *dev) bpq_close() argument 455 bpq_setup(struct net_device *dev) bpq_setup() argument 531 struct net_device *dev = netdev_notifier_info_to_dev(ptr); bpq_device_event() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ |
H A D | ifb.c | 48 struct net_device *dev; member 77 static netdev_tx_t ifb_xmit(struct sk_buff *skb, struct net_device *dev); 78 static int ifb_open(struct net_device *dev); 79 static int ifb_close(struct net_device *dev); 95 txq = netdev_get_tx_queue(txp->dev, txp->txqnum); in ifb_ri_tasklet() 115 skb->dev = dev_get_by_index_rcu(dev_net(txp->dev), skb->skb_iif); in ifb_ri_tasklet() 116 if (!skb->dev) { in ifb_ri_tasklet() 119 txp->dev->stats.tx_dropped++; in ifb_ri_tasklet() 125 skb->skb_iif = txp->dev in ifb_ri_tasklet() 154 ifb_stats64(struct net_device *dev, struct rtnl_link_stats64 *stats) ifb_stats64() argument 184 ifb_dev_init(struct net_device *dev) ifb_dev_init() argument 207 ifb_get_strings(struct net_device *dev, u32 stringset, u8 *buf) ifb_get_strings() argument 228 ifb_get_sset_count(struct net_device *dev, int sset) ifb_get_sset_count() argument 258 ifb_get_ethtool_stats(struct net_device *dev, struct ethtool_stats *stats, u64 *data) ifb_get_ethtool_stats() argument 296 ifb_dev_free(struct net_device *dev) ifb_dev_free() argument 310 ifb_setup(struct net_device *dev) ifb_setup() argument 338 ifb_xmit(struct sk_buff *skb, struct net_device *dev) ifb_xmit() argument 363 ifb_close(struct net_device *dev) ifb_close() argument 369 ifb_open(struct net_device *dev) ifb_open() argument [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A D | bridge_locked_port.sh | 45 ip link add dev br0 type bridge vlan_filtering 1 47 ip link set dev $swp1 master br0 48 ip link set dev $swp2 master br0 50 bridge link set dev $swp1 learning off 52 ip link set dev br0 up 53 ip link set dev $swp1 up 54 ip link set dev $swp2 up 59 ip link set dev $swp2 down 60 ip link set dev $swp1 down 62 ip link del dev br [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/dsa/ |
H A D | bridge_locked_port.sh | 45 ip link add dev br0 type bridge vlan_filtering 1 47 ip link set dev $swp1 master br0 48 ip link set dev $swp2 master br0 50 bridge link set dev $swp1 learning off 52 ip link set dev br0 up 53 ip link set dev $swp1 up 54 ip link set dev $swp2 up 59 ip link set dev $swp2 down 60 ip link set dev $swp1 down 62 ip link del dev br [all...] |
/kernel/linux/linux-6.6/net/mctp/ |
H A D | device.c | 31 struct mctp_dev *__mctp_dev_get(const struct net_device *dev) in __mctp_dev_get() argument 33 struct mctp_dev *mdev = rcu_dereference(dev->mctp_ptr); in __mctp_dev_get() 47 struct mctp_dev *mctp_dev_get_rtnl(const struct net_device *dev) in mctp_dev_get_rtnl() argument 49 return rtnl_dereference(dev->mctp_ptr); in mctp_dev_get_rtnl() 78 hdr->ifa_index = mdev->dev->ifindex; in mctp_fill_addrinfo() 119 struct net_device *dev; in mctp_dump_addrinfo() local 133 hlist_for_each_entry_rcu(dev, head, index_hlist) { in mctp_dump_addrinfo() 135 (ifindex == 0 || ifindex == dev->ifindex)) { in mctp_dump_addrinfo() 136 mdev = __mctp_dev_get(dev); in mctp_dump_addrinfo() 163 struct net *net = dev_net(mdev->dev); in mctp_addr_notify() 195 struct net_device *dev; mctp_rtm_newaddr() local 258 struct net_device *dev; mctp_rtm_deladdr() local 330 mctp_dev_put(dev); global() variable 336 mctp_dev_hold(dev); global() variable 340 mctp_add_dev(struct net_device *dev) mctp_add_dev() argument 364 mctp_fill_link_af(struct sk_buff *skb, const struct net_device *dev, u32 ext_filter_mask) mctp_fill_link_af() argument 377 mctp_get_link_af_size(const struct net_device *dev, u32 ext_filter_mask) mctp_get_link_af_size() argument 396 mctp_set_link_af(struct net_device *dev, const struct nlattr *attr, struct netlink_ext_ack *extack) mctp_set_link_af() argument 419 mctp_known(struct net_device *dev) mctp_known() argument 427 mctp_unregister(struct net_device *dev) mctp_unregister() argument 443 mctp_register(struct net_device *dev) mctp_register() argument 465 struct net_device *dev = netdev_notifier_info_to_dev(ptr); mctp_dev_notify() local 482 mctp_register_netdevice(struct net_device *dev, const struct mctp_netdev_ops *ops) mctp_register_netdevice() argument 496 mctp_register_netdev(struct net_device *dev, const struct mctp_netdev_ops *ops) mctp_register_netdev() argument 509 mctp_unregister_netdev(struct net_device *dev) mctp_unregister_netdev() argument [all...] |
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | hci_nokia.c | 165 struct device *dev = &btdev->serdev->dev; in wakeup_handler() local 172 pm_runtime_get(dev); in wakeup_handler() 174 pm_runtime_put(dev); in wakeup_handler() 184 struct device *dev = &btdev->serdev->dev; in nokia_reset() local 196 dev_err(dev, "reset: host wakeup not low!"); in nokia_reset() 212 dev_err(dev, "CTS not received: %d", err); in nokia_reset() 224 struct device *dev = &btdev->serdev->dev; in nokia_send_alive_packet() local 264 struct device *dev = &btdev->serdev->dev; nokia_send_negotiation() local 327 struct device *dev = &btdev->serdev->dev; nokia_setup_fw() local 396 struct device *dev = &btdev->serdev->dev; nokia_setup() local 467 struct device *dev = &hu->serdev->dev; nokia_open() local 490 struct device *dev = &btdev->serdev->dev; nokia_close() local 536 struct device *dev = &btdev->serdev->dev; nokia_recv_negotiation_packet() local 573 struct device *dev = &btdev->serdev->dev; nokia_recv_alive_packet() local 626 struct device *dev = &btdev->serdev->dev; nokia_recv() local 647 struct device *dev = &btdev->serdev->dev; nokia_dequeue() local 685 struct device *dev = &serdev->dev; nokia_bluetooth_serdev_probe() local 766 nokia_bluetooth_runtime_suspend(struct device *dev) nokia_bluetooth_runtime_suspend() argument 774 nokia_bluetooth_runtime_resume(struct device *dev) nokia_bluetooth_runtime_resume() argument [all...] |
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | hci_nokia.c | 165 struct device *dev = &btdev->serdev->dev; in wakeup_handler() local 172 pm_runtime_get(dev); in wakeup_handler() 174 pm_runtime_put(dev); in wakeup_handler() 184 struct device *dev = &btdev->serdev->dev; in nokia_reset() local 196 dev_err(dev, "reset: host wakeup not low!"); in nokia_reset() 212 dev_err(dev, "CTS not received: %d", err); in nokia_reset() 224 struct device *dev = &btdev->serdev->dev; in nokia_send_alive_packet() local 264 struct device *dev = &btdev->serdev->dev; nokia_send_negotiation() local 327 struct device *dev = &btdev->serdev->dev; nokia_setup_fw() local 396 struct device *dev = &btdev->serdev->dev; nokia_setup() local 467 struct device *dev = &hu->serdev->dev; nokia_open() local 490 struct device *dev = &btdev->serdev->dev; nokia_close() local 536 struct device *dev = &btdev->serdev->dev; nokia_recv_negotiation_packet() local 573 struct device *dev = &btdev->serdev->dev; nokia_recv_alive_packet() local 626 struct device *dev = &btdev->serdev->dev; nokia_recv() local 647 struct device *dev = &btdev->serdev->dev; nokia_dequeue() local 685 struct device *dev = &serdev->dev; nokia_bluetooth_serdev_probe() local 766 nokia_bluetooth_runtime_suspend(struct device *dev) nokia_bluetooth_runtime_suspend() argument 774 nokia_bluetooth_runtime_resume(struct device *dev) nokia_bluetooth_runtime_resume() argument [all...] |
/kernel/linux/linux-6.6/drivers/phy/ti/ |
H A D | phy-twl4030-usb.c | 148 struct device *dev; member 186 dev_dbg(twl->dev, "Write%d[%d,0x%x] wrote %02x but read %02x\n", in twl4030_i2c_write_u8_verify() 194 dev_dbg(twl->dev, "Write%d[%d,0x%x] wrote %02x but read %02x\n", in twl4030_i2c_write_u8_verify() 211 dev_dbg(twl->dev, in twl4030_usb_write() 225 dev_dbg(twl->dev, in twl4030_readb() 292 dev_err(twl->dev, "USB link status err %d\n", status); in twl4030_usb_linkstat() 312 kobject_uevent(&twl->dev->kobj, linkstat == MUSB_VBUS_VALID in twl4030_usb_linkstat() 315 dev_dbg(twl->dev, "HW_CONDITIONS 0x%02x/%d; link %d\n", in twl4030_usb_linkstat() 342 dev_err(twl->dev, "unsupported T2 transceiver mode %d\n", in twl4030_usb_set_mode() 367 dev_err(twl->dev, "Timeou in twl4030_i2c_access() 393 twl4030_usb_suspend(struct device *dev) twl4030_usb_suspend() argument 412 twl4030_usb_resume(struct device *dev) twl4030_usb_resume() argument 428 twl4030_usb_runtime_suspend(struct device *dev) twl4030_usb_runtime_suspend() argument 444 twl4030_usb_runtime_resume(struct device *dev) twl4030_usb_runtime_resume() argument 563 vbus_show(struct device *dev, struct device_attribute *attr, char *buf) vbus_show() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76x02_usb_mcu.c | 21 mt76x02u_multiple_mcu_reads(struct mt76_dev *dev, u8 *data, int len) in mt76x02u_multiple_mcu_reads() argument 23 struct mt76_usb *usb = &dev->usb; in mt76x02u_multiple_mcu_reads() 50 static int mt76x02u_mcu_wait_resp(struct mt76_dev *dev, u8 seq) in mt76x02u_mcu_wait_resp() argument 52 struct mt76_usb *usb = &dev->usb; in mt76x02u_mcu_wait_resp() 58 ret = mt76u_bulk_msg(dev, data, MCU_RESP_URB_SIZE, &len, in mt76x02u_mcu_wait_resp() 66 mt76x02u_multiple_mcu_reads(dev, data + 4, len - 8); in mt76x02u_mcu_wait_resp() 73 dev_err(dev->dev, "error: MCU resp evt:%lx seq:%hhx-%lx\n", in mt76x02u_mcu_wait_resp() 78 dev_err(dev->dev, "erro in mt76x02u_mcu_wait_resp() 83 __mt76x02u_mcu_send_msg(struct mt76_dev *dev, struct sk_buff *skb, int cmd, bool wait_resp) __mt76x02u_mcu_send_msg() argument 123 mt76x02u_mcu_send_msg(struct mt76_dev *dev, int cmd, const void *data, int len, bool wait_resp) mt76x02u_mcu_send_msg() argument 146 mt76x02u_mcu_wr_rp(struct mt76_dev *dev, u32 base, const struct mt76_reg_pair *data, int n) mt76x02u_mcu_wr_rp() argument 179 mt76x02u_mcu_rd_rp(struct mt76_dev *dev, u32 base, struct mt76_reg_pair *data, int n) mt76x02u_mcu_rd_rp() argument 221 mt76x02u_mcu_fw_reset(struct mt76x02_dev *dev) mt76x02u_mcu_fw_reset() argument 230 __mt76x02u_mcu_fw_send_data(struct mt76x02_dev *dev, u8 *data, const void *fw_data, int len, u32 dst_addr) __mt76x02u_mcu_fw_send_data() argument 267 mt76x02u_mcu_fw_send_data(struct mt76x02_dev *dev, const void *data, int data_len, u32 max_payload, u32 offset) mt76x02u_mcu_fw_send_data() argument 294 mt76x02u_init_mcu(struct mt76_dev *dev) mt76x02u_init_mcu() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | disp.c | 41 struct drm_device *dev = to_drm_encoder(encoder)->dev; in nv04_encoder_get_connector() local 46 drm_connector_list_iter_begin(dev, &conn_iter); in nv04_encoder_get_connector() 57 nv04_display_fini(struct drm_device *dev, bool runtime, bool suspend) in nv04_display_fini() argument 59 struct nouveau_drm *drm = nouveau_drm(dev); in nv04_display_fini() 60 struct nv04_display *disp = nv04_display(dev); in nv04_display_fini() 67 NVWriteCRTC(dev, 0, NV_PCRTC_INTR_EN_0, 0); in nv04_display_fini() 68 if (nv_two_heads(dev)) in nv04_display_fini() 69 NVWriteCRTC(dev, 1, NV_PCRTC_INTR_EN_0, 0); in nv04_display_fini() 78 list_for_each_entry(crtc, &dev in nv04_display_fini() 99 nv04_display_init(struct drm_device *dev, bool resume, bool runtime) nv04_display_init() argument 189 nv04_display_destroy(struct drm_device *dev) nv04_display_destroy() argument 214 nv04_display_create(struct drm_device *dev) nv04_display_create() argument [all...] |
/kernel/linux/linux-5.10/drivers/media/usb/au0828/ |
H A D | au0828.h | 24 #include <media/media-dev-allocator.h> 107 #define AUVI_INPUT(nr) (dev->board.input[nr]) 150 int (*isoc_copy) (struct au0828_dev *dev, struct urb *urb); 288 #define au0828_read(dev, reg) au0828_readreg(dev, reg) 289 #define au0828_write(dev, reg, value) au0828_writereg(dev, reg, value) 290 #define au0828_andor(dev, reg, mask, value) \ 291 au0828_writereg(dev, reg, \ 292 (au0828_readreg(dev, re 334 au0828_v4l2_device_register(struct usb_interface *interface, struct au0828_dev *dev) au0828_v4l2_device_register() argument 337 au0828_analog_register(struct au0828_dev *dev, struct usb_interface *interface) au0828_analog_register() argument 340 au0828_analog_unregister(struct au0828_dev *dev) au0828_analog_unregister() argument 342 au0828_usb_v4l2_media_release(struct au0828_dev *dev) au0828_usb_v4l2_media_release() argument 343 au0828_v4l2_suspend(struct au0828_dev *dev) au0828_v4l2_suspend() argument 344 au0828_v4l2_resume(struct au0828_dev *dev) au0828_v4l2_resume() argument 369 au0828_rc_register(struct au0828_dev *dev) au0828_rc_register() argument 370 au0828_rc_unregister(struct au0828_dev *dev) au0828_rc_unregister() argument 371 au0828_rc_suspend(struct au0828_dev *dev) au0828_rc_suspend() argument 372 au0828_rc_resume(struct au0828_dev *dev) au0828_rc_resume() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/usb/au0828/ |
H A D | au0828.h | 24 #include <media/media-dev-allocator.h> 107 #define AUVI_INPUT(nr) (dev->board.input[nr]) 150 int (*isoc_copy) (struct au0828_dev *dev, struct urb *urb); 288 #define au0828_read(dev, reg) au0828_readreg(dev, reg) 289 #define au0828_write(dev, reg, value) au0828_writereg(dev, reg, value) 290 #define au0828_andor(dev, reg, mask, value) \ 291 au0828_writereg(dev, reg, \ 292 (au0828_readreg(dev, re 334 au0828_v4l2_device_register(struct usb_interface *interface, struct au0828_dev *dev) au0828_v4l2_device_register() argument 337 au0828_analog_register(struct au0828_dev *dev, struct usb_interface *interface) au0828_analog_register() argument 340 au0828_analog_unregister(struct au0828_dev *dev) au0828_analog_unregister() argument 342 au0828_usb_v4l2_media_release(struct au0828_dev *dev) au0828_usb_v4l2_media_release() argument 343 au0828_v4l2_suspend(struct au0828_dev *dev) au0828_v4l2_suspend() argument 344 au0828_v4l2_resume(struct au0828_dev *dev) au0828_v4l2_resume() argument 369 au0828_rc_register(struct au0828_dev *dev) au0828_rc_register() argument 370 au0828_rc_unregister(struct au0828_dev *dev) au0828_rc_unregister() argument 371 au0828_rc_suspend(struct au0828_dev *dev) au0828_rc_suspend() argument 372 au0828_rc_resume(struct au0828_dev *dev) au0828_rc_resume() argument [all...] |
/kernel/linux/linux-6.6/drivers/rtc/ |
H A D | class.c | 26 static void rtc_device_release(struct device *dev) in rtc_device_release() argument 28 struct rtc_device *rtc = to_rtc_device(dev); in rtc_device_release() 69 dev_err(rtc->dev.parent, in rtc_hctosys() 85 dev_info(rtc->dev.parent, "setting system clock to %ptR UTC (%lld)\n", in rtc_hctosys() 101 static int rtc_suspend(struct device *dev) in rtc_suspend() argument 103 struct rtc_device *rtc = to_rtc_device(dev); in rtc_suspend() 111 if (strcmp(dev_name(&rtc->dev), CONFIG_RTC_HCTOSYS_DEVICE) != 0) in rtc_suspend() 117 pr_debug("%s: fail to read rtc time\n", dev_name(&rtc->dev)); in rtc_suspend() 146 static int rtc_resume(struct device *dev) in rtc_resume() argument 148 struct rtc_device *rtc = to_rtc_device(dev); in rtc_resume() 249 rtc_device_get_id(struct device *dev) rtc_device_get_id() argument 360 devm_rtc_allocate_device(struct device *dev) devm_rtc_allocate_device() argument 454 devm_rtc_device_register(struct device *dev, const char *name, const struct rtc_class_ops *ops, struct module *owner) devm_rtc_device_register() argument [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | snps_udc_plat.c | 26 dev_info(udc->dev, "Connecting...\n"); in start_udc() 48 dev_dbg(udc->dev, "ep rx queue flushed\n"); in stop_udc() 68 dev_info(udc->dev, "Device disconnected\n"); in stop_udc() 79 dev_dbg(udc->dev, "idle -> device\n"); in udc_drd_work() 82 dev_dbg(udc->dev, "device -> idle\n"); in udc_drd_work() 92 dev_dbg(udc->dev, "%s: event: %lu\n", __func__, event); in usbd_connect_notify() 103 struct device *dev = &pdev->dev; in udc_plat_probe() local 108 udc = devm_kzalloc(dev, sizeof(*udc), GFP_KERNEL); in udc_plat_probe() 113 udc->dev in udc_plat_probe() 229 struct udc *dev; udc_plat_remove() local 253 udc_plat_suspend(struct device *dev) udc_plat_suspend() argument 270 udc_plat_resume(struct device *dev) udc_plat_resume() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76x02_usb_mcu.c | 21 mt76x02u_multiple_mcu_reads(struct mt76_dev *dev, u8 *data, int len) in mt76x02u_multiple_mcu_reads() argument 23 struct mt76_usb *usb = &dev->usb; in mt76x02u_multiple_mcu_reads() 37 static int mt76x02u_mcu_wait_resp(struct mt76_dev *dev, u8 seq) in mt76x02u_mcu_wait_resp() argument 39 struct mt76_usb *usb = &dev->usb; in mt76x02u_mcu_wait_resp() 45 ret = mt76u_bulk_msg(dev, data, MCU_RESP_URB_SIZE, &len, in mt76x02u_mcu_wait_resp() 53 mt76x02u_multiple_mcu_reads(dev, data + 4, len - 8); in mt76x02u_mcu_wait_resp() 60 dev_err(dev->dev, "error: MCU resp evt:%lx seq:%hhx-%lx\n", in mt76x02u_mcu_wait_resp() 65 dev_err(dev->dev, "erro in mt76x02u_mcu_wait_resp() 70 __mt76x02u_mcu_send_msg(struct mt76_dev *dev, struct sk_buff *skb, int cmd, bool wait_resp) __mt76x02u_mcu_send_msg() argument 110 mt76x02u_mcu_send_msg(struct mt76_dev *dev, int cmd, const void *data, int len, bool wait_resp) mt76x02u_mcu_send_msg() argument 133 mt76x02u_mcu_wr_rp(struct mt76_dev *dev, u32 base, const struct mt76_reg_pair *data, int n) mt76x02u_mcu_wr_rp() argument 166 mt76x02u_mcu_rd_rp(struct mt76_dev *dev, u32 base, struct mt76_reg_pair *data, int n) mt76x02u_mcu_rd_rp() argument 207 mt76x02u_mcu_fw_reset(struct mt76x02_dev *dev) mt76x02u_mcu_fw_reset() argument 216 __mt76x02u_mcu_fw_send_data(struct mt76x02_dev *dev, u8 *data, const void *fw_data, int len, u32 dst_addr) __mt76x02u_mcu_fw_send_data() argument 253 mt76x02u_mcu_fw_send_data(struct mt76x02_dev *dev, const void *data, int data_len, u32 max_payload, u32 offset) mt76x02u_mcu_fw_send_data() argument 280 mt76x02u_init_mcu(struct mt76_dev *dev) mt76x02u_init_mcu() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | disp.c | 41 struct drm_device *dev = to_drm_encoder(encoder)->dev; in nv04_encoder_get_connector() local 46 drm_connector_list_iter_begin(dev, &conn_iter); in nv04_encoder_get_connector() 57 nv04_display_fini(struct drm_device *dev, bool runtime, bool suspend) in nv04_display_fini() argument 59 struct nouveau_drm *drm = nouveau_drm(dev); in nv04_display_fini() 60 struct nv04_display *disp = nv04_display(dev); in nv04_display_fini() 67 NVWriteCRTC(dev, 0, NV_PCRTC_INTR_EN_0, 0); in nv04_display_fini() 68 if (nv_two_heads(dev)) in nv04_display_fini() 69 NVWriteCRTC(dev, 1, NV_PCRTC_INTR_EN_0, 0); in nv04_display_fini() 78 list_for_each_entry(crtc, &dev in nv04_display_fini() 99 nv04_display_init(struct drm_device *dev, bool resume, bool runtime) nv04_display_init() argument 189 nv04_display_destroy(struct drm_device *dev) nv04_display_destroy() argument 214 nv04_display_create(struct drm_device *dev) nv04_display_create() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/tiny/ |
H A D | panel-mipi-dbi.c | 77 panel_mipi_dbi_check_commands(struct device *dev, const struct firmware *fw) in panel_mipi_dbi_check_commands() argument 85 dev_err(dev, "config: file size=%zu is too small\n", size); in panel_mipi_dbi_check_commands() 90 dev_err(dev, "config: Bad magic: %15ph\n", config->magic); in panel_mipi_dbi_check_commands() 95 dev_err(dev, "config: version=%u is not supported\n", config->file_format_version); in panel_mipi_dbi_check_commands() 99 drm_dev_dbg(dev, DRM_UT_DRIVER, "size=%zu version=%u\n", size, config->file_format_version); in panel_mipi_dbi_check_commands() 110 dev_err(dev, "config: command=0x%02x num_parameters=%u overflows\n", in panel_mipi_dbi_check_commands() 116 drm_dev_dbg(dev, DRM_UT_DRIVER, "sleep %ums\n", parameters[0]); in panel_mipi_dbi_check_commands() 118 drm_dev_dbg(dev, DRM_UT_DRIVER, "command %02x %*ph\n", in panel_mipi_dbi_check_commands() 123 dev_err(dev, "config: malformed command array\n"); in panel_mipi_dbi_check_commands() 127 commands = devm_kzalloc(dev, sizeo in panel_mipi_dbi_check_commands() 139 panel_mipi_dbi_commands_from_fw(struct device *dev) panel_mipi_dbi_commands_from_fw() argument 234 struct device *dev = dbidev->drm.dev; panel_mipi_dbi_get_mode() local 273 struct device *dev = &spi->dev; panel_mipi_dbi_spi_probe() local 356 panel_mipi_dbi_pm_suspend(struct device *dev) panel_mipi_dbi_pm_suspend() argument 361 panel_mipi_dbi_pm_resume(struct device *dev) panel_mipi_dbi_pm_resume() argument [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/spectrum/ |
H A D | vxlan_flooding_ipv6.sh | 60 ip link add dev br0 type bridge mcast_snooping 0 61 ip link set dev br0 address $(mac_get $swp1) 67 ip address add 2001:db8:2::1/128 dev lo 69 ip link set dev $swp1 master br0 70 ip link set dev vxlan0 master br0 72 ip link set dev br0 up 73 ip link set dev $swp1 up 74 ip link set dev vxlan0 up 79 ip link set dev vxlan0 down 80 ip link set dev [all...] |
/kernel/linux/linux-5.10/drivers/net/ |
H A D | veth.c | 59 struct net_device *dev; member 117 static int veth_get_link_ksettings(struct net_device *dev, in veth_get_link_ksettings() argument 127 static void veth_get_drvinfo(struct net_device *dev, struct ethtool_drvinfo *info) in veth_get_drvinfo() argument 133 static void veth_get_strings(struct net_device *dev, u32 stringset, u8 *buf) in veth_get_strings() argument 142 for (i = 0; i < dev->real_num_rx_queues; i++) { in veth_get_strings() 150 for (i = 0; i < dev->real_num_tx_queues; i++) { in veth_get_strings() 162 static int veth_get_sset_count(struct net_device *dev, int sset) in veth_get_sset_count() argument 167 VETH_RQ_STATS_LEN * dev->real_num_rx_queues + in veth_get_sset_count() 168 VETH_TQ_STATS_LEN * dev->real_num_tx_queues; in veth_get_sset_count() 174 static void veth_get_ethtool_stats(struct net_device *dev, in veth_get_ethtool_stats() argument 275 veth_forward_skb(struct net_device *dev, struct sk_buff *skb, struct veth_rq *rq, bool xdp) veth_forward_skb() argument 283 veth_xmit(struct sk_buff *skb, struct net_device *dev) veth_xmit() argument 325 veth_stats_tx(struct net_device *dev, u64 *packets, u64 *bytes) veth_stats_tx() argument 333 veth_stats_rx(struct veth_stats *result, struct net_device *dev) veth_stats_rx() argument 364 veth_get_stats64(struct net_device *dev, struct rtnl_link_stats64 *tot) veth_get_stats64() argument 399 veth_set_multicast_list(struct net_device *dev) veth_set_multicast_list() argument 418 veth_select_rxq(struct net_device *dev) veth_select_rxq() argument 423 veth_peer_dev(struct net_device *dev) veth_peer_dev() argument 431 veth_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **frames, u32 flags, bool ndo_xmit) veth_xdp_xmit() argument 490 veth_ndo_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **frames, u32 flags) veth_ndo_xdp_xmit() argument 872 veth_napi_add(struct net_device *dev) veth_napi_add() argument 900 veth_napi_del(struct net_device *dev) veth_napi_del() argument 921 veth_enable_xdp(struct net_device *dev) veth_enable_xdp() argument 962 veth_disable_xdp(struct net_device *dev) veth_disable_xdp() argument 978 veth_open(struct net_device *dev) veth_open() argument 1001 veth_close(struct net_device *dev) veth_close() argument 1021 veth_alloc_queues(struct net_device *dev) veth_alloc_queues() argument 1038 veth_free_queues(struct net_device *dev) veth_free_queues() argument 1045 veth_dev_init(struct net_device *dev) veth_dev_init() argument 1062 veth_dev_free(struct net_device *dev) veth_dev_free() argument 1069 veth_poll_controller(struct net_device *dev) veth_poll_controller() argument 1083 veth_get_iflink(const struct net_device *dev) veth_get_iflink() argument 1097 veth_fix_features(struct net_device *dev, netdev_features_t features) veth_fix_features() argument 1114 veth_set_rx_headroom(struct net_device *dev, int new_hr) veth_set_rx_headroom() argument 1137 veth_xdp_set(struct net_device *dev, struct bpf_prog *prog, struct netlink_ext_ack *extack) veth_xdp_set() argument 1209 veth_xdp(struct net_device *dev, struct netdev_bpf *xdp) veth_xdp() argument 1245 veth_setup(struct net_device *dev) veth_setup() argument 1294 veth_newlink(struct net *src_net, struct net_device *dev, struct nlattr *tb[], struct nlattr *data[], struct netlink_ext_ack *extack) veth_newlink() argument 1413 veth_dellink(struct net_device *dev, struct list_head *head) veth_dellink() argument 1439 veth_get_link_net(const struct net_device *dev) veth_get_link_net() argument [all...] |
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
H A D | me4000.c | 308 static int me4000_xilinx_download(struct comedi_device *dev, in me4000_xilinx_download() argument 312 struct pci_dev *pcidev = comedi_to_pci_dev(dev); in me4000_xilinx_download() 313 struct me4000_private *devpriv = dev->private; in me4000_xilinx_download() 340 dev_err(dev->class_dev, "Can't init Xilinx\n"); in me4000_xilinx_download() 363 dev_err(dev->class_dev, in me4000_xilinx_download() 372 dev_err(dev->class_dev, "DONE flag is not set\n"); in me4000_xilinx_download() 373 dev_err(dev->class_dev, "Download not successful\n"); in me4000_xilinx_download() 385 static void me4000_ai_reset(struct comedi_device *dev) in me4000_ai_reset() argument 390 ctrl = inl(dev->iobase + ME4000_AI_CTRL_REG); in me4000_ai_reset() 392 outl(ctrl, dev in me4000_ai_reset() 398 me4000_reset(struct comedi_device *dev) me4000_reset() argument 437 me4000_ai_get_sample(struct comedi_device *dev, struct comedi_subdevice *s) me4000_ai_get_sample() argument 447 me4000_ai_eoc(struct comedi_device *dev, struct comedi_subdevice *s, struct comedi_insn *insn, unsigned long context) me4000_ai_eoc() argument 460 me4000_ai_insn_read(struct comedi_device *dev, struct comedi_subdevice *s, struct comedi_insn *insn, unsigned int *data) me4000_ai_insn_read() argument 526 me4000_ai_cancel(struct comedi_device *dev, struct comedi_subdevice *s) me4000_ai_cancel() argument 534 me4000_ai_check_chanlist(struct comedi_device *dev, struct comedi_subdevice *s, struct comedi_cmd *cmd) me4000_ai_check_chanlist() argument 576 me4000_ai_round_cmd_args(struct comedi_device *dev, struct comedi_subdevice *s, struct comedi_cmd *cmd) me4000_ai_round_cmd_args() argument 627 me4000_ai_write_chanlist(struct comedi_device *dev, struct comedi_subdevice *s, struct comedi_cmd *cmd) me4000_ai_write_chanlist() argument 651 me4000_ai_do_cmd(struct comedi_device *dev, struct comedi_subdevice *s) me4000_ai_do_cmd() argument 704 me4000_ai_do_cmd_test(struct comedi_device *dev, struct comedi_subdevice *s, struct comedi_cmd *cmd) me4000_ai_do_cmd_test() argument 923 struct comedi_device *dev = dev_id; me4000_ai_isr() local 992 me4000_ao_insn_write(struct comedi_device *dev, struct comedi_subdevice *s, struct comedi_insn *insn, unsigned int *data) me4000_ao_insn_write() argument 1017 me4000_dio_insn_bits(struct comedi_device *dev, struct comedi_subdevice *s, struct comedi_insn *insn, unsigned int *data) me4000_dio_insn_bits() argument 1041 me4000_dio_insn_config(struct comedi_device *dev, struct comedi_subdevice *s, struct comedi_insn *insn, unsigned int *data) me4000_dio_insn_config() argument 1095 me4000_auto_attach(struct comedi_device *dev, unsigned long context) me4000_auto_attach() argument 1225 me4000_detach(struct comedi_device *dev) me4000_detach() argument 1243 me4000_pci_probe(struct pci_dev *dev, const struct pci_device_id *id) me4000_pci_probe() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/dec/tulip/ |
H A D | tulip_core.c | 118 struct net_device *dev = tp->dev; in tulip_timer() local 120 if (netif_running(dev)) in tulip_timer() 247 static void tulip_tx_timeout(struct net_device *dev, unsigned int txqueue); 248 static void tulip_init_ring(struct net_device *dev); 249 static void tulip_free_ring(struct net_device *dev); 251 struct net_device *dev); 252 static int tulip_open(struct net_device *dev); 253 static int tulip_close(struct net_device *dev); 254 static void tulip_up(struct net_device *dev); 282 tulip_up(struct net_device *dev) tulip_up() argument 502 tulip_open(struct net_device *dev) tulip_open() argument 526 tulip_tx_timeout(struct net_device *dev, unsigned int txqueue) tulip_tx_timeout() argument 603 tulip_init_ring(struct net_device *dev) tulip_init_ring() argument 653 tulip_start_xmit(struct sk_buff *skb, struct net_device *dev) tulip_start_xmit() argument 738 tulip_down(struct net_device *dev) tulip_down() argument 781 tulip_free_ring(struct net_device *dev) tulip_free_ring() argument 819 tulip_close(struct net_device *dev) tulip_close() argument 839 tulip_get_stats(struct net_device *dev) tulip_get_stats() argument 858 tulip_get_drvinfo(struct net_device *dev, struct ethtool_drvinfo *info) tulip_get_drvinfo() argument 866 tulip_ethtool_set_wol(struct net_device *dev, struct ethtool_wolinfo *wolinfo) tulip_ethtool_set_wol() argument 879 tulip_ethtool_get_wol(struct net_device *dev, struct ethtool_wolinfo *wolinfo) tulip_ethtool_get_wol() argument 897 private_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) private_ioctl() argument 999 build_setup_frame_hash(u16 *setup_frm, struct net_device *dev) build_setup_frame_hash() argument 1028 build_setup_frame_perfect(u16 *setup_frm, struct net_device *dev) build_setup_frame_perfect() argument 1054 set_rx_mode(struct net_device *dev) set_rx_mode() argument 1181 tulip_mwi_config(struct pci_dev *pdev, struct net_device *dev) tulip_mwi_config() argument 1302 struct net_device *dev; tulip_init_one() local 1779 struct net_device *dev = pci_get_drvdata(pdev); tulip_set_wolopts() local 1806 struct net_device *dev = dev_get_drvdata(dev_d); tulip_suspend() local 1831 struct net_device *dev = dev_get_drvdata(dev_d); tulip_resume() local 1871 struct net_device *dev = pci_get_drvdata (pdev); tulip_remove_one() local 1886 poll_tulip(struct net_device *dev) poll_tulip() argument [all...] |
/kernel/linux/linux-6.6/drivers/scsi/aacraid/ |
H A D | aachba.c | 353 * @dev: aac driver data 358 int aac_get_config_status(struct aac_dev *dev, int commit_flag) in aac_get_config_status() argument 363 if (!(fibptr = aac_fib_alloc(dev))) in aac_get_config_status() 446 * @dev: aac driver data 450 int aac_get_containers(struct aac_dev *dev) in aac_get_containers() argument 460 if (!(fibptr = aac_fib_alloc(dev))) in aac_get_containers() 477 if (fibptr->dev->supplement_adapter_info.supported_options2 & in aac_get_containers() 490 if (dev->fsa_dev == NULL || in aac_get_containers() 491 dev->maximum_num_containers != maximum_num_containers) { in aac_get_containers() 493 fsa_dev_ptr = dev in aac_get_containers() 585 struct aac_dev * dev; aac_get_container_name() local 819 aac_probe_container(struct aac_dev *dev, int cid) aac_probe_container() argument 910 setinqstr(struct aac_dev *dev, void *data, int tindex) setinqstr() argument 972 build_vpd83_type3(struct tvpd_page83 *vpdpage83data, struct aac_dev *dev, struct scsi_cmnd *scsicmd) build_vpd83_type3() argument 1011 struct aac_dev *dev; get_container_serial_callback() local 1123 struct aac_dev * dev; aac_get_container_serial() local 1167 setinqserial(struct aac_dev *dev, void *data, int cid) setinqserial() argument 1203 aac_bounds_32(struct aac_dev * dev, struct scsi_cmnd * cmd, u64 lba) aac_bounds_32() argument 1221 aac_bounds_64(struct aac_dev * dev, struct scsi_cmnd * cmd, u64 lba) aac_bounds_64() argument 1230 struct aac_dev *dev = fib->dev; aac_read_raw_io() local 1325 struct aac_dev *dev = fib->dev; aac_read_block() local 1358 struct aac_dev *dev = fib->dev; aac_write_raw_io() local 1459 struct aac_dev *dev = fib->dev; aac_write_block() local 1497 struct aac_dev *dev = fib->dev; aac_scsi_common() local 1535 struct aac_dev *dev; aac_construct_hbacmd() local 1650 struct aac_dev *dev; aac_adapter_hba() local 1671 aac_send_safw_bmic_cmd(struct aac_dev *dev, struct aac_srb_unit *srbu, void *xfer_buf, int xfer_len) aac_send_safw_bmic_cmd() argument 1757 aac_set_safw_target_qd(struct aac_dev *dev, int bus, int target) aac_set_safw_target_qd() argument 1779 aac_issue_safw_bmic_identify(struct aac_dev *dev, struct aac_ciss_identify_pd **identify_resp, u32 bus, u32 target) aac_issue_safw_bmic_identify() argument 1814 aac_free_safw_ciss_luns(struct aac_dev *dev) aac_free_safw_ciss_luns() argument 1827 aac_get_safw_ciss_luns(struct aac_dev *dev) aac_get_safw_ciss_luns() argument 1868 aac_get_safw_phys_lun_count(struct aac_dev *dev) aac_get_safw_phys_lun_count() argument 1873 aac_get_safw_phys_bus(struct aac_dev *dev, int lun) aac_get_safw_phys_bus() argument 1878 aac_get_safw_phys_target(struct aac_dev *dev, int lun) aac_get_safw_phys_target() argument 1883 aac_get_safw_phys_expose_flag(struct aac_dev *dev, int lun) aac_get_safw_phys_expose_flag() argument 1888 aac_get_safw_phys_attribs(struct aac_dev *dev, int lun) aac_get_safw_phys_attribs() argument 1893 aac_get_safw_phys_nexus(struct aac_dev *dev, int lun) aac_get_safw_phys_nexus() argument 1898 aac_free_safw_identify_resp(struct aac_dev *dev, int bus, int target) aac_free_safw_identify_resp() argument 1905 aac_free_safw_all_identify_resp(struct aac_dev *dev, int lun_count) aac_free_safw_all_identify_resp() argument 1928 aac_get_safw_attr_all_targets(struct aac_dev *dev) aac_get_safw_attr_all_targets() argument 1966 aac_set_safw_attr_all_targets(struct aac_dev *dev) aac_set_safw_attr_all_targets() argument 2009 aac_setup_safw_targets(struct aac_dev *dev) aac_setup_safw_targets() argument 2034 aac_setup_safw_adapter(struct aac_dev *dev) aac_setup_safw_adapter() argument 2039 aac_get_adapter_info(struct aac_dev* dev) aac_get_adapter_info() argument 2320 struct aac_dev *dev; io_callback() local 2418 struct aac_dev *dev; aac_read() local 2519 struct aac_dev *dev; aac_write() local 2623 struct aac_dev *dev = fibptr->dev; synchronize_callback() local 2779 struct aac_dev *dev = (struct aac_dev *)host->hostdata; aac_scsi_cmd() local 3259 query_disk(struct aac_dev *dev, void __user *arg) query_disk() argument 3300 force_delete_disk(struct aac_dev *dev, void __user *arg) force_delete_disk() argument 3325 delete_disk(struct aac_dev *dev, void __user *arg) delete_disk() argument 3354 aac_dev_ioctl(struct aac_dev *dev, unsigned int cmd, void __user *arg) aac_dev_ioctl() argument 3567 hba_resp_task_complete(struct aac_dev *dev, struct scsi_cmnd *scsicmd, struct aac_hba_resp *err) hba_resp_task_complete() argument 3605 hba_resp_task_failure(struct aac_dev *dev, struct scsi_cmnd *scsicmd, struct aac_hba_resp *err) hba_resp_task_failure() argument 3653 struct aac_dev *dev; aac_hba_callback() local 3717 struct aac_dev* dev; aac_send_srb_fib() local 3758 struct aac_dev *dev; aac_send_hba_fib() local [all...] |