Searched defs:dev (Results 76 - 100 of 2506) sorted by last modified time

1234567891011>>

/freebsd-11-stable/sys/dev/usb/serial/
H A Dumodem.c319 umodem_probe(device_t dev) argument
338 umodem_attach(device_t dev) argument
949 umodem_detach(device_t dev) argument
990 umodem_handle_request(device_t dev, const void *preq, void **pptr, uint16_t *plen, uint16_t offset, uint8_t *pstate) argument
[all...]
H A Dugensa.c172 ugensa_probe(device_t dev) argument
189 ugensa_attach(device_t dev) argument
266 ugensa_detach(device_t dev) argument
[all...]
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_all.c5787 struct scsi_transportid_iscsi_device *dev; local
H A Dscsi_sg.c105 struct cdev *dev; member in struct:sg_softc
433 sgopen(struct cdev *dev, int flags, int fmt, struct thread *td) argument
469 sgclose(struct cdev *dev, int flag, int fmt, struct thread *td) argument
502 sgioctl(struct cdev *dev, u_lon argument
676 sgwrite(struct cdev *dev, struct uio *uio, int ioflag) argument
798 sgread(struct cdev *dev, struct uio *uio, int ioflag) argument
[all...]
/freebsd-11-stable/sys/fs/udf/
H A Dudf_vfsops.c309 struct cdev *dev; local
/freebsd-11-stable/sys/dev/usb/net/
H A Dif_axge.c281 axge_miibus_readreg(device_t dev, int phy, int reg) argument
301 axge_miibus_writereg(device_t dev, int phy, int reg, int val) argument
322 axge_miibus_statchg(device_t dev) argument
520 axge_probe(device_t dev) argument
540 axge_attach(device_t dev) argument
582 axge_detach(device_t dev) argument
[all...]
H A Dif_urndis.c203 urndis_probe(device_t dev) argument
218 urndis_attach(device_t dev) argument
338 urndis_detach(device_t dev) argument
418 urndis_suspend(device_t dev) argument
426 urndis_resume(device_t dev) argument
[all...]
H A Dif_ure.c335 ure_miibus_readreg(device_t dev, int phy, int reg) argument
354 ure_miibus_writereg(device_t dev, int phy, int reg, int val) argument
375 ure_miibus_statchg(device_t dev) argument
418 ure_probe(device_t dev) argument
438 ure_attach(device_t dev) argument
476 ure_detach(device_t dev) argument
[all...]
/freebsd-11-stable/sys/dev/uart/
H A Duart_core.c454 uart_bus_ihand(device_t dev, int ipend) argument
473 uart_bus_ipend(device_t dev) argument
482 uart_bus_sysdev(device_t dev) argument
491 uart_bus_probe(device_t dev, int regshft, int regiowidth, int rclk, int rid, int chan, int quirks) argument
568 uart_bus_attach(device_t dev) argument
765 uart_bus_detach(device_t dev) argument
805 uart_bus_resume(device_t dev) argument
[all...]
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_port.c32 int mlx5_core_access_reg(struct mlx5_core_dev *dev, void *data_in, argument
82 int mlx5_query_pcam_reg(struct mlx5_core_dev *dev, u32 *pcam, u8 feature_group, argument
94 int mlx5_query_mcam_reg(struct mlx5_core_dev *dev, u32 *mcam, u8 feature_group, argument
117 void mlx5_toggle_port_link(struct mlx5_core_dev *dev) argument
128 mlx5_set_port_caps(struct mlx5_core_dev *dev, u8 port_num, u32 caps) argument
145 mlx5_query_port_ptys(struct mlx5_core_dev *dev, u32 *ptys, int ptys_size, int proto_mask, u8 local_port) argument
162 mlx5_query_port_proto_cap(struct mlx5_core_dev *dev, u32 *proto_cap, int proto_mask) argument
181 mlx5_query_port_autoneg(struct mlx5_core_dev *dev, int proto_mask, u8 *an_disable_cap, u8 *an_disable_status) argument
198 mlx5_set_port_autoneg(struct mlx5_core_dev *dev, bool disable, u32 eth_proto_admin, int proto_mask) argument
226 mlx5_query_port_proto_admin(struct mlx5_core_dev *dev, u32 *proto_admin, int proto_mask) argument
245 mlx5_query_port_eth_proto_oper(struct mlx5_core_dev *dev, u32 *proto_oper, u8 local_port) argument
262 mlx5_set_port_proto(struct mlx5_core_dev *dev, u32 proto_admin, int proto_mask, bool ext) argument
286 mlx5_set_port_status(struct mlx5_core_dev *dev, enum mlx5_port_status status) argument
303 mlx5_query_port_status(struct mlx5_core_dev *dev, u8 *status) argument
320 mlx5_query_port_admin_status(struct mlx5_core_dev *dev, enum mlx5_port_status *status) argument
337 mlx5_query_port_mtu(struct mlx5_core_dev *dev, int *admin_mtu, int *max_mtu, int *oper_mtu) argument
361 mlx5_set_port_mtu(struct mlx5_core_dev *dev, int mtu) argument
374 mlx5_query_port_max_mtu(struct mlx5_core_dev *dev, int *max_mtu) argument
380 mlx5_set_port_pause_and_pfc(struct mlx5_core_dev *dev, u32 port, u8 rx_pause, u8 tx_pause, u8 pfc_en_rx, u8 pfc_en_tx) argument
405 mlx5_query_port_pause(struct mlx5_core_dev *dev, u32 port, u32 *rx_pause, u32 *tx_pause) argument
425 mlx5_query_port_pfc(struct mlx5_core_dev *dev, u8 *pfc_en_tx, u8 *pfc_en_rx) argument
445 mlx5_query_port_oper_mtu(struct mlx5_core_dev *dev, int *oper_mtu) argument
451 mlx5_is_wol_supported(struct mlx5_core_dev *dev) argument
474 mlx5_set_wol(struct mlx5_core_dev *dev, u8 wol_mode) argument
487 mlx5_query_dropless_mode(struct mlx5_core_dev *dev, u16 *timeout) argument
507 mlx5_set_dropless_mode(struct mlx5_core_dev *dev, u16 timeout) argument
520 mlx5_core_access_pvlc(struct mlx5_core_dev *dev, struct mlx5_pvlc_reg *pvlc, int write) argument
548 mlx5_core_access_ptys(struct mlx5_core_dev *dev, struct mlx5_ptys_reg *ptys, int write) argument
621 mtu_to_ib_mtu(struct mlx5_core_dev *dev, int mtu) argument
635 mlx5_core_access_pmtu(struct mlx5_core_dev *dev, struct mlx5_pmtu_reg *pmtu, int write) argument
679 mlx5_query_module_num(struct mlx5_core_dev *dev, int *module_num) argument
700 mlx5_query_eeprom(struct mlx5_core_dev *dev, int i2c_addr, int page_num, int device_addr, int size, int module_num, u32 *data, int *size_read) argument
734 mlx5_vxlan_udp_port_add(struct mlx5_core_dev *dev, u16 port) argument
754 mlx5_vxlan_udp_port_delete(struct mlx5_core_dev *dev, u16 port) argument
774 mlx5_query_wol(struct mlx5_core_dev *dev, u8 *wol_mode) argument
1345 mlx5_port_query_eth_proto(struct mlx5_core_dev *dev, u8 port, bool ext, struct mlx5e_port_eth_proto *eproto) argument
[all...]
/freebsd-11-stable/sys/dev/sume/
H A Dif_sume.c183 sume_probe(device_t dev) argument
220 device_t dev = adapter->dev; local
325 device_t dev = adapter->dev; local
565 device_t dev = adapter->dev; local
1209 device_t dev = adapter->dev; local
1296 device_t dev = adapter->dev; local
1438 sume_attach(device_t dev) argument
1527 sume_detach(device_t dev) argument
[all...]
H A Dadapter.h182 device_t dev; member in struct:sume_adapter
/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_os.c126 qla_pci_probe(device_t dev) argument
149 device_t dev = ha->pci_dev; local
237 qla_pci_attach(device_t dev) argument
408 qla_pci_detach(device_t dev) argument
473 device_t dev; local
541 device_t dev; local
614 device_t dev; local
660 qla_init_ifnet(device_t dev, qla_host_t *ha) argument
1141 device_t dev; local
[all...]
/freebsd-11-stable/sys/dev/e1000/
H A Dif_em.c477 em_probe(device_t dev) argument
529 em_attach(device_t dev) argument
852 em_detach(device_t dev) argument
917 em_shutdown(device_t dev) argument
926 em_suspend(device_t dev) argument
942 em_resume(device_t dev) argument
1375 device_t dev = adapter->dev; local
2390 device_t dev = adapter->dev; local
2524 device_t dev = adapter->dev; local
2549 device_t dev = adapter->dev; local
2578 device_t dev = adapter->dev; local
2635 device_t dev = adapter->dev; local
2770 device_t dev = adapter->dev; local
2843 device_t dev = adapter->dev; local
3014 device_t dev = adapter->dev; local
3046 device_t dev = adapter->dev; local
3210 em_setup_interface(device_t dev, struct adapter *adapter) argument
3428 device_t dev = adapter->dev; local
3558 device_t dev = adapter->dev; local
4344 device_t dev = adapter->dev; local
5291 em_get_wakeup(device_t dev) argument
5367 em_enable_wakeup(device_t dev) argument
5540 device_t dev = adapter->dev; local
5700 device_t dev = adapter->dev; local
6198 device_t dev = adapter->dev; local
6243 device_t dev = adapter->dev; local
6270 device_t dev; local
6289 device_t dev; local
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vfsops.c347 zfs_create_unique_device(dev_t *dev) argument
/freebsd-11-stable/sys/dev/usb/
H A Dusb_dev.c872 usb_open(struct cdev *dev, int fflags, int devtype, struct thread *td) argument
1057 usb_ioctl(struct cdev *dev, u_long cmd, caddr_t addr, int fflag, struct thread* td) argument
1250 usb_kqfilter(struct cdev* dev, struct knote *kn) argument
1300 usb_poll(struct cdev* dev, int events, struct thread* td) argument
1405 usb_read(struct cdev *dev, struct uio *uio, int ioflag) argument
1528 usb_write(struct cdev *dev, struct uio *uio, int ioflag) argument
1669 usb_static_ioctl(struct cdev *dev, u_long cmd, caddr_t data, int fflag, struct thread *td) argument
[all...]
/freebsd-11-stable/sys/dev/usb/storage/
H A Dustorage_fs.c331 ustorage_fs_probe(device_t dev) argument
351 ustorage_fs_attach(device_t dev) argument
432 ustorage_fs_detach(device_t dev) argument
446 ustorage_fs_suspend(device_t dev) argument
453 ustorage_fs_resume(device_t dev) argument
482 ustorage_fs_handle_request(device_t dev, const void *preq, void **pptr, uint16_t *plen, uint16_t offset, uint8_t *pstate) argument
[all...]
/freebsd-11-stable/usr.sbin/efibootmgr/
H A Defibootmgr.c706 char *dev, *relpath, *abspath; local
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_main.c162 struct ib_uverbs_device *dev = local
353 static void ib_uverbs_comp_dev(struct ib_uverbs_device *dev) argument
932 struct ib_uverbs_device *dev; local
1003 struct ib_uverbs_device *dev = file->device; local
1056 struct ib_uverbs_device *dev = dev_get_drvdata(device); local
1075 struct ib_uverbs_device *dev = dev_get_drvdata(device); local
1126 struct ib_uverbs_device *dev = dev_get_drvdata(device); local
1139 struct ib_uverbs_device *dev = dev_get_drvdata(device); local
1367 uverbs_devnode(struct device *dev, umode_t *mode) argument
[all...]
H A Dib_user_mad.c90 struct device *dev; member in struct:ib_umad_port
144 struct ib_umad_device *dev = local
982 struct ib_umad_device *dev = file->port->umad_dev; local
1110 show_ibdev(struct device *dev, struct device_attribute *attr, char *buf) argument
1122 show_port(struct device *dev, struct device_attribute *attr, char *buf) argument
1350 umad_devnode(struct device *dev, umode_t *mode) argument
[all...]
H A Dib_ucma.c1749 static ssize_t show_abi_version(struct device *dev, argument
H A Dib_ucm.c66 struct device dev; member in struct:ib_ucm_device
1203 static void ib_ucm_release_dev(struct device *dev) argument
1225 static ssize_t show_ibdev(struct device *dev, struct device_attribute *attr, argument
[all...]
H A Dib_device.c176 struct ib_device *dev = container_of(device, struct ib_device, dev); local
272 verify_immutable(const struct ib_device *dev, u8 port) argument
310 ib_get_device_fw_str(struct ib_device *dev, char *str, size_t str_len) argument
769 struct ib_device *dev; local
959 ib_get_net_dev_by_params(struct ib_device *dev, u8 port, u16 pkey, const union ib_gid *gid, const struct sockaddr *addr) argument
[all...]
H A Dib_cm.c3906 static char *cm_devnode(struct device *dev, umode_t *mode) argument
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_main.c695 static int mthca_setup_hca(struct mthca_dev *dev) argument
[all...]

Completed in 219 milliseconds

1234567891011>>