Searched refs:num_sections (Results 1 - 11 of 11) sorted by relevance

/linux-master/tools/leds/
H A Dget_led_device_info.sh116 num_sections=`echo $led_name | awk -F: '{print NF}'`
118 if [ $num_sections -eq 1 ]; then
121 elif [ $num_sections -eq 2 ]; then
124 elif [ $num_sections -eq 3 ]; then
129 printf "Detected %d sections in the LED class device name - should the script be updated?\n" $num_sections
/linux-master/scripts/
H A Dinsert-sys-cert.c71 unsigned int i, num_sections; local
75 num_sections = x[0].sh_size;
77 num_sections = hdr->e_shnum;
79 for (i = 1; i < num_sections; i++) {
187 unsigned int i, num_sections; local
191 num_sections = x[0].sh_size;
193 num_sections = hdr->e_shnum;
195 for (i = 1; i < num_sections; i++)
/linux-master/arch/powerpc/platforms/pseries/
H A Drtas-fadump.c499 int i, size, num_sections; local
541 num_sections = size / (3 * sizeof(u32));
543 for (i = 0; i < num_sections; i++, sections += 3) {
/linux-master/drivers/bluetooth/
H A Dbtrtl.h58 __le32 num_sections; member in struct:rtl_epatch_header_v2
H A Dbtrtl.c528 u32 num_sections; local
553 num_sections = le32_to_cpu(hdr->num_sections);
558 for (i = 0; i < num_sections; i++) {
/linux-master/scripts/mod/
H A Dmodpost.h125 unsigned int num_sections; /* max_secindex + 1 */ member in struct:elf_info
H A Dmodpost.c353 if (secindex >= info->num_sections)
478 info->num_sections = TO_NATIVE(sechdrs[0].sh_size);
481 info->num_sections = hdr->e_shnum;
491 for (i = 0; i < info->num_sections; i++) {
505 for (i = 1; i < info->num_sections; i++) {
1027 if (secndx >= elf->num_sections)
1478 for (i = 0; i < elf->num_sections; i++) {
H A Dfile2alias.c1602 if (!sym->st_shndx || get_secindex(info, sym) >= info->num_sections)
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_mfw_hsi.h1614 u32 num_sections; member in struct:mcp_public_data
2195 u32 num_sections; member in struct:nvm_cfg
2238 u32 num_sections; member in struct:static_init
/linux-master/drivers/net/hyperv/
H A Dnetvsc.c416 resp->num_sections, resp->sections[0].sub_alloc_size,
420 if (resp->num_sections != 1 || resp->sections[0].offset != 0) {
H A Dhyperv_net.h446 u32 num_sections; member in struct:nvsp_1_message_send_receive_buffer_complete

Completed in 315 milliseconds