Searched refs:ids (Results 126 - 150 of 376) sorted by relevance

1234567891011>>

/linux-master/drivers/scsi/
H A Dscsi_transport_fc.c31 struct device *pdev, struct fc_vport_identifiers *ids,
3041 * @ids: The world wide names, fc address, and FC4 port
3052 struct fc_rport_identifiers *ids)
3072 memcpy(&rport->node_name, &ids->node_name, sizeof(rport->node_name));
3073 memcpy(&rport->port_name, &ids->port_name, sizeof(rport->port_name));
3074 rport->port_id = ids->port_id;
3075 rport->roles = ids->roles;
3143 * @ids: The world wide names, fc address, and FC4 port
3179 struct fc_rport_identifiers *ids)
3206 if (rport->port_name == ids
3051 fc_remote_port_create(struct Scsi_Host *shost, int channel, struct fc_rport_identifiers *ids) argument
3178 fc_remote_port_add(struct Scsi_Host *shost, int channel, struct fc_rport_identifiers *ids) argument
3828 fc_vport_setup(struct Scsi_Host *shost, int channel, struct device *pdev, struct fc_vport_identifiers *ids, struct fc_vport **ret_vport) argument
3952 fc_vport_create(struct Scsi_Host *shost, int channel, struct fc_vport_identifiers *ids) argument
[all...]
/linux-master/arch/powerpc/platforms/pseries/
H A Dvio.c1194 * @ids: array of VIO device id structures to search in
1202 const struct vio_device_id *ids, const struct vio_dev *dev)
1204 while (ids->type[0] != '\0') {
1205 if ((strncmp(dev->type, ids->type, strlen(ids->type)) == 0) &&
1207 ids->compat))
1208 return ids;
1209 ids++;
1583 const struct vio_device_id *ids = vio_drv->id_table; local
1585 return (ids !
1201 vio_match_device( const struct vio_device_id *ids, const struct vio_dev *dev) argument
[all...]
/linux-master/drivers/acpi/
H A Dacpi_video.c103 .ids = video_device_ids,
1083 struct acpi_video_enumerated_device *ids; local
1087 ids = &video->attached_array[i];
1088 if ((ids->value.int_val & 0xffff) == device_id)
1089 return &ids->value.attrib;
1099 struct acpi_video_enumerated_device *ids; local
1103 ids = &video->attached_array[i];
1104 if ((ids->value.int_val & 0xffff) == device_id)
1105 return ids->value.int_val;
1204 * bind the ids wit
1237 struct acpi_video_enumerated_device *ids; local
[all...]
/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_tablet.py842 @pytest.mark.parametrize("scribble", [True, False], ids=["scribble", "static"])
854 @pytest.mark.parametrize("scribble", [True, False], ids=["scribble", "static"])
872 @pytest.mark.parametrize("scribble", [True, False], ids=["scribble", "static"])
888 @pytest.mark.parametrize("scribble", [True, False], ids=["scribble", "static"])
904 @pytest.mark.parametrize("scribble", [True, False], ids=["scribble", "static"])
924 @pytest.mark.parametrize("scribble", [True, False], ids=["scribble", "static"])
944 @pytest.mark.parametrize("scribble", [True, False], ids=["scribble", "static"])
/linux-master/drivers/clk/renesas/
H A Drenesas-cpg-mssr.c987 unsigned int *ids = NULL; local
1025 ids = krealloc_array(ids, (num + 1), sizeof(*ids), GFP_KERNEL);
1026 if (!ids) {
1036 ids[num] = info->num_total_core_clks + idx;
1043 priv->reserved_ids = ids;
/linux-master/include/linux/crush/
H A Dcrush.h157 * Replacement weights and ids for a given straw2 bucket, for
176 __s32 *ids; /*!< values to use instead of items */ member in struct:crush_choose_arg
185 * Replacement weights and ids for each bucket in the crushmap. The
/linux-master/drivers/s390/scsi/
H A Dzfcp_ccw.c284 .ids = zfcp_ccw_device_id,
H A Dzfcp_scsi.c724 struct fc_rport_identifiers ids; local
730 ids.node_name = port->wwnn;
731 ids.port_name = port->wwpn;
732 ids.port_id = port->d_id;
733 ids.roles = FC_RPORT_ROLE_FCP_TARGET;
738 rport = fc_remote_port_add(port->adapter->scsi_host, 0, &ids);
/linux-master/include/linux/
H A Dhid-sensor-hub.h10 #include <linux/hid-sensor-ids.h>
/linux-master/drivers/platform/x86/
H A Dtoshiba_haps.c255 .ids = haps_device_ids,
H A Dxo15-ebook.c158 .ids = ebook_device_ids,
H A Dclassmate-laptop.c440 .ids = cmpc_accel_device_ids_v4,
666 .ids = cmpc_accel_device_ids,
760 .ids = cmpc_tablet_device_ids,
1002 .ids = cmpc_ipml_device_ids,
1070 .ids = cmpc_keys_device_ids,
/linux-master/arch/x86/platform/olpc/
H A Dolpc-xo15-sci.c218 .ids = xo15_sci_device_ids,
/linux-master/drivers/video/backlight/
H A Dapple_bl.c211 .ids = apple_bl_ids,
/linux-master/drivers/iio/light/
H A Dacpi-als.c241 .ids = acpi_als_device_ids,
/linux-master/drivers/scsi/qedf/
H A Dqedf_main.c749 rdata->ids.port_id);
762 io_req->sc_cmd, sc_cmd, rdata->ids.port_id);
772 refcount, rdata->ids.port_id);
784 io_req->xid, rdata->ids.port_id);
807 rdata->ids.port_id);
898 fcport, fcport->rdata->ids.port_id);
1025 if (rdata->ids.port_id == port_id) {
1316 "portid=%06x.\n", fcport->rdata->ids.port_id);
1321 "for portid=%06x.\n", fcport->rdata->ids.port_id);
1327 "fw_cid=%08x handle=%d.\n", fcport->rdata->ids
[all...]
/linux-master/drivers/s390/crypto/
H A Dvfio_ap_drv.c52 .ids = ap_queue_ids,
/linux-master/tools/include/linux/
H A Dbtf_ids.h10 u32 ids[]; member in struct:btf_id_set
/linux-master/drivers/gpu/drm/v3d/
H A Dv3d_submit.c653 u64 ids; local
664 if (copy_from_user(&ids, kperfmon_ids++, sizeof(ids))) {
669 ids_pointer = u64_to_user_ptr(ids);
724 u64 ids; local
735 if (copy_from_user(&ids, kperfmon_ids++, sizeof(ids))) {
740 ids_pointer = u64_to_user_ptr(ids);
/linux-master/drivers/platform/x86/intel/
H A Dvbtn.c385 const struct acpi_device_id *ids = context; local
388 if (dev && acpi_match_device_ids(dev, ids) == 0)
/linux-master/sound/soc/codecs/
H A Dcs4234.c740 uint8_t ids[3]; local
791 ret = regmap_bulk_read(cs4234->regmap, CS4234_DEVID_AB, ids, ARRAY_SIZE(ids));
797 devid = (ids[0] << 16) | (ids[1] << 8) | ids[2];
/linux-master/tools/bpf/bpftool/
H A Dgen.c2383 unsigned int *ids = ctx; local
2385 *type_id = ids[*type_id];
2394 unsigned int *ids = NULL; local
2404 ids = calloc(n, sizeof(*ids));
2405 if (!ids) {
2410 /* first pass: add all marked types to btf_new and add their new ids to the ids map */
2463 ids[i] = new_id;
2466 /* second pass: fix up type ids */
[all...]
/linux-master/drivers/usb/typec/
H A Dclass.c472 struct ida *ids; local
475 ids = &to_typec_partner(dev)->mode_ids;
477 ids = &to_typec_plug(dev)->mode_ids;
479 ids = &to_typec_port(dev)->mode_ids;
481 return ida_alloc(ids, GFP_KERNEL);
486 struct ida *ids; local
489 ids = &to_typec_partner(dev)->mode_ids;
491 ids = &to_typec_plug(dev)->mode_ids;
493 ids = &to_typec_port(dev)->mode_ids;
495 ida_free(ids, i
[all...]
/linux-master/net/ceph/crush/
H A Dmapper.c320 if (!arg || !arg->ids)
323 return arg->ids;
335 __s32 *ids = get_choose_arg_ids(bucket, arg); local
338 dprintk("weight 0x%x item %d\n", weights[i], ids[i]);
340 u = crush_hash32_3(bucket->h.hash, x, ids[i], r);
892 * @choose_args: weights and ids for each known bucket
/linux-master/arch/arm/mach-rpc/
H A Decard.c1027 ecard_match_device(const struct ecard_id *ids, struct expansion_card *ec) argument
1031 for (i = 0; ids[i].manufacturer != 65535; i++)
1032 if (ec->cid.manufacturer == ids[i].manufacturer &&
1033 ec->cid.product == ids[i].product)
1034 return ids + i;

Completed in 227 milliseconds

1234567891011>>