Searched refs:identify (Results 1 - 25 of 69) sorted by path

123

/linux-master/drivers/pcmcia/
H A Di82365.c572 static int __init identify(unsigned int port, u_short sock) function
629 } /* identify */
791 id = identify(i365_base, 0);
792 if ((id == IS_I82365DF) && (identify(i365_base, 1) != id)) {
797 if (identify(port, sock) == IS_I82365DF) {
808 id = identify(port, sock);
813 if ((ignore == i+j) || (identify(port, sock+j) < 0))
/linux-master/Documentation/sphinx/
H A Dparse-headers.pl340 parse_headers.pl - parse a C file, in order to identify functions, structs,
/linux-master/arch/mips/dec/prom/
H A DMakefile7 lib-y += init.o memory.o cmdline.o identify.o console.o
/linux-master/arch/mips/fw/arc/
H A DMakefile9 lib-y += cmdline.o env.o file.o identify.o init.o \
/linux-master/drivers/block/mtip32xx/
H A Dmtip32xx.c1051 * ATA identify data contains strings in byte-swapped 16-bit words.
1079 *timeout = ((*(dd->port->identify + 90) * 2) * 60000);
1081 *timeout = ((*(dd->port->identify + 89) * 2) * 60000);
1103 * identify information is still read from the drive and placed
1104 * into the identify data buffer (@e port->identify) in the
1106 * When the identify buffer contains valid identify information @e
1110 * @user_buffer A user space buffer where the identify data should be
1132 /* Set the identify informatio
[all...]
H A Dmtip32xx.h326 * identify field is valid.
366 * Pointer to the beginning of the identify data memory as used
369 u16 *identify; member in struct:mtip_port
371 * Pointer to the beginning of the identify data memory as used
/linux-master/drivers/hwmon/pmbus/
H A Dmax16601.c251 .identify = max16601_identify,
H A Dmpq8785.c56 .identify = mpq8785_identify,
H A Dpmbus.c186 info->identify = pmbus_identify;
H A Dpmbus.h456 * The identify function determines supported PMBus functionality.
460 int (*identify)(struct i2c_client *client, member in struct:pmbus_driver_info
H A Dpmbus_core.c2648 if (info->identify) {
2649 ret = (*info->identify)(client, info);
2664 dev_err(dev, "Failed to identify chip capabilities\n");
H A Dpxe1610.c87 .identify = pxe1610_identify,
H A Dtps53679.c250 info->identify = tps53679_identify;
253 info->identify = tps53676_identify;
258 info->identify = tps53679_identify;
263 info->identify = tps53681_identify;
H A Dxdpe12284.c147 .identify = xdpe122_identify,
/linux-master/drivers/message/fusion/
H A Dmptsas.c110 static void mptsas_parse_device_info(struct sas_identify *identify,
414 if (port_info->phy_info[i].identify.handle == handle) {
446 if (port_info->phy_info[i].identify.sas_address ==
629 if (rphy->identify.sas_address == sas_address) {
792 rphy->identify.sas_address);
1448 struct sas_identify identify; local
1492 mptsas_parse_device_info(&identify, &phy_info->attached);
1501 rphy->identify = identify;
1788 rphy->identify
3004 mptsas_parse_device_info(struct sas_identify *identify, struct mptsas_devinfo *device_info) argument
3223 struct sas_identify identify; local
[all...]
H A Dmptsas.h167 struct mptsas_devinfo identify; /* point to phy device info */ member in struct:mptsas_phyinfo
/linux-master/drivers/net/ethernet/amd/pds_core/
H A Ddev.c242 .identify.opcode = PDS_CORE_CMD_IDENTIFY,
243 .identify.ver = PDS_CORE_IDENTITY_VERSION_1,
302 dev_err(pdsc->dev, "Cannot identify device: %pe\n",
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82598.c73 /* Call PHY identify routine to get the phy type */
104 phy->ops.identify(hw);
121 /* Call SFP+ identify routine to get the SFP+ module type */
1174 .identify = &ixgbe_identify_phy_generic,
H A Dixgbe_82599.c292 ret_val = phy->ops.identify(hw);
2235 .identify = &ixgbe_identify_phy_82599,
H A Dixgbe_common.c280 hw->phy.ops.identify(hw);
474 hw->phy.ops.identify(hw);
3249 * Contains the logic to identify if we need to verify link for the
H A Dixgbe_type.h3498 int (*identify)(struct ixgbe_hw *); member in struct:ixgbe_phy_operations
H A Dixgbe_x540.c893 .identify = &ixgbe_identify_phy_generic,
H A Dixgbe_x550.c3257 ret_val = phy->ops.identify(hw);
4037 .identify = &ixgbe_identify_phy_generic,
4046 .identify = &ixgbe_identify_phy_x550em,
4055 .identify = ixgbe_identify_phy_x550em,
4066 .identify = &ixgbe_identify_phy_x550em,
4077 .identify = ixgbe_identify_phy_fw,
/linux-master/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_nsp.c858 struct nfp_nsp_command_buf_arg identify = { local
867 return nfp_nsp_command_buf(state, &identify);
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_dev.c357 .identify.opcode = IONIC_CMD_IDENTIFY,
358 .identify.ver = ver,

Completed in 462 milliseconds

123