| /linux/Documentation/devicetree/bindings/misc/ |
| H A D | ifm-csi.txt | 1 IFM camera sensor interface on mpc5200 LocalPlus bus 4 - compatible: "ifm,o2d-csi" 10 - ifm,csi-clk-handle: the phandle to a node in the DT describing the sensor 12 - ifm,csi-addr-bus-width: address bus width (valid values are 16, 24, 25) 13 - ifm,csi-data-bus-width: data bus width (valid values are 8 and 16) 14 - ifm,csi-wait-cycles: sensor bus wait cycles 17 - ifm,csi-byte-swap: if this property is present, the byte swapping on 23 compatible = "ifm,o2d-csi"; 27 ifm,csi-clk-handle = <&timer7>; 32 ifm,csi-addr-bus-width = <24>; [all …]
|
| /linux/scripts/coccinelle/null/ |
| H A D | deref_null.cocci | 42 @ifm@ 53 expression subE <= ifm.E; 54 expression *ifm.E; 60 position ifm.p1; 94 p1 << ifm.p1; 95 x << ifm.E; 104 p1 << ifm.p1; 105 x << ifm.E; 114 expression subE <= ifm.E; 115 expression *ifm.E; [all …]
|
| /linux/arch/powerpc/boot/dts/ |
| H A D | o2d.dtsi | 19 model = "ifm,o2d"; 20 compatible = "ifm,o2d"; 98 compatible = "ifm,o2d-csi"; 100 ifm,csi-clk-handle = <&gpt7>; 107 ifm,csi-addr-bus-width = <24>; 108 ifm,csi-data-bus-width = <8>; 109 ifm,csi-wait-cycles = <0>;
|
| H A D | o2i.dts | 12 model = "ifm,o2i"; 13 compatible = "ifm,o2d";
|
| H A D | o2mnt.dts | 12 model = "ifm,o2mnt"; 13 compatible = "ifm,o2d";
|
| H A D | o2dnt2.dts | 12 model = "ifm,o2dnt2"; 13 compatible = "ifm,o2d";
|
| H A D | o2d.dts | 12 model = "ifm,o2d"; 13 compatible = "ifm,o2d";
|
| H A D | o3dnt.dts | 12 model = "ifm,o3dnt"; 13 compatible = "ifm,o2d";
|
| H A D | o2d300.dts | 12 model = "ifm,o2d300"; 13 compatible = "ifm,o2d";
|
| H A D | ac14xx.dts | 13 compatible = "ifm,ac14xx", "fsl,mpc5121"; 85 compatible = "ifm,ac14xx-fram", "linux,uio-pdrv-genirq"; 95 compatible = "ifm,ac14xx-asi-fpga"; 118 compatible = "ifm,netx"; 126 compatible = "ifm,safety";
|
| H A D | pdm360ng.dts | 3 * Device Tree Source for IFM PDM360NG. 16 compatible = "ifm,pdm360ng", "fsl,mpc5121";
|
| /linux/net/phonet/ |
| H A D | pn_netlink.c | 58 struct ifaddrmsg *ifm; in addr_doit() local 68 err = nlmsg_parse_deprecated(nlh, sizeof(*ifm), tb, IFA_MAX, in addr_doit() 73 ifm = nlmsg_data(nlh); in addr_doit() 83 dev = dev_get_by_index_rcu(net, ifm->ifa_index); in addr_doit() 97 phonet_address_notify(net, nlh->nlmsg_type, ifm->ifa_index, pnaddr); in addr_doit() 105 struct ifaddrmsg *ifm; in fill_addr() local 108 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*ifm), 0); in fill_addr() 112 ifm = nlmsg_data(nlh); in fill_addr() 113 ifm->ifa_family = AF_PHONET; in fill_addr() 114 ifm->ifa_prefixlen = 0; in fill_addr() [all …]
|
| /linux/net/core/ |
| H A D | rtnetlink.c | 1131 const struct ifinfomsg *ifm) in rtnl_dev_combine_flags() argument 1133 unsigned int flags = ifm->ifi_flags; in rtnl_dev_combine_flags() 1136 if (ifm->ifi_change) in rtnl_dev_combine_flags() 1137 flags = (flags & ifm->ifi_change) | in rtnl_dev_combine_flags() 1138 (rtnl_dev_get_flags(dev) & ~ifm->ifi_change); in rtnl_dev_combine_flags() 2118 struct ifinfomsg *ifm; in rtnl_fill_ifinfo() local 2122 nlh = nlmsg_put(skb, pid, seq, type, sizeof(*ifm), flags); in rtnl_fill_ifinfo() 2126 ifm = nlmsg_data(nlh); in rtnl_fill_ifinfo() 2127 ifm->ifi_family = AF_UNSPEC; in rtnl_fill_ifinfo() 2128 ifm->__ifi_pad = 0; in rtnl_fill_ifinfo() [all …]
|
| /linux/tools/testing/selftests/powerpc/pmu/sampling_tests/ |
| H A D | mmcra_bhrb_any_test.c | 18 /* ifm field for any branch mode */ 23 * field: ifm for bhrb any call. 55 /* Verify that ifm bit is set properly in MMCRA */ in mmcra_bhrb_any_test()
|
| H A D | mmcra_bhrb_ind_call_test.c | 18 /* ifm field for indirect branch mode */ 23 * field: ifm for bhrb ind_call. 59 /* Verify that ifm bit is set properly in MMCRA */ in mmcra_bhrb_ind_call_test()
|
| H A D | mmcra_bhrb_cond_test.c | 18 /* ifm field for conditional branch mode */ 23 * field: ifm for bhrb cond call. 59 /* Verify that ifm bit is set properly in MMCRA */ in mmcra_bhrb_cond_test()
|
| /linux/net/mctp/ |
| H A D | device.c | 191 struct ifaddrmsg *ifm; in mctp_rtm_newaddr() local 196 rc = nlmsg_parse(nlh, sizeof(*ifm), tb, IFA_MAX, ifa_mctp_policy, in mctp_rtm_newaddr() 201 ifm = nlmsg_data(nlh); in mctp_rtm_newaddr() 211 dev = __dev_get_by_index(net, ifm->ifa_index); in mctp_rtm_newaddr() 254 struct ifaddrmsg *ifm; in mctp_rtm_deladdr() local 259 rc = nlmsg_parse(nlh, sizeof(*ifm), tb, IFA_MAX, ifa_mctp_policy, in mctp_rtm_deladdr() 264 ifm = nlmsg_data(nlh); in mctp_rtm_deladdr() 274 dev = __dev_get_by_index(net, ifm->ifa_index); in mctp_rtm_deladdr()
|
| /linux/net/ipv4/ |
| H A D | devinet.c | 659 struct ifaddrmsg *ifm; in inet_rtm_deladdr() local 663 err = nlmsg_parse_deprecated(nlh, sizeof(*ifm), tb, IFA_MAX, in inet_rtm_deladdr() 668 ifm = nlmsg_data(nlh); in inet_rtm_deladdr() 672 in_dev = inetdev_by_index(net, ifm->ifa_index); in inet_rtm_deladdr() 690 (ifm->ifa_prefixlen != ifa->ifa_prefixlen || in inet_rtm_deladdr() 848 struct ifaddrmsg *ifm = nlmsg_data(nlh); in inet_validate_rtm() local 851 err = nlmsg_parse_deprecated(nlh, sizeof(*ifm), tb, IFA_MAX, in inet_validate_rtm() 856 if (ifm->ifa_prefixlen > 32) { in inet_validate_rtm() 886 struct ifaddrmsg *ifm = nlmsg_data(nlh); in inet_rtm_to_ifa() local 892 dev = __dev_get_by_index(net, ifm->ifa_index); in inet_rtm_to_ifa() [all …]
|
| /linux/net/ipv6/ |
| H A D | addrconf.c | 4814 struct ifaddrmsg *ifm; in inet6_rtm_deladdr() local 4820 err = nlmsg_parse_deprecated(nlh, sizeof(*ifm), tb, IFA_MAX, in inet6_rtm_deladdr() 4825 ifm = nlmsg_data(nlh); in inet6_rtm_deladdr() 4830 ifa_flags = nla_get_u32_default(tb[IFA_FLAGS], ifm->ifa_flags); in inet6_rtm_deladdr() 4836 err = inet6_addr_del(net, ifm->ifa_index, ifa_flags, pfx, in inet6_rtm_deladdr() 4837 ifm->ifa_prefixlen, extack); in inet6_rtm_deladdr() 4995 struct ifaddrmsg *ifm; in inet6_rtm_newaddr() local 5001 err = nlmsg_parse_deprecated(nlh, sizeof(*ifm), tb, IFA_MAX, in inet6_rtm_newaddr() 5008 ifm = nlmsg_data(nlh); in inet6_rtm_newaddr() 5014 cfg.plen = ifm->ifa_prefixlen; in inet6_rtm_newaddr() [all …]
|
| /linux/arch/powerpc/perf/ |
| H A D | power8-pmu.c | 24 /* MMCRA IFM bits - POWER8 */ 37 * | | *- IFM (Linux) thresh start/stop OR FAB match -* 90 * MMCRA[32:33] = IFM
|
| H A D | power9-pmu.c | 21 * | | *- IFM (Linux) | thresh start/stop -* 71 * MMCRA[32:33] = IFM 87 /* MMCRA IFM bits - POWER9 */
|
| /linux/arch/powerpc/platforms/512x/ |
| H A D | Kconfig | 38 bool "ifm PDM360NG board"
|
| H A D | mpc512x_generic.c | 26 "ifm,ac14xx",
|
| /linux/tools/testing/selftests/powerpc/pmu/ebb/ |
| H A D | ebb.h | 49 void event_bhrb_init(struct event *e, unsigned ifm);
|
| /linux/tools/testing/selftests/powerpc/pmu/event_code_tests/ |
| H A D | invalid_event_code_test.c | 16 /* Event code with IFM, EBB, BHRB bits set in event code */
|