Home
last modified time | relevance | path

Searched refs:uwb_pal (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/staging/uwb/
Dradio.c33 struct uwb_pal *pal; in uwb_radio_channel_changed()
88 int uwb_radio_start(struct uwb_pal *pal) in uwb_radio_start()
112 void uwb_radio_stop(struct uwb_pal *pal) in uwb_radio_stop()
168 struct uwb_pal *pal; in uwb_radio_reset_state()
Duwb.h439 struct uwb_pal { struct
445 void (*channel_changed)(struct uwb_pal *pal, int channel); argument
446 void (*new_rsv)(struct uwb_pal *pal, struct uwb_rsv *rsv); argument
452 void uwb_pal_init(struct uwb_pal *pal); argument
453 int uwb_pal_register(struct uwb_pal *pal);
454 void uwb_pal_unregister(struct uwb_pal *pal);
456 int uwb_radio_start(struct uwb_pal *pal);
457 void uwb_radio_stop(struct uwb_pal *pal);
Dpal.c18 void uwb_pal_init(struct uwb_pal *pal) in uwb_pal_init()
30 int uwb_pal_register(struct uwb_pal *pal) in uwb_pal_register()
98 void uwb_pal_unregister(struct uwb_pal *pal) in uwb_pal_unregister()
Duwb-debug.c41 struct uwb_pal pal;
242 static void uwb_dbg_channel_changed(struct uwb_pal *pal, int channel) in uwb_dbg_channel_changed()
252 static void uwb_dbg_new_rsv(struct uwb_pal *pal, struct uwb_rsv *rsv) in uwb_dbg_new_rsv()
347 struct dentry *uwb_dbg_create_pal_dir(struct uwb_pal *pal) in uwb_dbg_create_pal_dir()
Duwb-internal.h354 struct dentry *uwb_dbg_create_pal_dir(struct uwb_pal *pal);
Drsv.c737 struct uwb_pal *pal; in uwb_rsv_new_target()
/Linux-v5.4/drivers/staging/wusbcore/
Dpal.c10 static void wusbhc_channel_changed(struct uwb_pal *pal, int channel) in wusbhc_channel_changed()
Dwusbhc.h237 struct uwb_pal pal;