Home
last modified time | relevance | path

Searched refs:num_ids (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/c6x/platforms/
Ddscr.c69 u8 num_ids; /* number of devices in this range */ member
88 u8 num_ids; /* number of devices in this range */ member
487 r->num_ids = be32_to_cpup(p++); in dscr_parse_devstate_ctl_regs()
497 j < (r->start_id + r->num_ids); in dscr_parse_devstate_ctl_regs()
543 r->num_ids = be32_to_cpup(p++); in dscr_parse_devstate_stat_regs()
551 j < (r->start_id + r->num_ids); in dscr_parse_devstate_stat_regs()
/linux-4.4.14/drivers/media/pci/bt8xx/
Ddst_ca.c194 int srcPtr, dstPtr, i, num_ids; in ca_get_ca_info() local
213 num_ids = state->messages[in_num_ids_pos]; in ca_get_ca_info()
214 if (num_ids >= 100) { in ca_get_ca_info()
215 num_ids = 100; in ca_get_ca_info()
218 put_command_and_length(&state->messages[0], CA_INFO, num_ids * 2); in ca_get_ca_info()
223 for(i = 0; i < num_ids; i++) { in ca_get_ca_info()
/linux-4.4.14/Documentation/devicetree/bindings/c6x/
Ddscr.txt68 start_id num_ids reg enable disable start_bit nbits
72 num_ids is the number of device controls in the range
85 start_id num_ids reg enable disable start_bit nbits
89 num_ids is the number of devices covered by the range
/linux-4.4.14/drivers/net/phy/
Dmdio_bus.c490 const int num_ids = ARRAY_SIZE(phydev->c45_ids.device_ids); in mdio_bus_match() local
500 for (i = 1; i < num_ids; i++) { in mdio_bus_match()
Dphy_device.c256 const int num_ids = ARRAY_SIZE(c45_ids->device_ids); in get_phy_c45_ids() local
262 for (i = 1; i < num_ids && *devs == 0; i++) { in get_phy_c45_ids()
287 for (i = 1; i < num_ids; i++) { in get_phy_c45_ids()
/linux-4.4.14/drivers/misc/vmw_vmci/
Dvmci_context.c820 u32 num_ids = buf_size / sizeof(u32); in vmci_ctx_set_chkpt_state() local
822 if (cpt_type == VMCI_WELLKNOWN_CPT_STATE && num_ids > 0) { in vmci_ctx_set_chkpt_state()
836 for (i = 0; i < num_ids && result == VMCI_SUCCESS; i++) { in vmci_ctx_set_chkpt_state()