Home
last modified time | relevance | path

Searched refs:_ds (Results 1 – 6 of 6) sorted by relevance

/linux/include/net/
A Ddsa.h170 #define dsa_hsr_foreach_port(_dp, _ds, _hsr) \ argument
172 if ((_dp)->ds == (_ds) && (_dp)->hsr_dev == (_hsr))
482 #define dsa_switch_for_each_port(_dp, _ds) \ argument
484 if ((_dp)->ds == (_ds))
488 if ((_dp)->ds == (_ds))
492 if ((_dp)->ds == (_ds))
495 dsa_switch_for_each_port((_dp), (_ds)) \
498 #define dsa_switch_for_each_user_port(_dp, _ds) \ argument
499 dsa_switch_for_each_port((_dp), (_ds)) \
502 #define dsa_switch_for_each_cpu_port(_dp, _ds) \ argument
[all …]
/linux/drivers/net/wireless/ath/ath9k/
A Dar9003_mac.h53 #define AR9003TXC_CONST(_ds) ((const struct ar9003_txc *) _ds) argument
A Dmac.h314 #define AR5416DESC(_ds) ((struct ar5416_desc *)(_ds)) argument
315 #define AR5416DESC_CONST(_ds) ((const struct ar5416_desc *)(_ds)) argument
A Dath9k.h64 #define DS2PHYS(_dd, _ds) \ argument
65 ((_dd)->dd_desc_paddr + ((caddr_t)(_ds) - (caddr_t)(_dd)->dd_desc))
/linux/arch/x86/kernel/
A Dprocess_64.c507 unsigned int _cs, unsigned int _ss, unsigned int _ds) in start_thread_common() argument
518 loadsegment(es, _ds); in start_thread_common()
519 loadsegment(ds, _ds); in start_thread_common()
/linux/drivers/usb/gadget/function/
A Df_fs.c2016 struct usb_descriptor_header *_ds = (void *)data; in ffs_do_single_desc() local
2029 length = _ds->bLength; in ffs_do_single_desc()
2044 ret = entity(FFS_ ##type, &val, _ds, priv); \ in ffs_do_single_desc()
2053 switch (_ds->bDescriptorType) { in ffs_do_single_desc()
2060 _ds->bDescriptorType); in ffs_do_single_desc()
2064 struct usb_interface_descriptor *ds = (void *)_ds; in ffs_do_single_desc()
2077 struct usb_endpoint_descriptor *ds = (void *)_ds; in ffs_do_single_desc()
2099 _ds->bDescriptorType, *current_class); in ffs_do_single_desc()
2109 struct usb_interface_assoc_descriptor *ds = (void *)_ds; in ffs_do_single_desc()
2135 pr_vdebug("unknown descriptor: %d\n", _ds->bDescriptorType); in ffs_do_single_desc()
[all …]

Completed in 29 milliseconds