Searched refs:_ds (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/include/net/ |
A D | dsa.h | 186 #define dsa_hsr_foreach_port(_dp, _ds, _hsr) \ argument 188 if ((_dp)->ds == (_ds) && (_dp)->hsr_dev == (_hsr)) 568 #define dsa_switch_for_each_port(_dp, _ds) \ argument 570 if ((_dp)->ds == (_ds)) 574 if ((_dp)->ds == (_ds)) 578 if ((_dp)->ds == (_ds)) 581 dsa_switch_for_each_port((_dp), (_ds)) \ 584 #define dsa_switch_for_each_user_port(_dp, _ds) \ argument 585 dsa_switch_for_each_port((_dp), (_ds)) \ 588 #define dsa_switch_for_each_cpu_port(_dp, _ds) \ argument [all …]
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/ |
A D | ar9003_mac.h | 53 #define AR9003TXC_CONST(_ds) ((const struct ar9003_txc *) _ds) argument
|
A D | mac.h | 316 #define AR5416DESC(_ds) ((struct ar5416_desc *)(_ds)) argument 317 #define AR5416DESC_CONST(_ds) ((const struct ar5416_desc *)(_ds)) argument
|
A D | ath9k.h | 65 #define DS2PHYS(_dd, _ds) \ argument 66 ((_dd)->dd_desc_paddr + ((caddr_t)(_ds) - (caddr_t)(_dd)->dd_desc))
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | process_64.c | 507 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-6.3-rc2/drivers/usb/gadget/function/ |
A D | f_fs.c | 2063 struct usb_descriptor_header *_ds = (void *)data; in ffs_do_single_desc() local 2076 length = _ds->bLength; in ffs_do_single_desc() 2091 ret = entity(FFS_ ##type, &val, _ds, priv); \ in ffs_do_single_desc() 2100 switch (_ds->bDescriptorType) { in ffs_do_single_desc() 2107 _ds->bDescriptorType); in ffs_do_single_desc() 2111 struct usb_interface_descriptor *ds = (void *)_ds; in ffs_do_single_desc() 2124 struct usb_endpoint_descriptor *ds = (void *)_ds; in ffs_do_single_desc() 2146 _ds->bDescriptorType, *current_class); in ffs_do_single_desc() 2156 struct usb_interface_assoc_descriptor *ds = (void *)_ds; in ffs_do_single_desc() 2182 pr_vdebug("unknown descriptor: %d\n", _ds->bDescriptorType); in ffs_do_single_desc() [all …]
|
Completed in 24 milliseconds