/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | wacom_w8001.c | 150 struct input_dev *dev = w8001->touch_dev; in parse_multi_touch() local 159 input_mt_slot(dev, i); in parse_multi_touch() 160 input_mt_report_slot_state(dev, MT_TOOL_FINGER, touch); in parse_multi_touch() 169 input_report_abs(dev, ABS_MT_POSITION_X, x); in parse_multi_touch() 170 input_report_abs(dev, ABS_MT_POSITION_Y, y); in parse_multi_touch() 182 input_mt_report_pointer_emulation(dev, true); in parse_multi_touch() 185 input_sync(dev); in parse_multi_touch() 216 struct input_dev *dev = w8001->pen_dev; in report_pen_events() local 222 * - if dev is already in proximity and f2 is toggled → pen + side2 in report_pen_events() 223 * - if dev come in report_pen_events() 265 struct input_dev *dev = w8001->touch_dev; report_single_touch() local 378 w8001_open(struct input_dev *dev) w8001_open() argument 397 w8001_close(struct input_dev *dev) w8001_close() argument 425 struct input_dev *dev = w8001->pen_dev; w8001_setup_pen() local 466 struct input_dev *dev = w8001->touch_dev; w8001_setup_touch() local 552 w8001_set_devdata(struct input_dev *dev, struct w8001 *w8001, struct serio *serio) w8001_set_devdata() argument [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | tc_restrictions.sh | 44 tc qdisc add dev $swp1 ingress_block 22 clsact 51 tc qdisc add dev $swp2 ingress_block 22 clsact 54 tc qdisc del dev $swp2 clsact 56 tc qdisc add dev $swp2 egress_block 22 clsact 61 tc qdisc add dev $swp2 egress_block 22 clsact 68 tc qdisc del dev $swp1 clsact 70 tc qdisc add dev $swp1 egress_block 22 clsact 79 tc qdisc del dev $swp2 clsact 80 tc qdisc del dev $swp1 clsact 92 tc qdisc add dev [all...] |
/kernel/linux/linux-5.10/drivers/fpga/ |
H A D | ice40-spi.c | 27 struct spi_device *dev; member 45 struct spi_device *dev = priv->dev; in ice40_fpga_ops_write_init() local 63 dev_err(&dev->dev, in ice40_fpga_ops_write_init() 69 spi_bus_lock(dev->master); in ice40_fpga_ops_write_init() 75 ret = spi_sync_locked(dev, &message); in ice40_fpga_ops_write_init() 86 dev_err(&dev->dev, "Device reset failed, CDONE is asserted\n"); in ice40_fpga_ops_write_init() 94 ret = spi_sync_locked(dev, in ice40_fpga_ops_write_init() 114 struct spi_device *dev = priv->dev; ice40_fpga_ops_write_complete() local 137 struct device *dev = &spi->dev; ice40_fpga_probe() local [all...] |
/kernel/linux/linux-5.10/drivers/net/arcnet/ |
H A D | com20020-isa.c | 50 static int __init com20020isa_probe(struct net_device *dev) in com20020isa_probe() argument 54 struct arcnet_local *lp = netdev_priv(dev); in com20020isa_probe() 60 ioaddr = dev->base_addr; in com20020isa_probe() 62 arc_printk(D_NORMAL, dev, "No autoprobe (yet) for IO mapped cards; you must specify the base address!\n"); in com20020isa_probe() 66 arc_printk(D_NORMAL, dev, "IO region %xh-%xh already allocated.\n", in com20020isa_probe() 71 arc_printk(D_NORMAL, dev, "IO address %x empty\n", ioaddr); in com20020isa_probe() 75 if (com20020_check(dev)) { in com20020isa_probe() 80 if (!dev->irq) { in com20020isa_probe() 85 arc_printk(D_INIT_REASONS, dev, "intmask was %02Xh\n", in com20020isa_probe() 92 dev in com20020isa_probe() 146 struct net_device *dev; com20020_init() local [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
H A D | tc_vlan_modify.sh | 39 ip link add dev br0 type bridge vlan_filtering 1 mcast_snooping 0 41 ip link set dev $swp1 master br0 42 ip link set dev $swp2 master br0 44 ip link set dev br0 up 45 ip link set dev $swp1 up 46 ip link set dev $swp2 up 48 bridge vlan add dev $swp1 vid 85 49 bridge vlan add dev $swp2 vid 65 51 bridge vlan add dev $swp2 vid 85 52 bridge vlan add dev [all...] |
/kernel/linux/linux-5.10/drivers/input/misc/ |
H A D | stpmic1_onkey.c | 32 pm_wakeup_event(input_dev->dev.parent, 0); in onkey_falling_irq() 44 pm_wakeup_event(input_dev->dev.parent, 0); in onkey_rising_irq() 52 struct stpmic1 *pmic = dev_get_drvdata(pdev->dev.parent); in stpmic1_onkey_probe() 53 struct device *dev = &pdev->dev; in stpmic1_onkey_probe() local 59 onkey = devm_kzalloc(dev, sizeof(*onkey), GFP_KERNEL); in stpmic1_onkey_probe() 71 if (!device_property_read_u32(dev, "power-off-time-sec", &val)) { in stpmic1_onkey_probe() 73 dev_dbg(dev, "power-off-time=%d seconds\n", val); in stpmic1_onkey_probe() 77 dev_err(dev, "power-off-time-sec out of range\n"); in stpmic1_onkey_probe() 82 if (device_property_present(dev, "s in stpmic1_onkey_probe() 145 stpmic1_onkey_suspend(struct device *dev) stpmic1_onkey_suspend() argument 157 stpmic1_onkey_resume(struct device *dev) stpmic1_onkey_resume() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/ |
H A D | timer.c | 21 struct net_device *dev = tp->dev; in tulip_media_task() local 28 netdev_dbg(dev, "Media selection tick, %s, status %08x mode %08x SIA %08x %08x %08x %08x\n", in tulip_media_task() 29 medianame[dev->if_port], in tulip_media_task() 48 netdev_dbg(dev, "network media monitor CSR6 %08x CSR12 0x%02x\n", in tulip_media_task() 62 netdev_dbg(dev, "Transceiver monitor tick CSR12=%#02x, no media sense\n", in tulip_media_task() 71 netdev_dbg(dev, "Transceiver monitor tick: CSR12=%#02x bit %d is %d, expecting %d\n", in tulip_media_task() 79 netdev_dbg(dev, "Link beat detected for %s\n", in tulip_media_task() 83 netif_carrier_on(dev); in tulip_media_task() 86 netif_carrier_off(dev); in tulip_media_task() 143 struct net_device *dev = tp->dev; mxic_timer() local 160 struct net_device *dev = tp->dev; comet_timer() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/ |
H A D | mvme147.c | 50 static int m147lance_open(struct net_device *dev); 51 static int m147lance_close(struct net_device *dev); 73 struct net_device *dev; in mvme147lance_probe() local 85 dev = alloc_etherdev(sizeof(struct m147lance_private)); in mvme147lance_probe() 86 if (!dev) in mvme147lance_probe() 90 sprintf(dev->name, "eth%d", unit); in mvme147lance_probe() 92 /* Fill the dev fields */ in mvme147lance_probe() 93 dev->base_addr = (unsigned long)MVME147_LANCE_BASE; in mvme147lance_probe() 94 dev->netdev_ops = &lance_netdev_ops; in mvme147lance_probe() 95 dev in mvme147lance_probe() 160 m147lance_open(struct net_device *dev) m147lance_open() argument 174 m147lance_close(struct net_device *dev) m147lance_close() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | pci.c | 48 ret = mt7615_mmio_probe(&pdev->dev, pcim_iomap_table(pdev)[0], in mt7615_pci_probe() 63 struct mt7615_dev *dev = container_of(mdev, struct mt7615_dev, mt76); in mt7615_pci_remove() local 65 mt7615_unregister_device(dev); in mt7615_pci_remove() 66 devm_free_irq(&pdev->dev, pdev->irq, dev); in mt7615_pci_remove() 74 struct mt7615_dev *dev = container_of(mdev, struct mt7615_dev, mt76); in mt7615_pci_suspend() local 78 err = mt7615_pm_wake(dev); in mt7615_pci_suspend() 82 hif_suspend = !test_bit(MT76_STATE_SUSPEND, &dev->mphy.state) && in mt7615_pci_suspend() 83 mt7615_firmware_offload(dev); in mt7615_pci_suspend() 85 err = mt7615_mcu_set_hif_suspend(dev, tru in mt7615_pci_suspend() 141 struct mt7615_dev *dev = container_of(mdev, struct mt7615_dev, mt76); mt7615_pci_resume() local [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/rtl8192e/ |
H A D | r8192E_firmware.c | 14 static bool _rtl92e_wait_for_fw(struct net_device *dev, u32 mask, u32 timeout) in _rtl92e_wait_for_fw() argument 19 if (rtl92e_readl(dev, CPU_GEN) & mask) in _rtl92e_wait_for_fw() 26 static bool _rtl92e_fw_boot_cpu(struct net_device *dev) in _rtl92e_fw_boot_cpu() argument 30 if (!_rtl92e_wait_for_fw(dev, CPU_GEN_PUT_CODE_OK, 200)) { in _rtl92e_fw_boot_cpu() 31 netdev_err(dev, "Firmware download failed.\n"); in _rtl92e_fw_boot_cpu() 34 netdev_dbg(dev, "Download Firmware: Put code ok!\n"); in _rtl92e_fw_boot_cpu() 36 CPU_status = rtl92e_readl(dev, CPU_GEN); in _rtl92e_fw_boot_cpu() 37 rtl92e_writeb(dev, CPU_GEN, in _rtl92e_fw_boot_cpu() 41 if (!_rtl92e_wait_for_fw(dev, CPU_GEN_BOOT_RDY, 200)) { in _rtl92e_fw_boot_cpu() 42 netdev_err(dev, "Firmwar in _rtl92e_fw_boot_cpu() 51 _rtl92e_fw_check_ready(struct net_device *dev, u8 load_fw_status) _rtl92e_fw_check_ready() argument 95 _rtl92e_fw_prepare(struct net_device *dev, struct rt_fw_blob *blob, const char *name, u8 padding) _rtl92e_fw_prepare() argument 131 rtl92e_init_fw(struct net_device *dev) rtl92e_init_fw() argument [all...] |
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ohci-sa1111.c | 121 static int sa1111_start_hc(struct sa1111_dev *dev) in sa1111_start_hc() argument 126 dev_dbg(&dev->dev, "starting SA-1111 OHCI USB Controller\n"); in sa1111_start_hc() 139 dev->mapbase + USB_RESET); in sa1111_start_hc() 145 ret = sa1111_enable_device(dev); in sa1111_start_hc() 148 writel_relaxed(usb_rst, dev->mapbase + USB_RESET); in sa1111_start_hc() 154 static void sa1111_stop_hc(struct sa1111_dev *dev) in sa1111_stop_hc() argument 158 dev_dbg(&dev->dev, "stopping SA-1111 OHCI USB Controller\n"); in sa1111_stop_hc() 163 usb_rst = readl_relaxed(dev in sa1111_stop_hc() 179 ohci_hcd_sa1111_probe(struct sa1111_dev *dev) ohci_hcd_sa1111_probe() argument 239 ohci_hcd_sa1111_remove(struct sa1111_dev *dev) ohci_hcd_sa1111_remove() argument 253 struct sa1111_dev *dev = to_sa1111_device(_dev); ohci_hcd_sa1111_shutdown() local [all...] |
/kernel/linux/linux-6.6/drivers/net/arcnet/ |
H A D | com20020-isa.c | 50 static int __init com20020isa_probe(struct net_device *dev) in com20020isa_probe() argument 54 struct arcnet_local *lp = netdev_priv(dev); in com20020isa_probe() 60 ioaddr = dev->base_addr; in com20020isa_probe() 62 arc_printk(D_NORMAL, dev, "No autoprobe (yet) for IO mapped cards; you must specify the base address!\n"); in com20020isa_probe() 66 arc_printk(D_NORMAL, dev, "IO region %xh-%xh already allocated.\n", in com20020isa_probe() 71 arc_printk(D_NORMAL, dev, "IO address %x empty\n", ioaddr); in com20020isa_probe() 75 if (com20020_check(dev)) { in com20020isa_probe() 80 if (!dev->irq) { in com20020isa_probe() 85 arc_printk(D_INIT_REASONS, dev, "intmask was %02Xh\n", in com20020isa_probe() 92 dev in com20020isa_probe() 146 struct net_device *dev; com20020_init() local [all...] |
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/rtl8192e/ |
H A D | r8192E_firmware.c | 14 static bool _rtl92e_wait_for_fw(struct net_device *dev, u32 mask, u32 timeout) in _rtl92e_wait_for_fw() argument 19 if (rtl92e_readl(dev, CPU_GEN) & mask) in _rtl92e_wait_for_fw() 26 static bool _rtl92e_fw_boot_cpu(struct net_device *dev) in _rtl92e_fw_boot_cpu() argument 30 if (!_rtl92e_wait_for_fw(dev, CPU_GEN_PUT_CODE_OK, 200)) { in _rtl92e_fw_boot_cpu() 31 netdev_err(dev, "Firmware download failed.\n"); in _rtl92e_fw_boot_cpu() 34 netdev_dbg(dev, "Download Firmware: Put code ok!\n"); in _rtl92e_fw_boot_cpu() 36 CPU_status = rtl92e_readl(dev, CPU_GEN); in _rtl92e_fw_boot_cpu() 37 rtl92e_writeb(dev, CPU_GEN, (CPU_status | CPU_GEN_PWR_STB_CPU) & 0xff); in _rtl92e_fw_boot_cpu() 40 if (!_rtl92e_wait_for_fw(dev, CPU_GEN_BOOT_RDY, 200)) { in _rtl92e_fw_boot_cpu() 41 netdev_err(dev, "Firmwar in _rtl92e_fw_boot_cpu() 50 _rtl92e_fw_check_ready(struct net_device *dev, u8 load_fw_status) _rtl92e_fw_check_ready() argument 90 _rtl92e_fw_prepare(struct net_device *dev, struct rt_fw_blob *blob, const char *name, u8 padding) _rtl92e_fw_prepare() argument 126 rtl92e_init_fw(struct net_device *dev) rtl92e_init_fw() argument [all...] |
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ieee80211/ |
H A D | dot11d.c | 50 void dot11d_update_country_ie(struct ieee80211_device *dev, u8 *pTaddr, in dot11d_update_country_ie() argument 53 struct rt_dot11d_info *dot11d_info = GET_DOT11D_INFO(dev); in dot11d_update_country_ie() 67 netdev_err(dev->dev, "%s: Invalid country IE, skip it 1\n", __func__); in dot11d_update_country_ie() 74 netdev_err(dev->dev, "%s: Invalid country IE, skip it 2\n", __func__); in dot11d_update_country_ie() 86 netdev_info(dev->dev, "Channel List:"); in dot11d_update_country_ie() 89 netdev_info(dev->dev, " in dot11d_update_country_ie() 100 dot11d_get_max_tx_pwr_in_dbm(struct ieee80211_device *dev, u8 Channel) dot11d_get_max_tx_pwr_in_dbm() argument 116 dot11d_scan_complete(struct ieee80211_device *dev) dot11d_scan_complete() argument 137 is_legal_channel(struct ieee80211_device *dev, u8 channel) is_legal_channel() argument 151 to_legal_channel(struct ieee80211_device *dev, u8 channel) to_legal_channel() argument [all...] |
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ohci-sa1111.c | 121 static int sa1111_start_hc(struct sa1111_dev *dev) in sa1111_start_hc() argument 126 dev_dbg(&dev->dev, "starting SA-1111 OHCI USB Controller\n"); in sa1111_start_hc() 136 dev->mapbase + USB_RESET); in sa1111_start_hc() 142 ret = sa1111_enable_device(dev); in sa1111_start_hc() 145 writel_relaxed(usb_rst, dev->mapbase + USB_RESET); in sa1111_start_hc() 151 static void sa1111_stop_hc(struct sa1111_dev *dev) in sa1111_stop_hc() argument 155 dev_dbg(&dev->dev, "stopping SA-1111 OHCI USB Controller\n"); in sa1111_stop_hc() 160 usb_rst = readl_relaxed(dev in sa1111_stop_hc() 176 ohci_hcd_sa1111_probe(struct sa1111_dev *dev) ohci_hcd_sa1111_probe() argument 261 ohci_hcd_sa1111_remove(struct sa1111_dev *dev) ohci_hcd_sa1111_remove() argument 273 struct sa1111_dev *dev = to_sa1111_device(_dev); ohci_hcd_sa1111_shutdown() local [all...] |
/kernel/linux/linux-6.6/drivers/fpga/ |
H A D | ice40-spi.c | 27 struct spi_device *dev; member 45 struct spi_device *dev = priv->dev; in ice40_fpga_ops_write_init() local 63 dev_err(&dev->dev, in ice40_fpga_ops_write_init() 69 spi_bus_lock(dev->master); in ice40_fpga_ops_write_init() 75 ret = spi_sync_locked(dev, &message); in ice40_fpga_ops_write_init() 86 dev_err(&dev->dev, "Device reset failed, CDONE is asserted\n"); in ice40_fpga_ops_write_init() 94 ret = spi_sync_locked(dev, in ice40_fpga_ops_write_init() 114 struct spi_device *dev = priv->dev; ice40_fpga_ops_write_complete() local 137 struct device *dev = &spi->dev; ice40_fpga_probe() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/dec/tulip/ |
H A D | timer.c | 21 struct net_device *dev = tp->dev; in tulip_media_task() local 28 netdev_dbg(dev, "Media selection tick, %s, status %08x mode %08x SIA %08x %08x %08x %08x\n", in tulip_media_task() 29 medianame[dev->if_port], in tulip_media_task() 48 netdev_dbg(dev, "network media monitor CSR6 %08x CSR12 0x%02x\n", in tulip_media_task() 62 netdev_dbg(dev, "Transceiver monitor tick CSR12=%#02x, no media sense\n", in tulip_media_task() 71 netdev_dbg(dev, "Transceiver monitor tick: CSR12=%#02x bit %d is %d, expecting %d\n", in tulip_media_task() 79 netdev_dbg(dev, "Link beat detected for %s\n", in tulip_media_task() 83 netif_carrier_on(dev); in tulip_media_task() 86 netif_carrier_off(dev); in tulip_media_task() 143 struct net_device *dev = tp->dev; mxic_timer() local 160 struct net_device *dev = tp->dev; comet_timer() local [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/ |
H A D | mtk_vcodec_dec_hw.c | 56 dev_err(&pdev->dev, "vdec %d is not ready", hw_idx); in mtk_vdec_hw_prob_done() 66 struct mtk_vdec_hw_dev *dev = priv; in mtk_vdec_hw_irq_handler() local 70 void __iomem *vdec_misc_addr = dev->reg_base[VDEC_HW_MISC] + in mtk_vdec_hw_irq_handler() 73 ctx = mtk_vcodec_get_curr_ctx(dev->main_dev, dev->hw_idx); in mtk_vdec_hw_irq_handler() 76 cg_status = readl(dev->reg_base[VDEC_HW_SYS] + VDEC_HW_ACTIVE_ADDR); in mtk_vdec_hw_irq_handler() 91 wake_up_dec_ctx(ctx, MTK_INST_IRQ_RECEIVED, dev->hw_idx); in mtk_vdec_hw_irq_handler() 99 static int mtk_vdec_hw_init_irq(struct mtk_vdec_hw_dev *dev) in mtk_vdec_hw_init_irq() argument 101 struct platform_device *pdev = dev->plat_dev; in mtk_vdec_hw_init_irq() 104 dev in mtk_vdec_hw_init_irq() 122 struct device *dev = &pdev->dev; mtk_vdec_hw_probe() local [all...] |
/kernel/linux/linux-6.6/drivers/input/misc/ |
H A D | stpmic1_onkey.c | 32 pm_wakeup_event(input_dev->dev.parent, 0); in onkey_falling_irq() 44 pm_wakeup_event(input_dev->dev.parent, 0); in onkey_rising_irq() 52 struct stpmic1 *pmic = dev_get_drvdata(pdev->dev.parent); in stpmic1_onkey_probe() 53 struct device *dev = &pdev->dev; in stpmic1_onkey_probe() local 59 onkey = devm_kzalloc(dev, sizeof(*onkey), GFP_KERNEL); in stpmic1_onkey_probe() 71 if (!device_property_read_u32(dev, "power-off-time-sec", &val)) { in stpmic1_onkey_probe() 73 dev_dbg(dev, "power-off-time=%d seconds\n", val); in stpmic1_onkey_probe() 77 dev_err(dev, "power-off-time-sec out of range\n"); in stpmic1_onkey_probe() 82 if (device_property_present(dev, "s in stpmic1_onkey_probe() 145 stpmic1_onkey_suspend(struct device *dev) stpmic1_onkey_suspend() argument 157 stpmic1_onkey_resume(struct device *dev) stpmic1_onkey_resume() argument [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A D | tc_vlan_modify.sh | 39 ip link add dev br0 type bridge vlan_filtering 1 mcast_snooping 0 41 ip link set dev $swp1 master br0 42 ip link set dev $swp2 master br0 44 ip link set dev br0 up 45 ip link set dev $swp1 up 46 ip link set dev $swp2 up 48 bridge vlan add dev $swp1 vid 85 49 bridge vlan add dev $swp2 vid 65 51 bridge vlan add dev $swp2 vid 85 52 bridge vlan add dev [all...] |
/third_party/mesa3d/src/gbm/main/ |
H A D | backend.c | 101 struct gbm_device *dev = bd->backend->v0.create_device(fd, abi_ver); in backend_create_device() local 103 if (dev) { in backend_create_device() 104 if (abi_ver != dev->v0.backend_version) { in backend_create_device() 105 _gbm_device_destroy(dev); in backend_create_device() 108 dev->v0.backend_desc = bd; in backend_create_device() 111 return dev; in backend_create_device() 117 struct gbm_device *dev = NULL; in load_backend() local 133 dev = backend_create_device(backend_desc, fd); in load_backend() 135 if (!dev) in load_backend() 138 return dev; in load_backend() 148 struct gbm_device *dev = NULL; find_backend() local 181 struct gbm_device *dev = NULL; override_backend() local 194 struct gbm_device *dev = NULL; backend_from_driver_name() local 217 struct gbm_device *dev; _gbm_create_device() local [all...] |
/kernel/linux/linux-5.10/drivers/firewire/ |
H A D | net.c | 174 struct fwnet_device *dev; member 177 /* guarded by dev->lock */ 193 struct fwnet_device *dev; member 249 net = neigh->dev; in fwnet_header_cache() 271 memcpy(haddr, skb->dev->dev_addr, FWNET_ALEN); in fwnet_header_parse() 450 /* caller must hold dev->lock */ 451 static struct fwnet_peer *fwnet_peer_find_by_guid(struct fwnet_device *dev, in fwnet_peer_find_by_guid() argument 456 list_for_each_entry(peer, &dev->peer_list, peer_link) in fwnet_peer_find_by_guid() 463 /* caller must hold dev->lock */ 464 static struct fwnet_peer *fwnet_peer_find_by_node_id(struct fwnet_device *dev, in fwnet_peer_find_by_node_id() argument 491 struct fwnet_device *dev; fwnet_finish_incoming_packet() local 569 fwnet_incoming_packet(struct fwnet_device *dev, __be32 *buf, int len, int source_node_id, int generation, bool is_broadcast) fwnet_incoming_packet() argument 718 struct fwnet_device *dev = callback_data; fwnet_receive_packet() local 760 struct fwnet_device *dev; fwnet_receive_broadcast() local 823 dec_queued_datagrams(struct fwnet_device *dev) dec_queued_datagrams() argument 833 struct fwnet_device *dev = ptask->dev; fwnet_transmit_packet_done() local 910 struct fwnet_device *dev = ptask->dev; fwnet_transmit_packet_failed() local 959 struct fwnet_device *dev; fwnet_send_packet() local 1056 fwnet_fifo_stop(struct fwnet_device *dev) fwnet_fifo_stop() argument 1065 fwnet_fifo_start(struct fwnet_device *dev) fwnet_fifo_start() argument 1086 __fwnet_broadcast_stop(struct fwnet_device *dev) __fwnet_broadcast_stop() argument 1104 fwnet_broadcast_stop(struct fwnet_device *dev) fwnet_broadcast_stop() argument 1112 fwnet_broadcast_start(struct fwnet_device *dev) fwnet_broadcast_start() argument 1198 set_carrier_state(struct fwnet_device *dev) set_carrier_state() argument 1209 struct fwnet_device *dev = netdev_priv(net); fwnet_open() local 1228 struct fwnet_device *dev = netdev_priv(net); fwnet_stop() local 1239 struct fwnet_device *dev = netdev_priv(net); fwnet_tx() local 1401 struct fwnet_device *dev; fwnet_dev_find() local 1410 fwnet_add_peer(struct fwnet_device *dev, struct fw_unit *unit, struct fw_device *device) fwnet_add_peer() argument 1449 struct fwnet_device *dev; fwnet_probe() local 1547 fwnet_remove_peer(struct fwnet_peer *peer, struct fwnet_device *dev) fwnet_remove_peer() argument 1566 struct fwnet_device *dev = peer->dev; fwnet_remove() local [all...] |
/kernel/linux/linux-6.6/drivers/media/pci/saa7134/ |
H A D | saa7134-dvb.c | 72 static int pinnacle_antenna_pwr(struct saa7134_dev *dev, int on) in pinnacle_antenna_pwr() argument 170 struct saa7134_dev *dev = fe->dvb->priv; in mt352_pinnacle_tuner_set_params() local 179 i2c_transfer(&dev->i2c_adap, &msg, 1); in mt352_pinnacle_tuner_set_params() 180 saa_call_all(dev, tuner, s_frequency, &f); in mt352_pinnacle_tuner_set_params() 184 i2c_transfer(&dev->i2c_adap, &msg, 1); in mt352_pinnacle_tuner_set_params() 186 pinnacle_antenna_pwr(dev, antenna_pwr); in mt352_pinnacle_tuner_set_params() 229 struct saa7134_dev *dev = fe->dvb->priv; in kworld_sbtvd_gate_ctrl() local 236 if (i2c_transfer(&dev->i2c_adap, &msg, 1) != 1) { in kworld_sbtvd_gate_ctrl() 244 if (i2c_transfer(&dev->i2c_adap, &msg, 1) != 1) { in kworld_sbtvd_gate_ctrl() 259 struct saa7134_dev *dev in philips_tda1004x_request_firmware() local 270 struct saa7134_dev *dev = fe->dvb->priv; philips_tda6651_pll_set() local 358 struct saa7134_dev *dev = fe->dvb->priv; philips_tu1216_init() local 403 struct saa7134_dev *dev = fe->dvb->priv; philips_td1316_tuner_init() local 424 struct saa7134_dev *dev = fe->dvb->priv; philips_td1316_tuner_sleep() local 442 struct saa7134_dev *dev = fe->dvb->priv; philips_europa_tuner_init() local 458 struct saa7134_dev *dev = fe->dvb->priv; philips_europa_tuner_sleep() local 475 struct saa7134_dev *dev = fe->dvb->priv; philips_europa_demod_sleep() local 544 struct saa7134_dev *dev = fe->dvb->priv; philips_tda827x_tuner_init() local 564 struct saa7134_dev *dev = fe->dvb->priv; philips_tda827x_tuner_sleep() local 582 configure_tda827x_fe(struct saa7134_dev *dev, struct tda1004x_config *cdec_conf, struct tda827x_config *tuner_conf) configure_tda827x_fe() argument 888 struct saa7134_dev *dev = fe->dvb->priv; ads_duo_tuner_init() local 897 struct saa7134_dev *dev = fe->dvb->priv; ads_duo_tuner_sleep() local 981 struct saa7134_dev *dev = fe->dvb->priv; md8800_set_voltage() local 994 struct saa7134_dev *dev = fe->dvb->priv; md8800_set_high_voltage() local 1007 struct saa7134_dev *dev = fe->dvb->priv; md8800_set_voltage2() local 1213 dvb_init(struct saa7134_dev *dev) dvb_init() argument 1946 dvb_fini(struct saa7134_dev *dev) dvb_fini() argument [all...] |
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ndisc.c | 73 const struct net_device *dev, 76 static bool ndisc_allow_add(const struct net_device *dev, 171 __ndisc_fill_addr_option(skb, type, data, skb->dev->addr_len, in ndisc_fill_addr_option() 172 ndisc_addr_option_pad(skb->dev->type)); in ndisc_fill_addr_option() 173 ndisc_ops_fill_addr_option(skb->dev, skb, icmp6_type); in ndisc_fill_addr_option() 181 ndisc_ops_fill_redirect_addr_option(skb->dev, skb, ops_data); in ndisc_fill_redirect_addr_option() 197 static inline int ndisc_is_useropt(const struct net_device *dev, in ndisc_is_useropt() argument 205 ndisc_ops_is_useropt(dev, opt->nd_opt_type); in ndisc_is_useropt() 208 static struct nd_opt_hdr *ndisc_next_useropt(const struct net_device *dev, in ndisc_next_useropt() argument 216 } while (cur < end && !ndisc_is_useropt(dev, cu in ndisc_next_useropt() 220 ndisc_parse_options(const struct net_device *dev, u8 *opt, int opt_len, struct ndisc_options *ndopts) ndisc_parse_options() argument 289 ndisc_mc_map(const struct in6_addr *addr, char *buf, struct net_device *dev, int dir) ndisc_mc_map() argument 315 ndisc_hash(const void *pkey, const struct net_device *dev, __u32 *hash_rnd) ndisc_hash() argument 330 struct net_device *dev = neigh->dev; ndisc_constructor() local 379 struct net_device *dev = n->dev; pndisc_constructor() local 392 struct net_device *dev = n->dev; pndisc_destructor() local 401 ndisc_allow_add(const struct net_device *dev, struct netlink_ext_ack *extack) ndisc_allow_add() argument 414 ndisc_alloc_skb(struct net_device *dev, int len) ndisc_alloc_skb() argument 521 ndisc_send_na(struct net_device *dev, const struct in6_addr *daddr, const struct in6_addr *solicited_addr, bool router, bool solicited, bool override, bool inc_opt) ndisc_send_na() argument 577 ndisc_send_unsol_na(struct net_device *dev) ndisc_send_unsol_na() argument 603 ndisc_ns_create(struct net_device *dev, const struct in6_addr *solicit, const struct in6_addr *saddr, u64 nonce) ndisc_ns_create() argument 650 ndisc_send_ns(struct net_device *dev, const struct in6_addr *solicit, const struct in6_addr *daddr, const struct in6_addr *saddr, u64 nonce) ndisc_send_ns() argument 670 ndisc_send_rs(struct net_device *dev, const struct in6_addr *saddr, const struct in6_addr *daddr) ndisc_send_rs() argument 739 struct net_device *dev = neigh->dev; ndisc_solicit() local 763 pndisc_is_router(const void *pkey, struct net_device *dev) pndisc_is_router() argument 778 ndisc_update(const struct net_device *dev, struct neighbour *neigh, const u8 *lladdr, u8 new, u32 flags, u8 icmp6_type, struct ndisc_options *ndopts) ndisc_update() argument 796 struct net_device *dev = skb->dev; ndisc_recv_ns() local 972 accept_untracked_na(struct net_device *dev, struct in6_addr *saddr) accept_untracked_na() argument 1000 struct net_device *dev = skb->dev; ndisc_recv_na() local 1664 struct net_device *dev = skb->dev; ndisc_send_redirect() local 1869 struct net_device *dev = netdev_notifier_info_to_dev(ptr); ndisc_netdev_event() local 1943 struct net_device *dev = ctl->extra1; ndisc_ifinfo_sysctl_change() local [all...] |
/kernel/linux/linux-6.6/drivers/fsi/ |
H A D | fsi-core.c | 94 /* Legacy /dev numbering: 4 devices per chip, 16 chips */ 111 * dev: Structure passed to FSI client device drivers on probe(). 120 int fsi_device_read(struct fsi_device *dev, uint32_t addr, void *val, in fsi_device_read() argument 123 if (addr > dev->size || size > dev->size || addr > dev->size - size) in fsi_device_read() 126 return fsi_slave_read(dev->slave, dev->addr + addr, val, size); in fsi_device_read() 130 int fsi_device_write(struct fsi_device *dev, uint32_t addr, const void *val, in fsi_device_write() argument 133 if (addr > dev in fsi_device_write() 140 fsi_device_peek(struct fsi_device *dev, void *val) fsi_device_peek() argument 157 struct fsi_device *dev; fsi_create_device() local 401 fsi_device_node_matches(struct device *dev, struct device_node *np, uint32_t addr, uint32_t size) fsi_device_node_matches() argument 425 fsi_device_find_of_node(struct fsi_device *dev) fsi_device_find_of_node() argument 457 struct fsi_device *dev; fsi_slave_scan() local 620 fsi_slave_release(struct device *dev) fsi_slave_release() argument 765 send_term_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) send_term_store() argument 781 slave_send_echo_show(struct device *dev, struct device_attribute *attr, char *buf) slave_send_echo_show() argument 790 slave_send_echo_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) slave_send_echo_store() argument 825 chip_id_show(struct device *dev, struct device_attribute *attr, char *buf) chip_id_show() argument 836 cfam_id_show(struct device *dev, struct device_attribute *attr, char *buf) cfam_id_show() argument 864 cfam_devnode(const struct device *dev, umode_t *mode, kuid_t *uid, kgid_t *gid) cfam_devnode() argument 882 fsi_cdev_devnode(const struct device *dev, umode_t *mode, kuid_t *uid, kgid_t *gid) fsi_cdev_devnode() argument 975 fsi_free_minor(dev_t dev) fsi_free_minor() argument 1231 fsi_slave_remove_device(struct device *dev, void *arg) fsi_slave_remove_device() argument 1237 fsi_master_remove_slave(struct device *dev, void *arg) fsi_master_remove_slave() argument 1266 master_rescan_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) master_rescan_store() argument 1281 master_break_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) master_break_store() argument 1364 fsi_bus_match(struct device *dev, struct device_driver *drv) fsi_bus_match() argument [all...] |