| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A D | mgmt_util.c | 59 int mgmt_send_event(u16 event, struct hci_dev *hdev, unsigned short channel, in mgmt_send_event() 185 struct hci_dev *hdev) in mgmt_pending_find() 201 struct hci_dev *hdev, in mgmt_pending_find_data() 216 void mgmt_pending_foreach(u16 opcode, struct hci_dev *hdev, in mgmt_pending_foreach() 231 struct hci_dev *hdev, in mgmt_pending_add()
|
| H A D | mgmt_config.c | 26 int read_def_system_config(struct sock *sk, struct hci_dev *hdev, void *data, in read_def_system_config() 83 int set_def_system_config(struct sock *sk, struct hci_dev *hdev, void *data, in set_def_system_config() 267 int read_def_runtime_config(struct sock *sk, struct hci_dev *hdev, void *data, in read_def_runtime_config() 276 int set_def_runtime_config(struct sock *sk, struct hci_dev *hdev, void *data, in set_def_runtime_config()
|
| H A D | leds.h | 16 static inline void hci_leds_update_powered(struct hci_dev *hdev, in hci_leds_update_powered() 18 static inline void hci_leds_init(struct hci_dev *hdev) {} in hci_leds_init()
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-petalynx.c | 22 static __u8 *pl_report_fixup(struct hid_device *hdev, __u8 *rdesc, in pl_report_fixup() 37 static int pl_input_mapping(struct hid_device *hdev, struct hid_input *hi, in pl_input_mapping() 67 static int pl_probe(struct hid_device *hdev, const struct hid_device_id *id) in pl_probe()
|
| H A D | hid-multitouch.c | 161 struct hid_device *hdev; /* hid_device we're attached to */ member 377 struct hid_device *hdev = to_hid_device(dev); in mt_show_quirks() local 387 struct hid_device *hdev = to_hid_device(dev); in mt_set_quirks() local 418 static void mt_get_feature(struct hid_device *hdev, struct hid_report *report) in mt_get_feature() 450 static void mt_feature_mapping(struct hid_device *hdev, in mt_feature_mapping() 497 static struct mt_usages *mt_allocate_usage(struct hid_device *hdev, in mt_allocate_usage() 640 static void mt_store_field(struct hid_device *hdev, in mt_store_field() 686 static int mt_touch_input_mapping(struct hid_device *hdev, struct hid_input *hi, in mt_touch_input_mapping() 1242 static int mt_touch_input_configured(struct hid_device *hdev, in mt_touch_input_configured() 1289 static int mt_input_mapping(struct hid_device *hdev, struct hid_input *hi, in mt_input_mapping() [all …]
|
| H A D | hid-logitech-dj.c | 154 struct hid_device *hdev; member 527 static struct dj_receiver_dev *dj_find_receiver_dev(struct hid_device *hdev, in dj_find_receiver_dev() 570 static void dj_put_receiver_dev(struct hid_device *hdev) in dj_put_receiver_dev() 588 static struct dj_receiver_dev *dj_get_receiver_dev(struct hid_device *hdev, in dj_get_receiver_dev() 881 static void logi_hidpp_dev_conn_notif_equad(struct hid_device *hdev, in logi_hidpp_dev_conn_notif_equad() 914 static void logi_hidpp_dev_conn_notif_27mhz(struct hid_device *hdev, in logi_hidpp_dev_conn_notif_27mhz() 938 static void logi_hidpp_recv_queue_notif(struct hid_device *hdev, in logi_hidpp_recv_queue_notif() 1087 static void logi_dj_recv_forward_input_report(struct hid_device *hdev, in logi_dj_recv_forward_input_report() 1120 struct hid_device *hdev = djrcv_dev->hidpp; in logi_dj_recv_send_report() local 1194 struct hid_device *hdev = djrcv_dev->hidpp; in logi_dj_recv_switch_to_dj_mode() local [all …]
|
| H A D | hid-plantronics.c | 50 static int plantronics_input_mapping(struct hid_device *hdev, in plantronics_input_mapping() 120 static int plantronics_event(struct hid_device *hdev, struct hid_field *field, in plantronics_event() 144 static unsigned long plantronics_device_type(struct hid_device *hdev) in plantronics_device_type() 169 static int plantronics_probe(struct hid_device *hdev, in plantronics_probe()
|
| H A D | hid-roccat-lua.c | 115 static int lua_init_specials(struct hid_device *hdev) in lua_init_specials() 147 static void lua_remove_specials(struct hid_device *hdev) in lua_remove_specials() 158 static int lua_probe(struct hid_device *hdev, in lua_probe() 192 static void lua_remove(struct hid_device *hdev) in lua_remove()
|
| H A D | hid-steelseries.c | 109 static void steelseries_srws1_set_leds(struct hid_device *hdev, __u16 leds) in steelseries_srws1_set_leds() 225 static int steelseries_srws1_probe(struct hid_device *hdev, in steelseries_srws1_probe() 329 static void steelseries_srws1_remove(struct hid_device *hdev) in steelseries_srws1_remove() 355 static __u8 *steelseries_srws1_report_fixup(struct hid_device *hdev, __u8 *rdesc, in steelseries_srws1_report_fixup()
|
| H A D | hid-icade.c | 164 static int icade_event(struct hid_device *hdev, struct hid_field *field, in icade_event() 188 static int icade_input_mapping(struct hid_device *hdev, struct hid_input *hi, in icade_input_mapping() 211 static int icade_input_mapped(struct hid_device *hdev, struct hid_input *hi, in icade_input_mapped()
|
| H A D | hid-gfrm.c | 27 static int gfrm_input_mapping(struct hid_device *hdev, struct hid_input *hi, in gfrm_input_mapping() 50 static int gfrm_raw_event(struct hid_device *hdev, struct hid_report *report, in gfrm_raw_event() 98 static int gfrm_probe(struct hid_device *hdev, const struct hid_device_id *id) in gfrm_probe()
|
| H A D | hid-elo.c | 39 static int elo_input_configured(struct hid_device *hdev, in elo_input_configured() 80 static int elo_raw_event(struct hid_device *hdev, struct hid_report *report, in elo_raw_event() 227 static int elo_probe(struct hid_device *hdev, const struct hid_device_id *id) in elo_probe() 267 static void elo_remove(struct hid_device *hdev) in elo_remove()
|
| H A D | hid-playstation.c | 33 struct hid_device *hdev; member 365 static struct input_dev *ps_allocate_input_dev(struct hid_device *hdev, const char *name_suffix) in ps_allocate_input_dev() 479 static struct input_dev *ps_gamepad_create(struct hid_device *hdev, in ps_gamepad_create() 517 static int ps_get_report(struct hid_device *hdev, uint8_t report_id, uint8_t *buf, size_t size) in ps_get_report() 582 struct hid_device *hdev = ps_dev->hdev; in ps_lightbar_register() local 617 static struct input_dev *ps_sensors_create(struct hid_device *hdev, int accel_range, int accel_res, in ps_sensors_create() 654 static struct input_dev *ps_touchpad_create(struct hid_device *hdev, int width, int height, in ps_touchpad_create() 686 struct hid_device *hdev = to_hid_device(dev); in firmware_version_show() local 698 struct hid_device *hdev = to_hid_device(dev); in hardware_version_show() local 878 struct hid_device *hdev = to_hid_device(led->dev->parent); in dualsense_player_led_get_brightness() local [all …]
|
| H A D | hid-holtek-mouse.c | 32 static __u8 *holtek_mouse_report_fixup(struct hid_device *hdev, __u8 *rdesc, in holtek_mouse_report_fixup() 65 static int holtek_mouse_probe(struct hid_device *hdev, in holtek_mouse_probe()
|
| H A D | hid-dr.c | 231 static __u8 *dr_report_fixup(struct hid_device *hdev, __u8 *rdesc, in dr_report_fixup() 248 static int dr_input_mapping(struct hid_device *hdev, struct hid_input *hi, in dr_input_mapping() 269 static int dr_probe(struct hid_device *hdev, const struct hid_device_id *id) in dr_probe()
|
| H A D | hid-u2fzero.c | 60 struct hid_device *hdev; member 109 struct hid_device *hdev = dev->hdev; in u2fzero_recv() local 250 struct hid_device *hdev = dev->hdev; in u2fzero_fill_in_urb() local 286 static int u2fzero_probe(struct hid_device *hdev, in u2fzero_probe() 347 static void u2fzero_remove(struct hid_device *hdev) in u2fzero_remove()
|
| H A D | hid-elecom.c | 38 static void mouse_button_fixup(struct hid_device *hdev, in mouse_button_fixup() 53 static __u8 *elecom_report_fixup(struct hid_device *hdev, __u8 *rdesc, in elecom_report_fixup()
|
| /OK3568_Linux_fs/kernel/sound/soc/sof/intel/ |
| H A D | hda.c | 140 struct sof_intel_hda_dev *hdev; in hda_sdw_acpi_scan() local 158 struct sof_intel_hda_dev *hdev; in hda_sdw_probe() local 198 struct sof_intel_hda_dev *hdev; in hda_sdw_startup() local 210 struct sof_intel_hda_dev *hdev; in hda_sdw_exit() local 225 struct sof_intel_hda_dev *hdev; in hda_dsp_check_sdw_irq() local 256 struct sof_intel_hda_dev *hdev; in hda_sdw_check_wakeen_irq() local 269 struct sof_intel_hda_dev *hdev; in hda_sdw_process_wakeen() local 623 struct sof_intel_hda_dev *hdev = pdata->hw_pdata; in hda_init_caps() local 714 struct sof_intel_hda_dev *hdev = sdev->pdata->hw_pdata; in hda_dsp_interrupt_thread() local 741 struct sof_intel_hda_dev *hdev; in hda_dsp_probe() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | bluecard_cs.c | 67 struct hci_dev *hdev; member 559 static int bluecard_hci_set_baud_rate(struct hci_dev *hdev, int baud) in bluecard_hci_set_baud_rate() 607 static int bluecard_hci_flush(struct hci_dev *hdev) in bluecard_hci_flush() 618 static int bluecard_hci_open(struct hci_dev *hdev) in bluecard_hci_open() 633 static int bluecard_hci_close(struct hci_dev *hdev) in bluecard_hci_close() 650 static int bluecard_hci_send_frame(struct hci_dev *hdev, struct sk_buff *skb) in bluecard_hci_send_frame() 683 struct hci_dev *hdev; in bluecard_open() local 796 struct hci_dev *hdev = info->hdev; in bluecard_close() local
|
| H A D | bt3c_cs.c | 73 struct hci_dev *hdev; member 385 static int bt3c_hci_flush(struct hci_dev *hdev) in bt3c_hci_flush() 396 static int bt3c_hci_open(struct hci_dev *hdev) in bt3c_hci_open() 402 static int bt3c_hci_close(struct hci_dev *hdev) in bt3c_hci_close() 410 static int bt3c_hci_send_frame(struct hci_dev *hdev, struct sk_buff *skb) in bt3c_hci_send_frame() 541 struct hci_dev *hdev; in bt3c_open() local 607 struct hci_dev *hdev = info->hdev; in bt3c_close() local
|
| H A D | bfusb.c | 50 struct hci_dev *hdev; member 401 static int bfusb_open(struct hci_dev *hdev) in bfusb_open() 422 static int bfusb_flush(struct hci_dev *hdev) in bfusb_flush() 433 static int bfusb_close(struct hci_dev *hdev) in bfusb_close() 449 static int bfusb_send_frame(struct hci_dev *hdev, struct sk_buff *skb) in bfusb_send_frame() 604 struct hci_dev *hdev; in bfusb_probe() local 696 struct hci_dev *hdev = data->hdev; in bfusb_disconnect() local
|
| H A D | btrtl.h | 66 static inline struct btrtl_device_info *btrtl_initialize(struct hci_dev *hdev, in btrtl_initialize() 76 static inline int btrtl_download_firmware(struct hci_dev *hdev, in btrtl_download_firmware() 82 static inline int btrtl_setup_realtek(struct hci_dev *hdev) in btrtl_setup_realtek() 87 static inline int btrtl_shutdown_realtek(struct hci_dev *hdev) in btrtl_shutdown_realtek() 92 static inline int btrtl_get_uart_settings(struct hci_dev *hdev, in btrtl_get_uart_settings()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | hyperv_fb.c | 294 static inline int synthvid_send(struct hv_device *hdev, in synthvid_send() 316 static int synthvid_send_situ(struct hv_device *hdev) in synthvid_send_situ() 344 static int synthvid_send_ptr(struct hv_device *hdev) in synthvid_send_ptr() 381 struct hv_device *hdev = device_to_hv_device(info->device); in synthvid_update() local 466 static void synthvid_recv_sub(struct hv_device *hdev) in synthvid_recv_sub() 503 struct hv_device *hdev = ctx; in synthvid_receive() local 539 static int synthvid_negotiate_ver(struct hv_device *hdev, u32 ver) in synthvid_negotiate_ver() 574 static int synthvid_get_supported_resolution(struct hv_device *hdev) in synthvid_get_supported_resolution() 622 static int synthvid_connect_vsp(struct hv_device *hdev) in synthvid_connect_vsp() 685 static int synthvid_send_config(struct hv_device *hdev) in synthvid_send_config() [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | hdac_hda.c | 260 struct hdac_device *hdev; in hdac_hda_dai_prepare() local 392 struct hdac_device *hdev = &hda_pvt->codec.core; in hdac_hda_codec_probe() local 513 struct hdac_device *hdev = &hda_pvt->codec.core; in hdac_hda_codec_remove() local 578 static int hdac_hda_dev_probe(struct hdac_device *hdev) in hdac_hda_dev_probe() 611 static int hdac_hda_dev_remove(struct hdac_device *hdev) in hdac_hda_dev_remove()
|
| /OK3568_Linux_fs/kernel/sound/hda/ext/ |
| H A D | hdac_ext_bus.c | 78 struct hdac_device *hdev, int type) in snd_hdac_ext_bus_device_init() 110 void snd_hdac_ext_bus_device_exit(struct hdac_device *hdev) in snd_hdac_ext_bus_device_exit() 145 struct hdac_device *hdev = dev_to_hdac_dev(dev); in get_hdev() local
|