Home
last modified time | relevance | path

Searched refs:changeable (Results 1 – 15 of 15) sorted by relevance

/linux-4.4.14/arch/cris/arch-v10/drivers/
DKconfig521 hex "PA user changeable dir mask"
527 Bit set = changeable.
531 hex "PA user changeable bits mask"
537 Bit set = changeable.
541 hex "PB user changeable dir mask"
547 Bit set = changeable.
551 hex "PB user changeable bits mask"
557 Bit set = changeable.
/linux-4.4.14/Documentation/thermal/
Dexynos_thermal_emulation23 (Exynos also supports user changeable delay time which would be used to delay of
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Drockchip,rk3368-cru.txt18 If missing, pll rates are not changeable, due to the missing pll lock status.
/linux-4.4.14/fs/jffs2/
DTODO14 Make this a per-inode option, changeable with chattr, so you can
/linux-4.4.14/drivers/ata/
Dlibata-scsi.c2285 static void modecpy(u8 *dest, const u8 *src, int n, bool changeable) in modecpy() argument
2287 if (changeable) { in modecpy()
2308 static unsigned int ata_msense_caching(u16 *id, u8 *buf, bool changeable) in ata_msense_caching() argument
2310 modecpy(buf, def_cache_mpage, sizeof(def_cache_mpage), changeable); in ata_msense_caching()
2311 if (changeable || ata_id_wcache_enabled(id)) in ata_msense_caching()
2313 if (!changeable && !ata_id_rahead_enabled(id)) in ata_msense_caching()
2328 static unsigned int ata_msense_ctl_mode(u8 *buf, bool changeable) in ata_msense_ctl_mode() argument
2330 modecpy(buf, def_control_mpage, sizeof(def_control_mpage), changeable); in ata_msense_ctl_mode()
2344 static unsigned int ata_msense_rw_recovery(u8 *buf, bool changeable) in ata_msense_rw_recovery() argument
2347 changeable); in ata_msense_rw_recovery()
/linux-4.4.14/Documentation/fb/
Dinternals.txt25 Device independent changeable information about a frame buffer device and a
Dapi.txt177 struct fb_var_screeninfo stores device independent changeable information
/linux-4.4.14/Documentation/video4linux/
Dsi470x.txt99 video controls. The others are runtime changeable.
/linux-4.4.14/Documentation/networking/
Doperstates.txt19 and changeable from userspace under certain rules.
/linux-4.4.14/Documentation/power/
Dpm_qos_interface.txt25 being runtime configurable or changeable from a driver was seen as too easy to
/linux-4.4.14/scripts/
Dspelling.txt200 changable||changeable
/linux-4.4.14/Documentation/usb/
DWUSB-Design-overview.txt76 Devices have a MAC (fixed, 48 bit address) and a device (changeable, 16
/linux-4.4.14/Documentation/cgroups/
Dcgroups.txt254 a large system into nested, dynamically changeable, "soft-partitions".
Dcpusets.txt192 a large system into nested, dynamically changeable, "soft-partitions".
/linux-4.4.14/Documentation/scsi/
DChangeLog.1992-1997123 * hosts.c: Make use_clustering changeable in the Scsi_Host structure.