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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Dinode.c61 static umode_t busmode = S_IXUGO | S_IRUGO; variable
77 {Opt_busmode, "busmode=%o"},
97 busmode = S_IXUGO | S_IRUGO;
136 busmode = option & S_IRWXUGO;
183 bus->d_inode->i_mode = S_IFDIR | busmode;
633 bus->usbfs_dentry = fs_create_file (name, busmode | S_IFDIR, parent,

Completed in 90 milliseconds