Searched refs:num_ids (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/arch/c6x/platforms/
H A Ddscr.c69 u8 num_ids; /* number of devices in this range */ member in struct:devstate_ctl_reg
88 u8 num_ids; /* number of devices in this range */ member in struct:devstate_stat_reg
459 * start_id num_ids reg enable disable start_bit nbits
462 * num_ids is the number of device controls in the range
487 r->num_ids = be32_to_cpup(p++); dscr_parse_devstate_ctl_regs()
497 j < (r->start_id + r->num_ids); dscr_parse_devstate_ctl_regs()
515 * start_id num_ids reg enable disable start_bit nbits
518 * num_ids is the number of devices covered by the range
543 r->num_ids = be32_to_cpup(p++); dscr_parse_devstate_stat_regs()
551 j < (r->start_id + r->num_ids); dscr_parse_devstate_stat_regs()
/linux-4.1.27/drivers/media/pci/bt8xx/
H A Ddst_ca.c194 int srcPtr, dstPtr, i, num_ids; ca_get_ca_info() local
213 num_ids = state->messages[in_num_ids_pos]; ca_get_ca_info()
214 if (num_ids >= 100) { ca_get_ca_info()
215 num_ids = 100; ca_get_ca_info()
218 put_command_and_length(&state->messages[0], CA_INFO, num_ids * 2); ca_get_ca_info()
223 for(i = 0; i < num_ids; i++) { ca_get_ca_info()
/linux-4.1.27/drivers/misc/vmw_vmci/
H A Dvmci_context.c820 u32 num_ids = buf_size / sizeof(u32); vmci_ctx_set_chkpt_state() local
822 if (cpt_type == VMCI_WELLKNOWN_CPT_STATE && num_ids > 0) { vmci_ctx_set_chkpt_state()
836 for (i = 0; i < num_ids && result == VMCI_SUCCESS; i++) { vmci_ctx_set_chkpt_state()
/linux-4.1.27/drivers/net/phy/
H A Dphy_device.c225 const int num_ids = ARRAY_SIZE(c45_ids->device_ids); get_phy_c45_ids() local
231 i < num_ids && c45_ids->devices_in_package == 0; get_phy_c45_ids()
255 for (i = 1; i < num_ids; i++) { get_phy_c45_ids()

Completed in 210 milliseconds