Lines Matching defs:arg
833 int i, r, result, arg;
840 arg = i + 0x20;
841 r = sony_nc_int_call(sony_nc_acpi_handle, "SN00", &arg,
899 int arg, ret = 0;
905 arg = offset | argument;
906 ret = sony_nc_int_call(sony_nc_acpi_handle, "SN07", &arg, result);
907 dprintk("called SN07 with 0x%.4x (result: 0x%.4x)\n", arg, *result);
1019 int arg = bd->props.brightness + 1;
1020 return sony_nc_int_call(sony_nc_acpi_handle, "SBRT", &arg, NULL);
1192 unsigned int arg = 0;
1263 arg = 1 << offset;
1264 sony_nc_int_call(sony_nc_acpi_handle, "SN05", &arg, &result);
1296 unsigned int i, result, bitmask, arg;
1418 arg = 0x10;
1419 if (!sony_nc_int_call(sony_nc_acpi_handle, "SN00", &arg, &bitmask))
1507 unsigned int i, result, bitmask, arg;
1541 arg = 0x10;
1542 if (!sony_nc_int_call(sony_nc_acpi_handle, "SN00", &arg, &bitmask))
1565 int arg = 1;
1566 if (sony_nc_int_call(sony_nc_acpi_handle, "ECON", &arg, NULL))
3211 int arg = 1;
3212 if (sony_nc_int_call(sony_nc_acpi_handle, "ECON", &arg, NULL))
4138 unsigned long arg)
4141 void __user *argp = (void __user *)arg;