/linux/arch/arm64/boot/dts/marvell/ |
H A D | armada-80x0.dtsi | 24 #define CP11X_PCIEx_MEM_BASE(iface) (0xf6000000 + (iface * 0x1000000)) argument 25 #define CP11X_PCIEx_MEM_SIZE(iface) 0xf00000 argument 45 #define CP11X_PCIEx_MEM_BASE(iface) (0xfa000000 + (iface * 0x1000000)) argument 46 #define CP11X_PCIEx_MEM_SIZE(iface) 0xf00000 argument
|
H A D | cn9130.dtsi | 29 #define CP11X_PCIEx_MEM_BASE(iface) ((iface == 0) ? 0xc0000000 : \ argument 31 #define CP11X_PCIEx_MEM_SIZE(iface) ((iface == 0) ? 0x1ff00000 : 0xf00000) argument
|
H A D | cn9132-sr-cex7.dtsi | 15 #define CP11X_PCIEx_MEM_BASE(iface) (0xe2000000 + (iface * 0x1000000)) argument 16 #define CP11X_PCIEx_MEM_SIZE(iface) 0xf00000 argument 37 #define CP11X_PCIEx_MEM_BASE(iface) (0xe5000000 + (iface * 0x1000000)) argument 38 #define CP11X_PCIEx_MEM_SIZE(iface) 0xf00000 argument
|
H A D | armada-70x0.dtsi | 22 #define CP11X_PCIEx_MEM_BASE(iface) (0xf6000000 + (iface * 0x1000000)) argument 23 #define CP11X_PCIEx_MEM_SIZE(iface) 0xf00000 argument
|
/linux/sound/usb/ |
H A D | quirks.c | 34 struct usb_interface *iface, in create_composite_quirk() 71 struct usb_interface *iface, in ignore_interface_quirk() 91 struct usb_interface *iface, in create_standard_audio_quirk() 150 struct usb_interface *iface, in create_fixed_stream_quirk() 217 struct usb_interface *iface, in create_auto_pcm_quirk() 259 struct usb_interface *iface, in create_yamaha_midi_quirk() 291 struct usb_interface *iface, in create_roland_midi_quirk() 315 struct usb_interface *iface, in create_std_midi_quirk() 343 struct usb_interface *iface, in create_auto_midi_quirk() 379 struct usb_interface *iface, in create_autodetect_quirk() [all …]
|
H A D | implicit.c | 32 unsigned int iface; member 87 struct usb_interface *iface; in add_implicit_fb_sync_ep() local 237 int iface, int altset) in __add_generic_implicit_fb()
|
/linux/drivers/staging/most/net/ |
H A D | net.c | 62 struct most_interface *iface; member 280 static struct net_dev_context *get_net_dev(struct most_interface *iface) in get_net_dev() 290 static struct net_dev_context *get_net_dev_hold(struct most_interface *iface) in get_net_dev_hold() 305 static int comp_probe_channel(struct most_interface *iface, int channel_idx, in comp_probe_channel() 362 static int comp_disconnect_channel(struct most_interface *iface, in comp_disconnect_channel() 409 static int comp_resume_tx_channel(struct most_interface *iface, in comp_resume_tx_channel() 546 static void on_netinfo(struct most_interface *iface, in on_netinfo()
|
/linux/fs/smb/server/ |
H A D | transport_tcp.c | 228 struct interface *iface = (struct interface *)p; in ksmbd_kthread_fn() local 277 static int ksmbd_tcp_run_kthread(struct interface *iface) in ksmbd_tcp_run_kthread() 424 static int create_socket(struct interface *iface) in create_socket() 509 struct interface *iface; in ksmbd_find_netdev_name_iface_list() local 521 struct interface *iface; in ksmbd_netdev_event() local 594 struct interface *iface, *tmp; in ksmbd_tcp_destroy() local 607 struct interface *iface; in alloc_iface() local
|
/linux/drivers/mtd/nand/raw/ |
H A D | nand_timings.c | 653 struct nand_interface_config *iface, in onfi_fill_sdr_interface_config() 689 struct nand_interface_config *iface, in onfi_fill_nvddr_interface_config() 729 struct nand_interface_config *iface, in onfi_fill_interface_config()
|
H A D | nand_toshiba.c | 203 struct nand_interface_config *iface) in tc58teg5dclta00_choose_interface_config() 212 struct nand_interface_config *iface) in tc58nvg0s3e_choose_interface_config() 221 struct nand_interface_config *iface) in th58nvg2s3hbai4_choose_interface_config()
|
/linux/drivers/most/ |
H A D | core.c | 49 struct most_interface *iface; member 396 struct most_interface *iface = dev_get_drvdata(dev); in description_show() local 405 struct most_interface *iface = dev_get_drvdata(dev); in interface_show() local 470 struct most_interface *iface = dev_get_drvdata(dev); in print_links() local 535 struct most_interface *iface; in get_channel() local 953 int channel_has_mbo(struct most_interface *iface, int id, in channel_has_mbo() 984 struct mbo *most_get_mbo(struct most_interface *iface, int id, in most_get_mbo() 1090 int most_start_channel(struct most_interface *iface, int id, in most_start_channel() 1160 int most_stop_channel(struct most_interface *iface, int id, in most_stop_channel() 1232 struct most_interface *iface; in disconnect_channels() local [all …]
|
H A D | most_cdev.c | 36 struct most_interface *iface; member 65 static struct comp_channel *get_channel(struct most_interface *iface, int id) in get_channel() 320 static int comp_disconnect_channel(struct most_interface *iface, int channel_id) in comp_disconnect_channel() 384 static int comp_tx_completion(struct most_interface *iface, int channel_id) in comp_tx_completion() 413 static int comp_probe(struct most_interface *iface, int channel_id, in comp_probe()
|
H A D | most_snd.c | 47 struct most_interface *iface; member 62 struct most_interface *iface; member 161 static struct channel *get_channel(struct most_interface *iface, in get_channel() 513 static int audio_probe_channel(struct most_interface *iface, int channel_id, in audio_probe_channel() 640 static int audio_disconnect_channel(struct most_interface *iface, in audio_disconnect_channel() 693 static int audio_tx_completion(struct most_interface *iface, int channel_id) in audio_tx_completion()
|
/linux/drivers/media/platform/ti/omap3isp/ |
H A D | ispcsiphy.c | 24 enum isp_interface_type iface, in csiphy_routing_cfg_3630() 69 static void csiphy_routing_cfg_3430(struct isp_csiphy *phy, u32 iface, bool on, in csiphy_routing_cfg_3430() 103 enum isp_interface_type iface, bool on, in csiphy_routing_cfg()
|
/linux/ipc/ |
H A D | util.c | 142 struct ipc_proc_iface *iface; in ipc_init_proc_interface() local 776 struct ipc_proc_iface *iface; global() member 822 struct ipc_proc_iface *iface = iter->iface; sysvipc_proc_next() local 841 struct ipc_proc_iface *iface = iter->iface; sysvipc_proc_start() local 868 struct ipc_proc_iface *iface = iter->iface; sysvipc_proc_stop() local 883 struct ipc_proc_iface *iface = iter->iface; sysvipc_proc_show() local [all...] |
/linux/drivers/net/can/c_can/ |
H A D | c_can_main.c | 48 #define C_CAN_IFACE(reg, iface) (C_CAN_IF1_##reg + (iface) * IF_ENUM_REG_LEN) argument 235 static void c_can_obj_update(struct net_device *dev, int iface, u32 cmd, u32 obj) in c_can_obj_update() 250 static inline void c_can_object_get(struct net_device *dev, int iface, in c_can_object_get() 256 static inline void c_can_object_put(struct net_device *dev, int iface, in c_can_object_put() 266 static void c_can_inval_tx_object(struct net_device *dev, int iface, int obj) in c_can_inval_tx_object() 274 static void c_can_inval_msg_object(struct net_device *dev, int iface, int obj) in c_can_inval_msg_object() 282 static void c_can_setup_tx_object(struct net_device *dev, int iface, in c_can_setup_tx_object() 336 int iface, int objno, u32 ctrl) in c_can_handle_lost_msg_obj() 362 static int c_can_read_msg_object(struct net_device *dev, int iface, u32 ctrl) in c_can_read_msg_object() 414 static void c_can_setup_receive_object(struct net_device *dev, int iface, in c_can_setup_receive_object()
|
/linux/drivers/usb/storage/ |
H A D | usb.c | 251 int usb_stor_suspend(struct usb_interface *iface, pm_message_t message) in usb_stor_suspend() 271 int usb_stor_resume(struct usb_interface *iface) in usb_stor_resume() 285 int usb_stor_reset_resume(struct usb_interface *iface) in usb_stor_reset_resume() 307 int usb_stor_pre_reset(struct usb_interface *iface) in usb_stor_pre_reset() 317 int usb_stor_post_reset(struct usb_interface *iface) in usb_stor_post_reset()
|
/linux/net/appletalk/ |
H A D | ddp.c | 217 struct atalk_iface **iface = &atalk_interfaces; in atif_drop_device() local 236 struct atalk_iface *iface = kzalloc(sizeof(*iface), GFP_KERNEL); in atif_add_device() local 350 struct atalk_iface *iface = dev->atalk_ptr; in atalk_find_dev_addr() local 358 struct atalk_iface *iface; in atalk_find_primary() local 391 struct atalk_iface *iface = dev->atalk_ptr; in atalk_find_anynet() local 410 struct atalk_iface *iface; in atalk_find_interface() local 514 struct atalk_iface *iface, *riface; in atrtr_create() local
|
/linux/drivers/input/mouse/ |
H A D | appletouch.c | 829 static int atp_probe(struct usb_interface *iface, in atp_probe() 942 static void atp_disconnect(struct usb_interface *iface) in atp_disconnect() 972 static int atp_suspend(struct usb_interface *iface, pm_message_t message) in atp_suspend() 980 static int atp_resume(struct usb_interface *iface) in atp_resume() 990 static int atp_reset_resume(struct usb_interface *iface) in atp_reset_resume()
|
/linux/arch/um/drivers/ |
H A D | vector_user.c | 134 static int create_tap_fd(char *iface) in create_tap_fd() 164 static int create_raw_fd(char *iface, int flags, int proto) in create_raw_fd() 204 char *iface; in user_init_tap_fds() local 261 char *iface; in user_init_hybrid_fds() local 522 char *iface; in user_init_raw_fds() local
|
/linux/sound/usb/usx2y/ |
H A D | us122l.c | 57 struct usb_interface *iface = usb_ifnum_to_if(dev, 1); in us122l_create_usbmidi() local 79 struct usb_interface *iface = usb_ifnum_to_if(dev, 0); in us144_create_usbmidi() local 136 struct usb_interface *iface; in usb_stream_hwdep_open() local 156 struct usb_interface *iface; in usb_stream_hwdep_release() local
|
/linux/drivers/staging/most/video/ |
H A D | video.c | 30 struct most_interface *iface; member 368 static struct most_video_dev *get_comp_dev(struct most_interface *iface, int channel_idx) in get_comp_dev() 449 static int comp_probe_channel(struct most_interface *iface, int channel_idx, in comp_probe_channel() 508 static int comp_disconnect_channel(struct most_interface *iface, in comp_disconnect_channel()
|
/linux/arch/mips/cavium-octeon/ |
H A D | octeon-platform.c | 618 static void __init octeon_rx_tx_delay(int eth, int iface, int port) in octeon_rx_tx_delay() 649 static void __init octeon_fdt_pip_port(int iface, int i, int p, int max) in octeon_fdt_pip_port() 685 int iface; in octeon_fdt_pip_iface() local 745 int iface; in octeon_fill_mac_addresses() local
|
/linux/sound/soc/codecs/ |
H A D | uda1380.c | 421 int iface; in uda1380_set_dai_fmt_both() local 451 int iface; in uda1380_set_dai_fmt_playback() local 481 int iface; in uda1380_set_dai_fmt_capture() local
|
/linux/drivers/media/platform/amphion/ |
H A D | vpu_malone.c | 343 struct malone_iface *iface; in vpu_malone_init_rpc() local 442 struct malone_iface *iface = shared->iface; in vpu_malone_set_log_buf() local 458 struct malone_iface *iface = shared->iface; in vpu_malone_set_system_cfg() local 474 struct malone_iface *iface = shared->iface; in vpu_malone_get_version() local 491 struct malone_iface *iface = shared->iface; in vpu_malone_config_stream_buffer() local 612 struct malone_iface *iface = shared->iface; in vpu_malone_set_stream_cfg() local 638 struct malone_iface *iface = shared->iface; in vpu_malone_set_params() local 675 struct malone_iface *iface = shared->iface; in vpu_malone_is_non_frame_mode() local 687 struct malone_iface *iface = shared->iface; in vpu_malone_update_params() local 1650 struct malone_iface *iface = shared->iface; in vpu_malone_check_ready() local [all …]
|