led_table 210 include/lolevel.h extern void *led_table; led_table 40 platform/a1100/lib.c static char led_table[]={7,9}; led_table 41 platform/a1100/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 32 platform/a1200/lib.c static char led_table[3]={0,1,9}; led_table 33 platform/a1200/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 40 platform/a1300/lib.c static char led_table[2]={0,4}; led_table 41 platform/a1300/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 32 platform/a1400/lib.c static char led_table[3]={0,1,4}; led_table 33 platform/a1400/lib.c if(state<=1) _LEDDrive(led_table[led%sizeof(led_table)], (!state)&1); led_table 59 platform/a2100/lib.c static char led_table[3]={3,8,9}; led_table 60 platform/a2100/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 31 platform/a2200/lib.c static char led_table[2]={0,9}; led_table 32 platform/a2200/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 37 platform/a2300/lib.c static char led_table[2]={0,4}; led_table 38 platform/a2300/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 37 platform/a2400/lib.c static char led_table[2]={0,4}; led_table 38 platform/a2400/lib.c if(state<=1) _LEDDrive(led_table[led%sizeof(led_table)], (!state)&1); led_table 34 platform/a2500/lib.c static char led_table[2]={0,4}; led_table 35 platform/a2500/lib.c if(state<=1) _LEDDrive(led_table[led%sizeof(led_table)], (!state)&1); led_table 34 platform/a2600/lib.c static char led_table[2]={0,4}; led_table 35 platform/a2600/lib.c if(state<=1) _LEDDrive(led_table[led%sizeof(led_table)], (!state)&1); led_table 21 platform/a3200/lib.c static char led_table[2]={0,9}; led_table 22 platform/a3200/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 21 platform/a3300/lib.c static char led_table[2]={0,9}; led_table 22 platform/a3300/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 35 platform/a3400/lib.c static char led_table[2]={0,4}; led_table 36 platform/a3400/lib.c if(state<=1) _LEDDrive(led_table[led%sizeof(led_table)], (!state)&1); led_table 35 platform/a4000/lib.c static char led_table[2]={0,4}; led_table 36 platform/a4000/lib.c if(state<=1) _LEDDrive(led_table[led%sizeof(led_table)], (!state)&1); led_table 39 platform/a480/lib.c static char led_table[]={7,9}; led_table 40 platform/a480/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 45 platform/a495/lib.c static char led_table[2]={7,9}; led_table 46 platform/a495/lib.c if(state<=1) _LEDDrive(led_table[led%sizeof(led_table)], (!state)&1); led_table 32 platform/a800/lib.c static char led_table[2]={7,9}; led_table 33 platform/a800/lib.c if(state<=1) _LEDDrive(led_table[led%sizeof(led_table)], (!state)&1); led_table 40 platform/a810/lib.c static char led_table[2]={0,4}; led_table 41 platform/a810/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 60 platform/d10/lib.c static char led_table[]={0,1,9}; led_table 61 platform/d10/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 59 platform/d20/lib.c static char led_table[2]={0,4}; led_table 60 platform/d20/lib.c if(state<=1) _LEDDrive(led_table[led%sizeof(led_table)], (!state)&1); led_table 57 platform/d30/lib.c static char led_table[]={0,4}; // status, AF led_table 58 platform/d30/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 56 platform/g10/lib.c static char led_table[8]={0,1,2,3,8,9,14,15}; led_table 57 platform/g10/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 42 platform/g11/lib.c static char led_table[7]={0,1,2,3,10,14,15}; led_table 43 platform/g11/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 71 platform/g12/lib.c static char led_table[7]={0,1,2,3,9,14,15}; led_table 72 platform/g12/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 51 platform/g15/lib.c static char led_table[4] = {0, 1, 2, 4}; led_table 52 platform/g15/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 44 platform/g16/lib.c static char led_table[4]={0,1,2,4}; // 0=Green OVF, 1=Orange OVF, 2=Power Switch LED, 4=Focus Assist Lamp led_table 45 platform/g16/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 72 platform/g1x/lib.c static char led_table[5]={0,1,3,9}; led_table 73 platform/g1x/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 74 platform/g5x/lib.c static char led_table[2] = { 0, 4 }; led_table 75 platform/g5x/lib.c _LEDDrive(led_table[led % sizeof(led_table)], state <= 1 ? !state : state); led_table 50 platform/g7x/lib.c static char led_table[2]={0,4}; led_table 51 platform/g7x/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 70 platform/g7x2/lib.c static char led_table[2] = { 0, 4 }; led_table 71 platform/g7x2/lib.c _LEDDrive(led_table[led % sizeof(led_table)], state <= 1 ? !state : state); led_table 73 platform/ixus1000_sd4500/lib.c static char led_table[5]={4,5,7,8,9}; led_table 74 platform/ixus1000_sd4500/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 45 platform/ixus100_sd780/lib.c static char led_table[]={0, // green led_table 53 platform/ixus100_sd780/lib.c if((unsigned)led < sizeof(led_table)) led_table 54 platform/ixus100_sd780/lib.c _LEDDrive(led_table[led], state<=1 ? !state : state); led_table 62 platform/ixus105_sd1300/lib.c static char led_table[7]={0,0,1,1,1,9,9}; led_table 64 platform/ixus105_sd1300/lib.c _LEDDrive(led_table[(led-4)%sizeof(led_table)], state<=1 ? !state : state); led_table 62 platform/ixus110_sd960/lib.c static char led_table[]={0,1,9}; led_table 63 platform/ixus110_sd960/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 43 platform/ixus115_elph100hs/lib.c static char led_table[2]={0,9}; led_table 44 platform/ixus115_elph100hs/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 54 platform/ixus120_sd940/lib.c static char led_table[3]={0,1,9}; led_table 55 platform/ixus120_sd940/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 62 platform/ixus125_elph110hs/lib.c static char led_table[2]={0,4}; led_table 63 platform/ixus125_elph110hs/lib.c if(state<=1) _LEDDrive(led_table[led%sizeof(led_table)], (!state)&1); led_table 52 platform/ixus130_sd1400/lib.c static char led_table[]={0, // green led_table 60 platform/ixus130_sd1400/lib.c if ((unsigned)led < sizeof(led_table)) { led_table 61 platform/ixus130_sd1400/lib.c _LEDDrive(led_table[led], state<=1 ? !state : state); led_table 43 platform/ixus132_elph115/lib.c static char led_table[]={0,12}; // status, AF led_table 44 platform/ixus132_elph115/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 43 platform/ixus135_elph120/lib.c static char led_table[]={0,12}; // status, AF led_table 44 platform/ixus135_elph120/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 41 platform/ixus140_elph130/lib.c static char led_table[]={0,4}; // status, AF led_table 42 platform/ixus140_elph130/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 38 platform/ixus145_elph135/lib.c static char led_table[2]={0,4}; // green, AF led_table 39 platform/ixus145_elph135/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 25 platform/ixus150_elph140/lib.c static char led_table[2]={0,4}; led_table 26 platform/ixus150_elph140/lib.c if(state<=1) _LEDDrive(led_table[led%sizeof(led_table)], (!state)&1); led_table 38 platform/ixus155_elph150/lib.c static char led_table[2]={0,4}; // green, AF led_table 39 platform/ixus155_elph150/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 26 platform/ixus160_elph160/lib.c static char led_table[2]={0,4}; led_table 27 platform/ixus160_elph160/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 24 platform/ixus170_elph170/lib.c static char led_table[2]={0,4}; led_table 25 platform/ixus170_elph170/lib.c if(state<=1) _LEDDrive(led_table[led%sizeof(led_table)], (!state)&1); led_table 24 platform/ixus175_elph180/lib.c static char led_table[2]={0,4}; led_table 25 platform/ixus175_elph180/lib.c if(state<=1) _LEDDrive(led_table[led%sizeof(led_table)], (!state)&1); led_table 48 platform/ixus185_elph185/lib.c static char led_table[]={0,4}; // status, AF led_table 49 platform/ixus185_elph185/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 38 platform/ixus200_sd980/lib.c static char led_table[5]={4,5,7,8,9}; led_table 39 platform/ixus200_sd980/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 43 platform/ixus200_sd980/lib.c static char led_table[5]={4,5,7,8,9}; led_table 44 platform/ixus200_sd980/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 44 platform/ixus220_elph300hs/lib.c static char led_table[2]={0,9}; led_table 45 platform/ixus220_elph300hs/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 39 platform/ixus230_elph310hs/lib.c static char led_table[2]={0,9}; led_table 40 platform/ixus230_elph310hs/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 73 platform/ixus240_elph320hs/lib.c static char led_table[2]={0,4}; led_table 74 platform/ixus240_elph320hs/lib.c if(state<=1) _LEDDrive(led_table[led%sizeof(led_table)], (!state)&1); led_table 37 platform/ixus255_elph330hs/lib.c static char led_table[]={0,12}; // status, AF led_table 38 platform/ixus255_elph330hs/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 60 platform/ixus265_elph340hs/lib.c static char led_table[]={0,4}; // status, AF led_table 61 platform/ixus265_elph340hs/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 60 platform/ixus275_elph350hs/lib.c static char led_table[]={0,4}; // status, AF led_table 61 platform/ixus275_elph350hs/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 60 platform/ixus285_elph360hs/lib.c static char led_table[]={0,4}; // status, AF led_table 61 platform/ixus285_elph360hs/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 44 platform/ixus300_sd4000/lib.c static char led_table[3]={0,1,9}; led_table 45 platform/ixus300_sd4000/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 66 platform/ixus310_elph500hs/lib.c static char led_table[2]={7,11}; led_table 67 platform/ixus310_elph500hs/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 36 platform/ixus50_sd400/lib.c addr = led_table + (led * 0x40); led_table 44 platform/ixus50_sd400/lib.c addr = led_table + (led * 0x40); led_table 35 platform/ixus700_sd500/lib.c addr = led_table + (led * 0x40); led_table 43 platform/ixus700_sd500/lib.c addr = led_table + (led * 0x40); led_table 32 platform/ixus85_sd770/lib.c static char led_table[5]={4,5,7,8,9}; led_table 33 platform/ixus85_sd770/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 32 platform/ixus970_sd890/lib.c static char led_table[5]={4,5,7,8,9}; led_table 33 platform/ixus970_sd890/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 45 platform/ixus980_sd990/lib.c static char led_table[]={0, // green led_table 53 platform/ixus980_sd990/lib.c if((unsigned)led < sizeof(led_table)) led_table 54 platform/ixus980_sd990/lib.c _LEDDrive(led_table[led], state<=1 ? !state : state); led_table 43 platform/ixus990_sd970/lib.c static char led_table[]={0, // green led_table 50 platform/ixus990_sd970/lib.c if((unsigned)led < sizeof(led_table)) led_table 51 platform/ixus990_sd970/lib.c _LEDDrive(led_table[led], state<=1 ? !state : state); led_table 39 platform/m10/lib.c static char led_table[2]={0,4}; led_table 40 platform/m10/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 53 platform/m3/lib.c static char led_table[2]={0,4}; led_table 54 platform/m3/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 51 platform/n/lib.c static char led_table[3]={0,6,11}; // 0=green power button LED, 6=focus assist lamp (dim), 11=flash LED (bright) led_table 52 platform/n/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 51 platform/n_facebook/lib.c static char led_table[3]={0,6,11}; // 0=green power button LED, 6=focus assist lamp (dim), 11=flash LED (bright) led_table 52 platform/n_facebook/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 47 platform/s100/lib.c static char led_table[2]={7,10}; led_table 48 platform/s100/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 48 platform/s110/lib.c static char led_table[2] = {4, 8}; led_table 49 platform/s110/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 35 platform/s2is/lib.c addr = led_table + (led * 0x40); led_table 43 platform/s2is/lib.c addr = led_table + (led * 0x40); led_table 35 platform/s3is/lib.c addr = led_table + (led * 0x40); led_table 43 platform/s3is/lib.c addr = led_table + (led * 0x40); led_table 41 platform/s5is/lib.c addr = led_table + (led * 0x40) + 0x100; led_table 53 platform/s5is/lib.c addr = led_table + (led * 0x40) + 0x100; led_table 33 platform/s90/lib.c static char led_table[4]={0,1,9,10}; led_table 34 platform/s90/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 39 platform/s95/lib.c static char led_table[4]={0,1,9}; led_table 41 platform/s95/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 37 platform/sx1/lib.c static char led_table[5]={4,5,7,8,9}; led_table 38 platform/sx1/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 42 platform/sx10/lib.c static char led_table[5]={4,5,7,8,9}; led_table 43 platform/sx10/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 53 platform/sx110is/lib.c static char led_table[5]={4,5,7,8,9}; led_table 54 platform/sx110is/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 55 platform/sx120is/lib.c static char led_table[5]={0,1,9,10,11}; led_table 56 platform/sx120is/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 148 platform/sx130is/lib.c static char led_table[3]={0,1,9}; led_table 149 platform/sx130is/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 87 platform/sx150is/lib.c static char led_table[]={7,9}; led_table 88 platform/sx150is/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 36 platform/sx160is/lib.c static char led_table[2]={0,4}; led_table 37 platform/sx160is/lib.c if(state<=1) _LEDDrive(led_table[led%sizeof(led_table)], (!state)&1); led_table 51 platform/sx170is/lib.c static char led_table[]={0,12}; // status, AF led_table 52 platform/sx170is/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 48 platform/sx20/lib.c static char led_table[5]={4,5,7,8,9}; led_table 49 platform/sx20/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 51 platform/sx200is/lib.c static char led_table[5]={4,5,7,8,9}; led_table 52 platform/sx200is/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 63 platform/sx210is/lib.c static char led_table[5]={4,5,7,8,9}; led_table 64 platform/sx210is/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 42 platform/sx220hs/lib.c static char led_table[2]={0,9}; led_table 43 platform/sx220hs/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 44 platform/sx230hs/lib.c static char led_table[2]={0,9}; led_table 45 platform/sx230hs/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 46 platform/sx240hs/lib.c static char led_table[2]={0,4}; led_table 47 platform/sx240hs/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 46 platform/sx260hs/lib.c static char led_table[2]={0,4}; led_table 47 platform/sx260hs/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 39 platform/sx280hs/lib.c static char led_table[2]={0,4}; led_table 40 platform/sx280hs/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 67 platform/sx30/lib.c static char led_table[2]={3,9}; led_table 68 platform/sx30/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 58 platform/sx400is/lib.c static char led_table[]={0,4}; // status, AF led_table 59 platform/sx400is/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 70 platform/sx40hs/lib.c static char led_table[2]={3,9}; led_table 71 platform/sx40hs/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 50 platform/sx410is/lib.c static char led_table[]={0,4}; // status, AF led_table 51 platform/sx410is/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 50 platform/sx420is/lib.c static char led_table[]={0,4}; // status, AF led_table 51 platform/sx420is/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 48 platform/sx430is/lib.c static char led_table[]={0,4}; // status, AF led_table 49 platform/sx430is/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 43 platform/sx500is/lib.c static char led_table[2]={0,4}; led_table 44 platform/sx500is/lib.c if(state<=1) _LEDDrive(led_table[led%sizeof(led_table)], (!state)&1); led_table 50 platform/sx50hs/lib.c static char led_table[2]={0,5}; led_table 51 platform/sx50hs/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 58 platform/sx510hs/lib.c static char led_table[]={0,12}; // status, AF led_table 59 platform/sx510hs/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 63 platform/sx520hs/lib.c static char led_table[]={0,12}; // status, AF led_table 64 platform/sx520hs/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 63 platform/sx530hs/lib.c static char led_table[]={0,12}; // status, AF led_table 64 platform/sx530hs/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 46 platform/sx60hs/lib.c static char led_table[2]={0,4}; led_table 47 platform/sx60hs/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 60 platform/sx610hs/lib.c static char led_table[]={0,4}; // status, AF led_table 61 platform/sx610hs/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 60 platform/sx620hs/lib.c static char led_table[]={0,4}; // status, AF led_table 61 platform/sx620hs/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 44 platform/sx700hs/lib.c static char led_table[2]={0,4}; led_table 45 platform/sx700hs/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 44 platform/sx710hs/lib.c static char led_table[2]={0,4}; led_table 45 platform/sx710hs/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 45 platform/sx730hs/lib.c static char led_table[2]={0,4}; led_table 46 platform/sx730hs/lib.c _LEDDrive(led_table[led%sizeof(led_table)], state<=1 ? !state : state); led_table 36 platform/tx1/lib.c addr = led_table + (led * 0x40); led_table 46 platform/tx1/lib.c addr = led_table + (led * 0x40);