Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/uwb/
Dradio.c44 struct uwb_pal *pal; in uwb_radio_channel_changed()
99 int uwb_radio_start(struct uwb_pal *pal) in uwb_radio_start()
123 void uwb_radio_stop(struct uwb_pal *pal) in uwb_radio_stop()
179 struct uwb_pal *pal; in uwb_radio_reset_state()
Dpal.c29 void uwb_pal_init(struct uwb_pal *pal) in uwb_pal_init()
41 int uwb_pal_register(struct uwb_pal *pal) in uwb_pal_register()
109 void uwb_pal_unregister(struct uwb_pal *pal) in uwb_pal_unregister()
Duwb-debug.c56 struct uwb_pal pal;
257 static void uwb_dbg_channel_changed(struct uwb_pal *pal, int channel) in uwb_dbg_channel_changed()
267 static void uwb_dbg_new_rsv(struct uwb_pal *pal, struct uwb_rsv *rsv) in uwb_dbg_new_rsv()
362 struct dentry *uwb_dbg_create_pal_dir(struct uwb_pal *pal) in uwb_dbg_create_pal_dir()
Duwb-internal.h367 struct dentry *uwb_dbg_create_pal_dir(struct uwb_pal *pal);
Drsv.c748 struct uwb_pal *pal; in uwb_rsv_new_target()
/Linux-v4.19/include/linux/
Duwb.h453 struct uwb_pal { struct
459 void (*channel_changed)(struct uwb_pal *pal, int channel); argument
460 void (*new_rsv)(struct uwb_pal *pal, struct uwb_rsv *rsv); argument
466 void uwb_pal_init(struct uwb_pal *pal); argument
467 int uwb_pal_register(struct uwb_pal *pal);
468 void uwb_pal_unregister(struct uwb_pal *pal);
470 int uwb_radio_start(struct uwb_pal *pal);
471 void uwb_radio_stop(struct uwb_pal *pal);
/Linux-v4.19/drivers/usb/wusbcore/
Dpal.c10 static void wusbhc_channel_changed(struct uwb_pal *pal, int channel) in wusbhc_channel_changed()
Dwusbhc.h237 struct uwb_pal pal;