Lines Matching defs:args
788 struct wmab_args args;
790 args.eax = ACER_AMW0_WRITE;
791 args.ebx = value ? (1<<8) : 0;
792 args.ecx = args.edx = 0;
798 args.ebx |= ACER_AMW0_MAILLED_MASK;
803 args.ebx |= ACER_AMW0_WIRELESS_MASK;
808 args.ebx |= ACER_AMW0_BLUETOOTH_MASK;
822 return wmab_execute(&args, NULL);
827 struct wmab_args args;
833 args.eax = 0x86;
834 args.ebx = args.ecx = args.edx = 0;
836 status = wmab_execute(&args, &out);
879 struct wmab_args args;
896 args.eax = ACER_AMW0_WRITE;
897 args.ecx = args.edx = 0;
899 args.ebx = 0xa2 << 8;
900 args.ebx |= ACER_AMW0_WIRELESS_MASK;
902 status = wmab_execute(&args, &out);
918 args.ebx = 2 << 8;
919 args.ebx |= ACER_AMW0_BLUETOOTH_MASK;
925 status = wmab_execute(&args, &out);