Searched refs:unit (Results 1 – 15 of 15) sorted by relevance
/include/net/ |
D | Space.h | 5 struct net_device *hp100_probe(int unit); 6 struct net_device *ultra_probe(int unit); 7 struct net_device *wd_probe(int unit); 8 struct net_device *ne_probe(int unit); 9 struct net_device *fmv18x_probe(int unit); 10 struct net_device *i82596_probe(int unit); 11 struct net_device *ni65_probe(int unit); 12 struct net_device *sonic_probe(int unit); 13 struct net_device *smc_init(int unit); 14 struct net_device *atarilance_probe(int unit); [all …]
|
D | addrconf.h | 142 unsigned int unit) in addrconf_timeout_fixup() argument 152 if (0xfffffffe > LONG_MAX / unit && timeout > LONG_MAX / unit) in addrconf_timeout_fixup() 153 return LONG_MAX / unit; in addrconf_timeout_fixup()
|
/include/linux/ |
D | sound.h | 11 extern int register_sound_special(const struct file_operations *fops, int unit); 12 extern int register_sound_special_device(const struct file_operations *fops, int unit, struct devic… 17 extern void unregister_sound_special(int unit); 18 extern void unregister_sound_mixer(int unit); 19 extern void unregister_sound_midi(int unit); 20 extern void unregister_sound_dsp(int unit);
|
D | firewire.h | 234 static inline struct fw_unit *fw_unit_get(struct fw_unit *unit) in fw_unit_get() argument 236 get_device(&unit->device); in fw_unit_get() 238 return unit; in fw_unit_get() 241 static inline void fw_unit_put(struct fw_unit *unit) in fw_unit_put() argument 243 put_device(&unit->device); in fw_unit_put() 246 static inline struct fw_device *fw_parent_device(struct fw_unit *unit) in fw_parent_device() argument 248 return fw_device(unit->device.parent); in fw_parent_device() 255 int (*probe)(struct fw_unit *unit, const struct ieee1394_device_id *id); 257 void (*update)(struct fw_unit *unit); 258 void (*remove)(struct fw_unit *unit);
|
D | ppp-comp.h | 47 int opt_len, int unit, int opthdr, int debug); 67 int opt_len, int unit, int opthdr, int mru,
|
D | isdn_ppp.h | 71 int unit,int debug); 174 int unit; member
|
D | netlink.h | 56 extern struct sock *__netlink_kernel_create(struct net *net, int unit, 60 netlink_kernel_create(struct net *net, int unit, struct netlink_kernel_cfg *cfg) in netlink_kernel_create() argument 62 return __netlink_kernel_create(net, unit, THIS_MODULE, cfg); in netlink_kernel_create()
|
D | sm501.h | 22 unsigned int unit, unsigned int to);
|
D | maple.h | 75 unsigned char port, unit; member
|
D | hid.h | 362 unsigned unit; member 426 unsigned unit; member
|
D | netdevice.h | 2427 unsigned long netdev_boot_base(const char *prefix, int unit);
|
/include/uapi/linux/ |
D | uvcvideo.h | 59 __u8 unit; member
|
D | hiddev.h | 104 __u32 unit; member
|
/include/uapi/rdma/hfi/ |
D | hfi1_user.h | 243 __u16 unit; /* unit (chip) assigned to caller */ member
|
/include/linux/bcma/ |
D | bcma.h | 449 u8 unit);
|